chore(deps): bump Go modules and drop stale osv ignores#971
Merged
cpcloud merged 1 commit intomicasa-dev:mainfrom Apr 23, 2026
Merged
Conversation
Notable jumps: - anthropic-sdk-go v1.27.1 -> v1.37.0 - ollama v0.18.3 -> v0.21.1 - mark3labs/mcp-go v0.48.0 -> v0.49.0 - OpenTelemetry otel/metric/trace v1.42.0 -> v1.43.0 - google.golang.org/genai v1.51.0 -> v1.54.0 - google.golang.org/grpc v1.79.3 -> v1.80.0 - golang.org/x/net v0.52.0 -> v0.53.0 Remove stale osv-scanner.toml ignores (GO-2026-4514, GO-2026-4771, GO-2026-4772) now that the scanner reports them as unused. Refresh Nix vendorHash to match the new go.sum.
ed10e1f to
c0c6546
Compare
cpcloud
added a commit
that referenced
this pull request
Apr 23, 2026
## Summary - Renovate's `gomod` manager [disables indirect-dep updates by default](https://docs.renovatebot.com/modules/manager/gomod/). The existing `go-indirect` rule sets a `groupName` but never flips `enabled`, so indirect deps never get PRs. - Set `"enabled": true` on that rule. #971 is the manual catch-up for deps that have been dormant under this rule.
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.
Summary
go get -u ./...+go mod tidyacross all direct and transitive depsvendorHashinnix/package.nixto match the newgo.sum[[IgnoredVulns]]fromosv-scanner.toml(
GO-2026-4514,GO-2026-4771,GO-2026-4772) now that the scannerreports them as unused
Notable version jumps:
anthropic-sdk-gov1.27.1 -> v1.37.0ollamav0.18.3 -> v0.21.1mark3labs/mcp-gov0.48.0 -> v0.49.0otel/metric/tracev1.42.0 -> v1.43.0google.golang.org/genaiv1.51.0 -> v1.54.0google.golang.org/grpcv1.79.3 -> v1.80.0golang.org/x/netv0.52.0 -> v0.53.0