chore(deps): Consolidate Go module updates (crypto, mod, term, go-sdk)#14842
Merged
chore(deps): Consolidate Go module updates (crypto, mod, term, go-sdk)#14842
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update Go modules dependencies in go.mod
chore(deps): Consolidate Go module updates (crypto, mod, term, go-sdk)
Feb 10, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Bundles multiple Go module dependency bumps into a single consolidated update, keeping the repository’s Go dependencies current and aligning go.mod/go.sum with a fresh go get + go mod tidy.
Changes:
- Bumped direct dependencies:
golang.org/x/crypto,golang.org/x/mod,golang.org/x/term, andgithub.com/modelcontextprotocol/go-sdk. - Updated transitive dependencies including
golang.org/x/net,golang.org/x/sys,golang.org/x/text,golang.org/x/tools, andgolang.org/x/telemetry. - Refreshed
go.sumchecksums to match the updated module graph.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates direct and indirect module versions to the consolidated set described in the PR. |
| go.sum | Updates module checksums to match the new dependency versions after tidy. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Bundles 4 Dependabot PRs for Go module dependencies.
Updated Dependencies
Direct:
golang.org/x/crypto0.47.0 → 0.48.0 — fixes scrypt panic on parameters ≤ 0golang.org/x/mod0.32.0 → 0.33.0golang.org/x/term0.39.0 → 0.40.0github.com/modelcontextprotocol/go-sdk1.2.0 → 1.3.0 — schema caching improvements, logger enhancements, SSE transport fixesTransitive:
golang.org/x/net0.48.0 → 0.49.0golang.org/x/sys0.40.0 → 0.41.0golang.org/x/text0.33.0 → 0.34.0golang.org/x/tools0.40.0 → 0.41.0golang.org/x/telemetry(version bump)Changes
Updated
go.modandgo.sumviago get+go mod tidy.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.