-
Notifications
You must be signed in to change notification settings - Fork 572
Closed
Description
Hi,
during packaging for openSUSE I noticed there are missing go.sum entries. 0.6.55 builds fine, the errors during vendoring started with 0.6.56.
INFO:obs-service-go_modules:go mod vendor
ERROR:obs-service-go_modules:go: github.com/diggerhq/digger/cli/cmd/digger imports
github.com/diggerhq/digger/libs/scheduler imports
github.com/aws/aws-sdk-go-v2/service/cognitoidentity: missing go.sum entry for module providing package github.com/aws/aws-sdk-go-v2/service/cognitoidentity (imported by github.com/diggerhq/digger/libs/scheduler); to add:
go get github.com/diggerhq/digger/libs/[email protected]
go: github.com/diggerhq/digger/cli/cmd/digger imports
github.com/diggerhq/digger/libs/storage imports
github.com/aws/aws-sdk-go-v2/service/s3: missing go.sum entry for module providing package github.com/aws/aws-sdk-go-v2/service/s3 (imported by github.com/diggerhq/digger/libs/storage); to add:
go get github.com/diggerhq/digger/libs/[email protected]
go: github.com/diggerhq/digger/cli/cmd/digger imports
github.com/diggerhq/digger/libs/storage imports
github.com/aws/aws-sdk-go-v2/service/s3/types: missing go.sum entry for module providing package github.com/aws/aws-sdk-go-v2/service/s3/types (imported by github.com/diggerhq/digger/libs/storage); to add:
go get github.com/diggerhq/digger/libs/[email protected]
go: github.com/diggerhq/digger/cli/cmd/digger imports
github.com/diggerhq/digger/libs/locking imports
github.com/diggerhq/digger/libs/locking/aws imports
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue: missing go.sum entry for module providing package github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue (imported by github.com/diggerhq/digger/libs/locking/aws); to add:
go get github.com/diggerhq/digger/libs/locking/[email protected]
go: github.com/diggerhq/digger/cli/cmd/digger imports
github.com/diggerhq/digger/libs/locking imports
github.com/diggerhq/digger/libs/locking/aws imports
github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression: missing go.sum entry for module providing package github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression (imported by github.com/diggerhq/digger/libs/locking/aws); to add:
go get github.com/diggerhq/digger/libs/locking/[email protected]
ERROR:obs-service-go_modules:go mod vendor failed
Could you please have a look?
Metadata
Metadata
Assignees
Labels
No labels