Skip to content

Commit

Permalink
chore(bazel): update Bazel Go deps (#1088)
Browse files Browse the repository at this point in the history
Updated Go dependencies for Bazel repositories.
  • Loading branch information
yoshi-code-bot authored Jul 27, 2022
1 parent 2839903 commit 8340671
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_github_cpuguy83_go_md2man_v2",
importpath = "github.com/cpuguy83/go-md2man/v2",
sum = "h1:r/myEWzV9lfsM1tFLgDyu0atFtJ1fXn261LKYj/3DxU=",
version = "v2.0.1",
sum = "h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w=",
version = "v2.0.2",
)
go_repository(
name = "com_github_creack_pty",
Expand Down Expand Up @@ -379,8 +379,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_github_googleapis_gapic_showcase",
importpath = "github.com/googleapis/gapic-showcase",
sum = "h1:aE8SFeTYt8ghjKwRsJZiu5U+dY9J6dPMDavelIYuwgY=",
version = "v0.22.0",
sum = "h1:RMtDCuoh7gsI4WEHlNJ3FArnzphduEQpWeJO86Nc9pI=",
version = "v0.23.0",
)
go_repository(
name = "com_github_googleapis_gax_go_v2",
Expand Down Expand Up @@ -870,8 +870,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_github_spf13_cobra",
importpath = "github.com/spf13/cobra",
sum = "h1:y+wJpx64xcgO1V+RcnwW0LEHxTKRi2ZDPSBjWnrg88Q=",
version = "v1.4.0",
sum = "h1:X+jTBEBqF0bHN+9cSMgmfuvv2VHJ9ezmFNf9Y/XstYU=",
version = "v1.5.0",
)
go_repository(
name = "com_github_spf13_jwalterweatherman",
Expand Down Expand Up @@ -1200,14 +1200,14 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "org_golang_x_oauth2",
importpath = "golang.org/x/oauth2",
sum = "h1:+jnHzr9VPj32ykQVai5DNahi9+NSp7yYuCsl5eAQtL0=",
version = "v0.0.0-20220622183110-fd043fe589d2",
sum = "h1:oVlhw3Oe+1reYsE2Nqu19PDJfLzwdU3QUUrG86rLK68=",
version = "v0.0.0-20220718184931-c8730f7fcb92",
)
go_repository(
name = "org_golang_x_sync",
importpath = "golang.org/x/sync",
sum = "h1:Ax0t5p6N38Ga0dThY21weqDEyz2oklo4IvDkpigvkD8=",
version = "v0.0.0-20220601150217-0de741cfad7f",
sum = "h1:uVc8UZUe6tr40fFVnUP5Oj+veunVezqYl9z7DYw9xzw=",
version = "v0.0.0-20220722155255-886fb9371eb4",
)
go_repository(
name = "org_golang_x_sys",
Expand Down

0 comments on commit 8340671

Please sign in to comment.