Skip to content

Commit

Permalink
bzl: upgrade protoc-gen-go-grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrandhorst committed Mar 7, 2025
1 parent e1009f7 commit 2ec35d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ go_deps.from_file(go_mod = ":go.mod")
# so they have to explicitly be made known to Gazelle.
go_deps.module(
path = "google.golang.org/grpc/cmd/protoc-gen-go-grpc",
sum = "h1:rNBFJjBCOgVr9pWD7rs/knKL4FRTKgpZmsRfV214zcA=",
version = "v1.3.0",
sum = "h1:F29+wU6Ee6qgu9TddPgooOdaqsxTMunOoj8KA5yuS5A=",
version = "v1.5.1",
)
go_deps.module(
path = "github.com/golang/protobuf",
Expand Down

0 comments on commit 2ec35d0

Please sign in to comment.