Skip to content

Commit 661244d

Browse files
chore(bazel): update Bazel Go deps (#1328)
Updated Go dependencies for Bazel repositories.
1 parent 6de2d57 commit 661244d

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

repositories.bzl

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ def com_googleapis_gapic_generator_go_repositories():
168168
go_repository(
169169
name = "com_github_google_s2a_go",
170170
importpath = "github.com/google/s2a-go",
171-
sum = "h1:WVtYAYuYxKeYajAmThMRYWP6K3wXkcqbGHeUgeubUHY=",
172-
version = "v0.1.2",
171+
sum = "h1:FAgZmpLl/SXurPEZyCMPBIiiYeTbqfjlbdnCNTAkbGE=",
172+
version = "v0.1.3",
173173
)
174174

175175
go_repository(
@@ -367,6 +367,12 @@ def com_googleapis_gapic_generator_go_repositories():
367367
sum = "h1:X1TuBLAMDFbaTAChgCBLu3DU3UPyELpnF2jjJ2cz/S8=",
368368
version = "v1.4.2",
369369
)
370+
go_repository(
371+
name = "com_github_yuin_goldmark",
372+
importpath = "github.com/yuin/goldmark",
373+
sum = "h1:fVcFKWvrslecOb/tg+Cc05dkeYx540o0FuFt3nUVDoE=",
374+
version = "v1.4.13",
375+
)
370376

371377
go_repository(
372378
name = "com_gitlab_golang_commonmark_html",
@@ -779,8 +785,8 @@ def com_googleapis_gapic_generator_go_repositories():
779785
go_repository(
780786
name = "com_google_cloud_go_iam",
781787
importpath = "cloud.google.com/go/iam",
782-
sum = "h1:hlQJMovyJJwYjZcTohUH4o1L8Z8kYz+E+W/zktiLCBc=",
783-
version = "v1.0.0",
788+
sum = "h1:lyeCAU6jpnVNrE9zGQkTl3WgNgK/X+uWwaw0kynZJMU=",
789+
version = "v1.0.1",
784790
)
785791
go_repository(
786792
name = "com_google_cloud_go_iap",
@@ -1222,8 +1228,8 @@ def com_googleapis_gapic_generator_go_repositories():
12221228
go_repository(
12231229
name = "org_golang_google_api",
12241230
importpath = "google.golang.org/api",
1225-
sum = "h1:TTmhTei0mkR+kiBSW2UzZmAbkTaBfUUzfchyXnzG9Hs=",
1226-
version = "v0.120.0",
1231+
sum = "h1:zDobeejm3E7pEG1mNHvdxvjs5XJoCMzyNH+CmwL94Es=",
1232+
version = "v0.122.0",
12271233
)
12281234

12291235
go_repository(

0 commit comments

Comments
 (0)