Skip to content

Commit

Permalink
chore(bazel): update Bazel Go deps (#1035)
Browse files Browse the repository at this point in the history
Updated Go dependencies for Bazel repositories.
  • Loading branch information
yoshi-code-bot authored Jun 13, 2022
1 parent dc258b6 commit 0d110d5
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 @@ -373,8 +373,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_github_googleapis_gapic_showcase",
importpath = "github.com/googleapis/gapic-showcase",
sum = "h1:tvosrCn+SmkJoWjo3Fq3C508cRCSdZWsqbg+MsXhKuM=",
version = "v0.21.0",
sum = "h1:aE8SFeTYt8ghjKwRsJZiu5U+dY9J6dPMDavelIYuwgY=",
version = "v0.22.0",
)
go_repository(
name = "com_github_googleapis_gax_go_v2",
Expand Down Expand Up @@ -1125,8 +1125,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "org_golang_google_genproto",
importpath = "google.golang.org/genproto",
sum = "h1:qRu95HZ148xXw+XeZ3dvqe85PxH4X8+jIo0iRPKcEnM=",
version = "v0.0.0-20220602131408-e326c6e8e9c8",
sum = "h1:ByeiW1F67iV9o8ipGskA+HWzSkMbRJuKLlwCdPxzn7A=",
version = "v0.0.0-20220608133413-ed9918b62aac",
)
go_repository(
name = "org_golang_google_grpc",
Expand Down

0 comments on commit 0d110d5

Please sign in to comment.