Skip to content

Commit

Permalink
chore(bazel): update Bazel Go deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Jun 13, 2023
1 parent 9116eca commit f408f36
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 @@ -194,8 +194,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_github_googleapis_gax_go_v2",
importpath = "github.com/googleapis/gax-go/v2",
sum = "h1:ebSgKfMxynOdxw8QQuFOKMgomqeLGPqNLQox2bo42zg=",
version = "v2.10.0",
sum = "h1:9V9PWXEsWnPpQhu/PeQIkS4eGzMlTLGgt80cUUI8Ki4=",
version = "v2.11.0",
)
go_repository(
name = "com_github_googleapis_grpc_fallback_go",
Expand Down Expand Up @@ -1199,8 +1199,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "org_golang_google_api",
importpath = "google.golang.org/api",
sum = "h1:7xGvEY4fyWbhWMHf3R2/4w7L4fXyfpRGE9g6lp8+DCk=",
version = "v0.125.0",
sum = "h1:q4GJq+cAdMAC7XP7njvQ4tvohGLiSlytuL4BQxbIZ+o=",
version = "v0.126.0",
)

go_repository(
Expand Down

0 comments on commit f408f36

Please sign in to comment.