You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps): bump google.golang.org/grpc from 1.83.1 to 1.83.2 in /endpoints (#1721)
* chore(deps): bump google.golang.org/grpc in /endpoints
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.83.1 to 1.83.2.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.83.1...v1.83.2)
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.83.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix(plugins): align golang.org/x/net with endpoints grpc bump
The grpc 1.83.1 -> 1.83.2 bump pulls golang.org/x/net to v0.58.0 in
endpoints/go.mod, but the server plugins only replace the local nhp
module (not endpoints), so `go mod tidy` in each plugin has no path to
pick up that higher version on its own. That left plugin=v0.57.0 vs
endpoints=v0.58.0, which check-plugin-deps.sh (and Go's plugin
fingerprinting) rejects.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VjXEEjEs1FwqQAukzsnTQb
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments