Skip to content
This repository was archived by the owner on Mar 21, 2026. It is now read-only.

chore: update golang.org/x dependencies#330

Merged
Frostman merged 1 commit intomasterfrom
pr/frostman/update-golang-x-deps
Feb 27, 2026
Merged

chore: update golang.org/x dependencies#330
Frostman merged 1 commit intomasterfrom
pr/frostman/update-golang-x-deps

Conversation

@Frostman
Copy link
Member

Summary

  • 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

(golang.org/x/sync v0.19.0 and golang.org/x/time v0.14.0 remain unchanged — already at latest compatible versions.)

Test plan

  • go mod vendor synced successfully
  • just build passes (gen + lint + go build)

🤖 Generated with Claude Code

Copilot AI review requested due to automatic review settings February 27, 2026 18:22
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@github-actions
Copy link

🚀 Temp artifacts published: v0-08536f67f 🚀

- 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>
@Frostman Frostman force-pushed the pr/frostman/update-golang-x-deps branch from 08536f6 to 367460a Compare February 27, 2026 18:27
@github-actions
Copy link

🚀 Temp artifacts published: v0-367460acf 🚀

@Frostman Frostman merged commit 67a7fcb into master Feb 27, 2026
8 of 9 checks passed
@Frostman Frostman deleted the pr/frostman/update-golang-x-deps branch February 27, 2026 19:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants