Skip to content

Commit

Permalink
fix: downgrade bazel google.golang.org/protobuf dep (#1609)
Browse files Browse the repository at this point in the history
Related: #1608
  • Loading branch information
codyoss authored Jan 27, 2025
1 parent 43043b4 commit fdb83e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1301,8 +1301,9 @@ def com_googleapis_gapic_generator_go_repositories():
"-exclude=**/testdata",
],
importpath = "google.golang.org/protobuf",
sum = "h1:6A3ZDJHn/eNqc1i+IdefRzy/9PokBTPvcqMySR7NNIM=",
version = "v1.36.4",
sum = "h1:8Ar7bF+apOIoThw1EdZl0p1oWvMqTHmpA2fRTyZO8io=",
# TODO(https://github.com/googleapis/gapic-generator-go/issues/1608): Don't hard-code old version
version = "v1.35.2",
)
go_repository(
name = "org_golang_x_crypto",
Expand Down

0 comments on commit fdb83e9

Please sign in to comment.