build(deps): bump the go-modules group across 1 directory with 2 updates#44
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps): bump the go-modules group across 1 directory with 2 updates#44dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
dependabot
Bot
force-pushed
the
dependabot/go_modules/go-modules-6348c1dcfe
branch
2 times, most recently
from
June 29, 2026 04:26
9410d98 to
e4f37ab
Compare
Bumps the go-modules group with 2 updates in the / directory: [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) and [golang.org/x/sys](https://github.com/golang/sys). Updates `github.com/mark3labs/mcp-go` from 0.54.1 to 0.55.1 - [Release notes](https://github.com/mark3labs/mcp-go/releases) - [Commits](mark3labs/mcp-go@v0.54.1...v0.55.1) Updates `golang.org/x/sys` from 0.45.0 to 0.46.0 - [Commits](golang/sys@v0.45.0...v0.46.0) --- updated-dependencies: - dependency-name: github.com/mark3labs/mcp-go dependency-version: 0.55.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: golang.org/x/sys dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/go-modules-6348c1dcfe
branch
from
July 6, 2026 04:25
e4f37ab to
613124c
Compare
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 the go-modules group with 2 updates in the / directory: github.com/mark3labs/mcp-go and golang.org/x/sys.
Updates
github.com/mark3labs/mcp-gofrom 0.54.1 to 0.55.1Commits
b6e6224fix(client): avoid forwarding inbound request headers (#909)6d28e6dfix: avoid full filter scans on call hot paths (#908)43c2ca0oauth: return error instead of (nil, nil) from getServerMetadata (#903) (#904)3b66aa7mcptest: add SetSamplingHandler and SetElicitationHandler (#902)42bc0b2feat(otel): WithServerLogging — OTEL slog bridge for server structured logs (...d972f3fdocs(prompts): add review-pr kit prompt for Go PRsd5c0727feat(server): WithLogger consolidates structured logging onto *slog.Logger (#...3f1c760feat(tracing): add MetaPropagator for W3C trace context via MCP _meta (SEP-41...2cacbe7fix: enforce tool/prompt filters at call time, not just list time (#898)Updates
golang.org/x/sysfrom 0.45.0 to 0.46.0Commits
d58dcfaunix: add GPIO constants and structs