Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing go.sum entries since 0.6.56 #1824

Open
johanneskastl opened this issue Nov 14, 2024 · 4 comments
Open

Missing go.sum entries since 0.6.56 #1824

johanneskastl opened this issue Nov 14, 2024 · 4 comments

Comments

@johanneskastl
Copy link
Contributor

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/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?

@motatoes
Copy link
Contributor

this is weird! I'm going to take a look at what happened, very strange

@motatoes
Copy link
Contributor

I ran go mod tidy here and it should resolve it #1825, it might be a hiccup with one of the rennovate changes recently merged

@johanneskastl
Copy link
Contributor Author

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?

@motatoes
Copy link
Contributor

@johanneskastl that would be much appreciated if you can figure a way to avoid this in future!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants