Skip to content

Conversation

@marten-seemann
Copy link
Contributor

No description provided.

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 PR updates the quic-go library from version v0.57.1 to v0.58.0 across the repository and test-plans subdirectory. The update brings in new transitive dependencies and their checksums in the go.sum files.

Key Changes

  • Updated github.com/quic-go/quic-go from v0.57.1 to v0.58.0
  • Added new indirect dependencies pulled in by the quic-go update (gogo/protobuf, klauspost/compress, kylelemons/godebug, and various golang.org/x/* packages)
  • Moved golang.org/x/exp from indirect to direct dependency

Reviewed changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.

File Description
go.mod Updated quic-go to v0.58.0 and moved golang.org/x/exp to direct dependencies
go.sum Added checksums for quic-go v0.58.0 and new transitive dependencies
test-plans/go.mod Updated quic-go to v0.58.0 in test plans module
test-plans/go.sum Added corresponding checksums for quic-go v0.58.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

go.uber.org/goleak v1.3.0
go.uber.org/mock v0.5.2
golang.org/x/crypto v0.41.0
golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476
Copy link

Copilot AI Dec 21, 2025

Choose a reason for hiding this comment

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

The golang.org/x/exp dependency has been moved from an indirect dependency to a direct dependency, but there are no direct imports of this package in the codebase. This dependency should remain as an indirect dependency unless it's actually being used directly in the code.

Suggested change
golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant