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.92 #1919

Closed
kastl-ars opened this issue Mar 25, 2025 · 4 comments · Fixed by #1920
Closed

Missing go.sum entries since 0.6.92 #1919

kastl-ars opened this issue Mar 25, 2025 · 4 comments · Fixed by #1920

Comments

@kastl-ars
Copy link

Dear maintainers,

vendoring fails since 0.6.92 with missing entries in go.sum:

Could you have a look, please?

Kind Regards,
Johannes

Example error:

go: github.com/diggerhq/digger/cli/cmd/digger imports                                                                                                                                                                           
        github.com/diggerhq/digger/libs/comment_utils/summary imports                                                                                                                                                                                        
        golang.org/x/text/cases: missing go.sum entry for module providing package golang.org/x/text/cases (imported by 

These are all lines stating a missing go.sum entry:

        golang.org/x/text/cases: missing go.sum entry for module providing package golang.org/x/text/cases (imported by github.com/diggerhq/digger/libs/comment_utils/summary); to add:
        golang.org/x/text/language: missing go.sum entry for module providing package golang.org/x/text/language (imported by github.com/diggerhq/digger/libs/comment_utils/summary); to add:
        github.com/dineshba/tf-summarize/terraformstate: missing go.sum entry for module providing package github.com/dineshba/tf-summarize/terraformstate (imported by github.com/diggerhq/digger/libs/iac_utils); to add:
        github.com/dineshba/tf-summarize/writer: missing go.sum entry for module providing package github.com/dineshba/tf-summarize/writer (imported by github.com/diggerhq/digger/libs/iac_utils); to add:
        golang.org/x/sys/unix: missing go.sum entry for module providing package golang.org/x/sys/unix (imported by github.com/fsnotify/fsnotify); to add:
        golang.org/x/sys/windows: missing go.sum entry for module providing package golang.org/x/sys/windows (imported by github.com/fsnotify/fsnotify); to add:
        golang.org/x/text/runes: missing go.sum entry for module providing package golang.org/x/text/runes (imported by github.com/spf13/afero); to add:
        golang.org/x/text/transform: missing go.sum entry for module providing package golang.org/x/text/transform (imported by github.com/spf13/afero); to add:
        golang.org/x/text/unicode/norm: missing go.sum entry for module providing package golang.org/x/text/unicode/norm (imported by github.com/spf13/afero); to add:
        github.com/hashicorp/go-getter: missing go.sum entry for module providing package github.com/hashicorp/go-getter (imported by github.com/diggerhq/digger/libs/digger_config/terragrunt/atlantis); to add:
        github.com/hashicorp/terraform-config-inspect/tfconfig: missing go.sum entry for module providing package github.com/hashicorp/terraform-config-inspect/tfconfig (imported by github.com/diggerhq/digger/libs/digger_config/terragrunt/atlantis); to add:
        golang.org/x/sync/errgroup: missing go.sum entry for module providing package golang.org/x/sync/errgroup (imported by github.com/diggerhq/digger/libs/digger_config/terragrunt/atlantis); to add:
        golang.org/x/sync/semaphore: missing go.sum entry for module providing package golang.org/x/sync/semaphore (imported by github.com/diggerhq/digger/libs/digger_config/terragrunt/atlantis); to add:
        golang.org/x/sync/singleflight: missing go.sum entry for module providing package golang.org/x/sync/singleflight (imported by github.com/diggerhq/digger/libs/digger_config/terragrunt/atlantis); to add:
        golang.org/x/sys/windows/registry: missing go.sum entry for module providing package golang.org/x/sys/windows/registry (imported by cloud.google.com/go/compute/metadata); to add:
        golang.org/x/net/http2: missing go.sum entry for module providing package golang.org/x/net/http2 (imported by google.golang.org/api/transport/http); to add:
        golang.org/x/net/trace: missing go.sum entry for module providing package golang.org/x/net/trace (imported by google.golang.org/grpc); to add:
        golang.org/x/crypto/pkcs12: missing go.sum entry for module providing package golang.org/x/crypto/pkcs12 (imported by github.com/Azure/azure-sdk-for-go/sdk/azidentity); to add:
        golang.org/x/text/encoding/unicode: missing go.sum entry for module providing package golang.org/x/text/encoding/unicode (imported by github.com/subosito/gotenv); to add:
        github.com/hashicorp/go-getter/helper/url: missing go.sum entry for module providing package github.com/hashicorp/go-getter/helper/url (imported by github.com/gruntwork-io/terragrunt/util); to add:
        golang.org/x/term: missing go.sum entry for module providing package golang.org/x/term (imported by github.com/gruntwork-io/terragrunt/util); to add:
        golang.org/x/net/http2/hpack: missing go.sum entry for module providing package golang.org/x/net/http2/hpack (imported by google.golang.org/grpc/internal/transport); to add:
        golang.org/x/net/idna: missing go.sum entry for module providing package golang.org/x/net/idna (imported by github.com/hashicorp/terraform/addrs); to add:
        golang.org/x/crypto/bcrypt: missing go.sum entry for module providing package golang.org/x/crypto/bcrypt (imported by github.com/hashicorp/terraform/lang/funcs); to add:
        golang.org/x/crypto/ssh: missing go.sum entry for module providing package golang.org/x/crypto/ssh (imported by github.com/hashicorp/terraform/lang/funcs); to add:
        golang.org/x/text/encoding/ianaindex: missing go.sum entry for module providing package golang.org/x/text/encoding/ianaindex (imported by github.com/hashicorp/terraform/lang/funcs); to add:
        golang.org/x/crypto/ssh/terminal: missing go.sum entry for module providing package golang.org/x/crypto/ssh/terminal (imported by go.mozilla.org/sops/v3/cmd/sops/common); to add:
        golang.org/x/crypto/openpgp: missing go.sum entry for module providing package golang.org/x/crypto/openpgp (imported by github.com/hashicorp/terraform/internal/getproviders); to add:
        golang.org/x/crypto/openpgp/armor: missing go.sum entry for module providing package golang.org/x/crypto/openpgp/armor (imported by github.com/hashicorp/terraform/internal/getproviders); to add:
        golang.org/x/crypto/openpgp/errors: missing go.sum entry for module providing package golang.org/x/crypto/openpgp/errors (imported by github.com/hashicorp/terraform/internal/getproviders); to add:
        golang.org/x/net/context: missing go.sum entry for module providing package golang.org/x/net/context (imported by go.mozilla.org/sops/v3); to add:
        golang.org/x/crypto/cryptobyte: missing go.sum entry for module providing package golang.org/x/crypto/cryptobyte (imported by github.com/google/s2a-go/internal/record/internal/halfconn); to add:
        golang.org/x/crypto/hkdf: missing go.sum entry for module providing package golang.org/x/crypto/hkdf (imported by github.com/google/s2a-go/internal/record/internal/halfconn); to add:
        golang.org/x/crypto/chacha20poly1305: missing go.sum entry for module providing package golang.org/x/crypto/chacha20poly1305 (imported by filippo.io/age); to add:
        golang.org/x/crypto/curve25519: missing go.sum entry for module providing package golang.org/x/crypto/curve25519 (imported by filippo.io/age); to add:
        golang.org/x/crypto/scrypt: missing go.sum entry for module providing package golang.org/x/crypto/scrypt (imported by filippo.io/age); to add:
        golang.org/x/crypto/sha3: missing go.sum entry for module providing package golang.org/x/crypto/sha3 (imported by github.com/ProtonMail/go-crypto/openpgp); to add:
        golang.org/x/crypto/poly1305: missing go.sum entry for module providing package golang.org/x/crypto/poly1305 (imported by filippo.io/age/internal/stream); to add:
        golang.org/x/crypto/cast5: missing go.sum entry for module providing package golang.org/x/crypto/cast5 (imported by github.com/ProtonMail/go-crypto/openpgp/internal/algorithm); to add:
        golang.org/x/crypto/ed25519: missing go.sum entry for module providing package golang.org/x/crypto/ed25519 (imported by gopkg.in/square/go-jose.v2); to add:
        golang.org/x/crypto/pbkdf2: missing go.sum entry for module providing package golang.org/x/crypto/pbkdf2 (imported by gopkg.in/square/go-jose.v2); to add:
        golang.org/x/sys/cpu: missing go.sum entry for module providing package golang.org/x/sys/cpu (imported by github.com/cloudflare/circl/dh/x25519); to add:
        golang.org/x/crypto/argon2: missing go.sum entry for module providing package golang.org/x/crypto/argon2 (imported by github.com/ProtonMail/go-crypto/openpgp/s2k); to add:
        golang.org/x/crypto/cryptobyte/asn1: missing go.sum entry for module providing package golang.org/x/crypto/cryptobyte/asn1 (imported by github.com/hashicorp/vault/sdk/helper/certutil); to add:
        golang.org/x/crypto/blake2b: missing go.sum entry for module providing package golang.org/x/crypto/blake2b (imported by github.com/hashicorp/vault/sdk/helper/cryptoutil); to add:

@motatoes
Copy link
Contributor

oops thanks for reporting let me address this

@motatoes
Copy link
Contributor

ran go tidy in the modules shoudl fix, I'll release it in place to fix 0.6.92

@motatoes
Copy link
Contributor

I've updated the same release with the fix https://github.com/diggerhq/digger/releases/tag/v0.6.92 , please let me know if still facing issues!

@kastl-ars
Copy link
Author

Thanks, that was quick. I can confirm it is fixed now.

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

Successfully merging a pull request may close this issue.

2 participants