chore: upgrade dependencies - #511
Open
imroc wants to merge 1 commit into
Open
Conversation
- klauspost/compress v1.19.0 -> v1.19.1 (patch) - quic-go/quic-go v0.60.0 -> v0.61.0 (minor, verified compatible with internal/http3/) - jordanlewis/gcassert -> v0.0.0-20260313214104-ad3fae17affe (indirect) - rogpeppe/go-internal v1.10.0 -> v1.15.0 (indirect) - yuin/goldmark v1.4.13 -> v1.8.4 (indirect) - golang.org/x/mod v0.37.0 -> v0.38.0 (indirect) - golang.org/x/tools v0.47.0 -> v0.48.0 (indirect) All tests pass (go build, go vet, go test ./...), including internal/http2 and internal/http3 packages. No source code changes.
imroc
commented
Jul 27, 2026
imroc
left a comment
Owner
Author
There was a problem hiding this comment.
Review pass — dependency upgrade only (go.mod/go.sum).
Verified:
quic-gov0.60.0 → v0.61.0 (minor): nointernal/http3/source changes needed. CI passes on both Go 1.25.x and 1.26.x, confirming the vendored HTTP/3 code is compatible with the new quic-go API.klauspost/compressv1.19.0 → v1.19.1 (patch).- Indirect deps (gcassert, go-internal, goldmark, x/mod, x/tools) — no source impact.
- No source code files modified.
Note for future sync: The x/net version remains at v0.57.0. When the next vendored internal/http2/ upstream sync happens, the baseline commit should be compared against the golang.org/x/net@v0.57.0 tag to ensure no missed changes.
No blockers. Since this is the repo owner's PR, leaving a comment review instead of self-approving.
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
klauspost/compressquic-go/quic-gojordanlewis/gcassertrogpeppe/go-internalyuin/goldmarkgolang.org/x/modgolang.org/x/toolsVerification
go build ./...— passgo vet ./...— passgo test ./...— all packages pass (includinginternal/http2andinternal/http3)go mod tidy— no residual changesNotes
internal/http3/was not touched — onlygo.mod/go.sumchanged. Build and tests confirm the modifiedinternal/http3/code is compatible with quic-go v0.61.0.utls(v1.8.2),x/net(v0.57.0),x/crypto(v0.54.0),x/text(v0.40.0) — already up to date, no change.go.modandgo.sum.