Skip to content

Commit

Permalink
chore: update Bazel Go deps (#791)
Browse files Browse the repository at this point in the history
Updated Go dependencies for Bazel repositories.
  • Loading branch information
yoshi-code-bot committed Oct 11, 2021
1 parent 75f4e9a commit 7e1cbbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1164,8 +1164,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "org_golang_google_genproto",
importpath = "google.golang.org/genproto",
sum = "h1:eF1wcrhdz56Vugf8qNX5dD93ItkrhothojQyHXqloe0=",
version = "v0.0.0-20211001223012-bfb93cce50d9",
sum = "h1:B3r2Cb5u7Od6/WGb95VHDMp99VU/fuqPYZb6VM8IozI=",
version = "v0.0.0-20211011165927-a5fb3255271e",
)
go_repository(
name = "org_golang_google_grpc",
Expand Down

0 comments on commit 7e1cbbb

Please sign in to comment.