chore: upgrade dependencies (2026-07-03)#503
Merged
Merged
Conversation
- github.com/andybalholm/brotli v1.2.0 -> v1.2.2 - github.com/google/go-querystring v1.1.0 -> v1.2.0 - github.com/klauspost/compress v1.18.2 -> v1.19.0 - golang.org/x/net v0.55.0 -> v0.56.0 - golang.org/x/crypto v0.51.0 -> v0.53.0 - golang.org/x/text v0.37.0 -> v0.38.0 - golang.org/x/sys v0.45.0 -> v0.46.0 All tests pass (go build, go vet, go test ./...). No files in internal/http2/ or internal/http3/ were modified. quic-go and utls remain unchanged (already at latest compatible versions).
imroc
added a commit
that referenced
this pull request
Jul 2, 2026
7 deps upgraded (brotli, go-querystring, compress, x/net, x/crypto, x/text, x/sys). All tests pass. PR #503 created.
imroc
commented
Jul 2, 2026
imroc
left a comment
Owner
Author
There was a problem hiding this comment.
Reviewed as part of PR Review Loop (2026-07-03).
Summary: Clean routine dependency upgrade. CI passes on both Go 1.25.x and 1.26.x. No files in internal/http2/ or internal/http3/ are touched, so no upstream-sync concerns.
Notes:
golang.org/x/netbumped to v0.56.0 — worth keeping in mind that the vendoredinternal/http2/is modified fromgolang.org/x/net/http2. While this PR doesn't touch those files, a future x/net sync should verify nothing in the new x/net/http2 release affects the vendored copy.klauspost/compressv1.18.2 → v1.19.0 is a minor bump, should be safe.andybalholm/brotliv1.2.0 → v1.2.2 — patch-level, low risk.
No blockers from my side.
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.
Dependency Upgrades
Routine dependency upgrade via Loop Engineering.
Upgraded
Unchanged (already at latest compatible)
github.com/quic-go/quic-gov0.60.0 — modified upstream code ininternal/http3/github.com/refraction-networking/utlsv1.8.2 — latest releaseVerification
go build ./...— passgo vet ./...— passgo test ./...— all packages passNotes
internal/http2/orinternal/http3/were modifiedgo.modandgo.sumchanged