fix: bump go mods for security fixes #740
Merged
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.
go 1.23.0 => 1.24.6
github.com/containers/image/v5 v5.24.2 => v5.29.3
github.com/moby/buildkit v0.11.4 => v0.12.5
github.com/urfave/cli/v2 v2.27.6 => v2.27.7
golang.org/x/sys v0.33.0 => v0.36.0
golang.org/x/term v0.31.0 => v0.34.0
via replaces:
github.com/go-git/go-git/v5 => github.com/go-git/go-git/v5 v5.13.0
github.com/mattn/go-sqlite3 => github.com/mattn/go-sqlite3 v1.14.32
github.com/go-jose/go-jose/v3 => github.com/go-jose/go-jose/v3 v3.0.4
gopkg.in/go-jose/go-jose.v2 => gopkg.in/go-jose/go-jose.v2 v2.6.3
github.com/ulikunitz/xz => github.com/ulikunitz/xz v0.5.15
golang.org/x/net => golang.org/x/net v0.38.0
github.com/vbatts/go-mtree => github.com/vbatts/go-mtree v0.6.0
What type of PR is this?
Which issue does this PR fix:
Some of the various dependabot issues
What does this PR do / Why do we need it:
Reduce go.mod CVE exposure
If an issue # is not available please add repro steps and logs showing the issue:
Run something like
grypeon stacker binaryTesting done on this change:
Build with go.mod changes and run
grypeto see reduces Critical, High and Medium CVEsAutomation added to e2e:
none
Will this break upgrades or downgrades?
Not sure
Does this PR introduce any user-facing change?:
No
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.