You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/scheduler@v0.4.15
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/storage@v0.4.15
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/storage@v0.4.15
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/aws@v0.4.15
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/aws@v0.4.15
ERROR:obs-service-go_modules:go mod vendor failed
Could you please have a look?
The text was updated successfully, but these errors were encountered:
Thanks! Should I open an issue to have a fix for this implemented in the release tooling? So e.g. go mod tidy is being run everytime before a release is cut?
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.
Could you please have a look?
The text was updated successfully, but these errors were encountered: