Chore/upgrade go version - #215
Merged
Merged
Conversation
- google.golang.org/grpc v1.50.1 → v1.79.3 (HTTP/2 rapid reset, auth bypass) - google.golang.org/protobuf v1.28.1 → v1.36.10 (protojson infinite loop) - golang.org/x/net v0.0.0-20221014... → v0.48.0 (HTTP/2 vulnerabilities) - golang.org/x/crypto v0.0.0-20210921... → v0.46.0 (ssh DoS, key exchange) - prometheus/client_golang v1.4.0 → v1.11.1 (promhttp DoS) - gogo/protobuf v1.2.1 → v1.3.2 (improper input validation) - gopkg.in/yaml.v3 v3.0.0-... → v3.0.1 (DoS vulnerability) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Transitively upgrades: - golang.org/x/crypto v0.46.0 → v0.47.0 - golang.org/x/net v0.48.0 → v0.49.0 - golang.org/x/sys v0.39.0 → v0.40.0 - google.golang.org/protobuf v1.36.10 → v1.36.11 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Replace golang/mock with uber/mock for better Go compatibility - Upgrade grpc-gateway from v1 to v2 - Migrate protobuf management from manual protoc to buf tool for: - plugin/admin - plugin/auth - plugin/federation - Regenerate all protobuf files with buf - Update mock files to use uber/mock - Add tools.go for managing tool dependencies Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
Test plan
make buildpasses🤖 Generated with Claude Code