This repository was archived by the owner on Mar 21, 2026. It is now read-only.
chore: update golang.org/x dependencies#330
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request updates seven golang.org/x dependencies to their latest versions, bringing in bug fixes, new features, and improvements from the Go standard library ecosystem.
Changes:
- Updates golang.org/x dependencies: mod (v0.32.0 → v0.33.0), net (v0.49.0 → v0.51.0), oauth2 (v0.33.0 → v0.35.0), sys (v0.40.0 → v0.41.0), term (v0.39.0 → v0.40.0), text (v0.33.0 → v0.34.0), and tools (v0.41.0 → v0.42.0)
- Adds HTTP/2 RFC 9218 prioritization support with backward compatibility for Go < 1.27
- Introduces new HTTP Structured Field Values parser (golang.org/x/net/internal/httpsfv)
Reviewed changes
Copilot reviewed 1 out of 60 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Updates golang.org/x dependency versions |
| go.sum | Updates checksums for new dependency versions |
| vendor/modules.txt | Updates vendored module versions and adds new internal/httpsfv package |
| vendor/golang.org/x/tools/internal/aliases/*.go | Simplifies type alias handling, removes Enabled() function |
| vendor/golang.org/x/tools/internal/event/*.go | Updates event label formatting API from Format to Append |
| vendor/golang.org/x/net/http2/*.go | Adds RFC 9218 priority support with Go 1.27 compatibility shims |
| vendor/golang.org/x/net/internal/httpsfv/httpsfv.go | New HTTP Structured Field Values parser implementation |
| vendor/golang.org/x/text/unicode/*.go | Updates Unicode normalization tables and bidirectional text handling |
| vendor/golang.org/x/sys/windows/*.go | Adds IsProcessorFeaturePresent syscall and processor feature constants |
| vendor/golang.org/x/sys/unix/*.go | Improves error handling in Recvmsg functions and adds IoctlSetString |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
🚀 Temp artifacts published: |
- golang.org/x/mod: v0.32.0 → v0.33.0 - golang.org/x/net: v0.49.0 → v0.51.0 - golang.org/x/oauth2: v0.33.0 → v0.35.0 - golang.org/x/sys: v0.40.0 → v0.41.0 - golang.org/x/term: v0.39.0 → v0.40.0 - golang.org/x/text: v0.33.0 → v0.34.0 - golang.org/x/tools: v0.41.0 → v0.42.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Sergei Lukianov <me@slukjanov.name>
08536f6 to
367460a
Compare
|
🚀 Temp artifacts published: |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
golang.org/x/mod: v0.32.0 → v0.33.0golang.org/x/net: v0.49.0 → v0.51.0golang.org/x/oauth2: v0.33.0 → v0.35.0golang.org/x/sys: v0.40.0 → v0.41.0golang.org/x/term: v0.39.0 → v0.40.0golang.org/x/text: v0.33.0 → v0.34.0golang.org/x/tools: v0.41.0 → v0.42.0(
golang.org/x/syncv0.19.0 andgolang.org/x/timev0.14.0 remain unchanged — already at latest compatible versions.)Test plan
go mod vendorsynced successfullyjust buildpasses (gen + lint + go build)🤖 Generated with Claude Code