chore(deps): bump github.com/modelcontextprotocol/go-sdk from 1.4.0 to 1.4.1 - #36
Merged
suisuss merged 1 commit intoJul 29, 2026
Conversation
suisuss
added a commit
that referenced
this pull request
Jul 29, 2026
…g go.sum (#82) generate.go carries //go:build ignore, so go mod tidy never sees its import of github.com/spf13/cobra/doc and prunes go-md2man and blackfriday from go.sum. Doc generation then fails with a missing go.sum entry. Dependabot runs tidy on every bump, so this broke docs-check on PRs #36, #37 and #81. Add a tools-tagged blank import. go mod tidy evaluates imports under all build tag combinations, unlike the compiler, so the tag keeps the file out of every real build while holding those hashes pinned. Verified: tidy now leaves go.sum untouched, and go list -deps ./cmd/kh has no md2man. Also promote golang.org/x/crypto out of the indirect block: cmd/read/read.go imports it directly, so go.mod was not tidy-clean and any tidy run moved it.
Contributor
|
@dependabot recreate |
Bumps [github.com/modelcontextprotocol/go-sdk](https://github.com/modelcontextprotocol/go-sdk) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/modelcontextprotocol/go-sdk/releases) - [Commits](modelcontextprotocol/go-sdk@v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: github.com/modelcontextprotocol/go-sdk dependency-version: 1.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/github.com/modelcontextprotocol/go-sdk-1.4.1
branch
from
July 29, 2026 01:47
672c802 to
449dfe8
Compare
suisuss
deleted the
dependabot/go_modules/github.com/modelcontextprotocol/go-sdk-1.4.1
branch
July 29, 2026 01:54
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.
Bumps github.com/modelcontextprotocol/go-sdk from 1.4.0 to 1.4.1.
Release notes
Sourced from github.com/modelcontextprotocol/go-sdk's releases.
Commits
580f2a0mcp: verify 'Origin' and 'Content-Type' headers (#842)421ddf1auth: allow passing custom http.Client to AuthorizationCodeHandler (#840)515f11binternal: fix Unicode zero character handling (#841)