build(deps): update golang.org/x dependencies - #885
Open
natalie-o-perret wants to merge 3 commits into
Open
Conversation
natalie-o-perret
marked this pull request as ready for review
August 4, 2026 08:39
This was referenced Aug 4, 2026
2 tasks
This was referenced Aug 4, 2026
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.
Description
Update the coordinated
golang.org/x/*dependency set in the root module:cryptov0.45.0 to v0.53.0netv0.47.0 to v0.56.0sysv0.38.0 to v0.46.0termv0.37.0 to v0.44.0textv0.31.0 to v0.39.0toolsv0.38.0 to v0.47.0This brings
x/textto the version that fixes GO-2026-5970. The sibling updates are the versions selected by Go module resolution forx/text v0.39.0. Regeneratego.sumand the committed vendor tree.Synchronize the separate
tests/integmodule with the dependency graph selected through its root-module replacement. This also records the already-selected AWS SDK versions, including S3 v1.105.0, EventStream v1.7.14, and Smithy v1.27.3.This coordinated update supersedes #872, #866, #873, #861, #860, and #859.
Checklist
(For exoscale contributors)
CHANGELOG.md)Testing
go fmt ./...,make lint,go vet ./...,make build,make test-verbose,go test ./..., andgolangci-lint run --timeout 4mpassed.go test -vfromtests/e2e/passed all 25 API-free scenarios.In
tests/integ,go fmt ./...,go test ./...,go test -tags=integration_api -run '^$' ./..., andgovulncheck ./...passed.Both modules pass
go mod tidy -diffandgo mod verify. A separately generated root vendor tree matched the committed tree.Root and integration-module
govulncheck ./...scans reported no reachable vulnerabilities. Verbose root output reported no package vulnerabilities and only GO-2026-5932 at module level for the unimported, unmaintainedx/crypto/openpgppackage, which has no fixed version.Note
AI assistance: dependency analysis, PR description, changelog entry.