vendor: github.com/google/certificate-transparency-go v1.1.7 - #3279
Open
thaJeztah wants to merge 1 commit into
Open
vendor: github.com/google/certificate-transparency-go v1.1.7#3279thaJeztah wants to merge 1 commit into
thaJeztah wants to merge 1 commit into
Conversation
Update the dependency to the lowest release containing this commit; google/certificate-transparency-go@8af4dd8 The `google.golang.org/genproto/googleapis/api` package was moved to a separate module in `google.golang.org/genproto@v0.0.0-20230525234044-86246a831fb4`. Attempting to use older versions could result in ambiguous import errors, because `google.golang.org/genproto` still contained the package, causing a duplicate; go list ./... ../../../../../pkg/mod/google.golang.org/grpc@v1.79.3/status/status.go:35:2: ambiguous import: found package google.golang.org/genproto/googleapis/rpc/status in multiple modules: google.golang.org/genproto v0.0.0-20220706185917-7780775163c4 (/Users/thajeztah/go/pkg/mod/google.golang.org/genproto@v0.0.0-20220706185917-7780775163c4/googleapis/rpc/status) google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 (/Users/thajeztah/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20251202230838-ff82c1b0f217/status) ../../../../../pkg/mod/go.etcd.io/etcd/api/v3@v3.6.5/etcdserverpb/rpc.pb.go:19:2: ambiguous import: found package google.golang.org/genproto/googleapis/api/annotations in multiple modules: google.golang.org/genproto v0.0.0-20220706185917-7780775163c4 (/Users/thajeztah/go/pkg/mod/google.golang.org/genproto@v0.0.0-20220706185917-7780775163c4/googleapis/api/annotations) google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 (/Users/thajeztah/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20251202230838-ff82c1b0f217/annotations) github.com/moby/swarmkit/swarmd/cmd/external-ca-example Updating `github.com/google/certificate-transparency-go` updates the minimum version of `google.golang.org/genproto`, preventing the problem. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3279 +/- ##
==========================================
- Coverage 14.73% 14.69% -0.04%
==========================================
Files 200 200
Lines 93077 93027 -50
==========================================
- Hits 13712 13668 -44
+ Misses 78019 78014 -5
+ Partials 1346 1345 -1 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the dependency to the lowest release containing this commit; google/certificate-transparency-go@8af4dd8
The
google.golang.org/genproto/googleapis/apipackage was moved to a separate module ingoogle.golang.org/genproto@v0.0.0-20230525234044-86246a831fb4.Attempting to use older versions could result in ambiguous import errors, because
google.golang.org/genprotostill contained the package, causing a duplicate;Updating
github.com/google/certificate-transparency-goupdates the minimum version ofgoogle.golang.org/genproto, preventing the problem.- What I did
- How I did it
- How to test it
- Description for the changelog