chore: bump OSS dependencies on v0.46.x#780
Open
aroradaman wants to merge 6 commits into
Open
Conversation
fb3f8e7 to
e82caed
Compare
Co-authored-by: Cursor <cursoragent@cursor.com> Signed-off-by: Daman Arora <daman.arora@broadcom.com>
Co-authored-by: Cursor <cursoragent@cursor.com> Signed-off-by: Daman Arora <daman.arora@broadcom.com>
Co-authored-by: Cursor <cursoragent@cursor.com> Signed-off-by: Daman Arora <daman.arora@broadcom.com>
e82caed to
075da3f
Compare
Signed-off-by: Devanshu <devanshu.d@broadcom.com>
Requires go 1.25.0 and pulls in updated golang.org/x/* transitive deps. Co-authored-by: Cursor <cursoragent@cursor.com> Signed-off-by: Daman Arora <daman.arora@broadcom.com>
8147b25 to
38de439
Compare
golangci-lint v1.61 was built with Go 1.23 and refuses to run against modules declaring go 1.25.0. v2.9.0 is the first release built with Go 1.25. Config changes for v2: - Replace deprecated `disable-all: true` with `default: none` - Remove `typecheck` linter (built-in to the compiler in v2) Signed-off-by: Daman Arora <daman.arora@broadcom.com> Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Summary
Bumps OSS Go dependencies to their latest available versions. All changes are drop-in compatible — build verified on both
v0.43.xandv0.46.x, no source code changes required.github.com/spf13/cobragithub.com/spf13/pflag(indirect)golang.org/x/syncsigs.k8s.io/yamlgithub.com/google/go-containerregistrygithub.com/maxbrunsfeld/counterfeiter/v6Each dependency is a separate atomic commit.
go-containerregistryv0.21.5 includes SSRF protection (Bearer realm URL validation) and symlink cycle detection in tarball extraction.counterfeiterv6.12.2 requires Go 1.25.0, which also bumps thegodirective and associatedgolang.org/x/*transitive dependencies.Made with Cursor