Skip to content

Commit

Permalink
chore(bazel): update Bazel Go deps (#1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Mar 4, 2024
1 parent c0be7ab commit 41b625b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1256,8 +1256,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "org_golang_google_genproto",
importpath = "google.golang.org/genproto",
sum = "h1:Zmyn5CV/jxzKnF+3d+xzbomACPwLQqVpLTpyXN5uTaQ=",
version = "v0.0.0-20240221002015-b0ce06bbee7c",
sum = "h1:GihpvzHjeZHw+/mzsWpdxwr1LaG6E3ff/gyeZlVHbyc=",
version = "v0.0.0-20240228224816-df926f6c8641",
)
go_repository(
name = "org_golang_google_genproto_googleapis_api",
Expand All @@ -1275,8 +1275,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "org_golang_google_genproto_googleapis_rpc",
importpath = "google.golang.org/genproto/googleapis/rpc",
sum = "h1:NUsgEN92SQQqzfA+YtqYNqYmB3DMMYLlIwUZAQFVFbo=",
version = "v0.0.0-20240221002015-b0ce06bbee7c",
sum = "h1:DKU1r6Tj5s1vlU/moGhuGz7E3xRfwjdAfDzbsaQJtEY=",
version = "v0.0.0-20240228224816-df926f6c8641",
)

go_repository(
Expand Down

0 comments on commit 41b625b

Please sign in to comment.