Skip to content

Commit c6fd8d2

Browse files
chore: update Bazel Go deps (#763)
Co-authored-by: Noah Dietz <noahdietz@users.noreply.github.com>
1 parent e37d829 commit c6fd8d2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

repositories.bzl

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,8 +1004,8 @@ def com_googleapis_gapic_generator_go_repositories():
10041004
# This is part of a fix for https://github.com/googleapis/gapic-generator-go/issues/387.
10051005
build_extra_args = ["-exclude=longrunning/autogen/info.go"],
10061006
importpath = "cloud.google.com/go",
1007-
sum = "h1:MjvSkUq8RuAb+2JLDi5VQmmExRJPUQ3JLCWpRB6fmdw=",
1008-
version = "v0.90.0",
1007+
sum = "h1:wPBktZFzYBcCZVARvwVKqH1uEj+aLXofJEtrb4oOsio=",
1008+
version = "v0.93.3",
10091009
)
10101010
go_repository(
10111011
name = "com_google_cloud_go_bigquery",
@@ -1145,8 +1145,8 @@ def com_googleapis_gapic_generator_go_repositories():
11451145
go_repository(
11461146
name = "org_golang_google_api",
11471147
importpath = "google.golang.org/api",
1148-
sum = "h1:ECJUVngj71QI6XEm7b1sAf8BljU5inEhMbKPR8Lxhhk=",
1149-
version = "v0.54.0",
1148+
sum = "h1:Mdr7qYW89GXMpDUcDJVH45zax8FzmmzL9hZ8rIhgw1g=",
1149+
version = "v0.55.0",
11501150
)
11511151

11521152
go_repository(
@@ -1158,8 +1158,8 @@ def com_googleapis_gapic_generator_go_repositories():
11581158
go_repository(
11591159
name = "org_golang_google_genproto",
11601160
importpath = "google.golang.org/genproto",
1161-
sum = "h1:5eMUso2GVOxypVH1fR4oKgDobrvi4DHctJ4fVk66s/4=",
1162-
version = "v0.0.0-20210830153122-0bac4d21c8ea",
1161+
sum = "h1:NHN4wOCScVzKhPenJ2dt+BTs3X/XkBVI/Rh4iDt55T8=",
1162+
version = "v0.0.0-20210831024726-fe130286e0e2",
11631163
)
11641164
go_repository(
11651165
name = "org_golang_google_grpc",
@@ -1227,8 +1227,8 @@ def com_googleapis_gapic_generator_go_repositories():
12271227
go_repository(
12281228
name = "org_golang_x_oauth2",
12291229
importpath = "golang.org/x/oauth2",
1230-
sum = "h1:4Kd8OPUx1xgUwrHDaviWZO8MsgoZTZYC3g+8m16RBww=",
1231-
version = "v0.0.0-20210805134026-6f1e6394065a",
1230+
sum = "h1:Qmd2pbz05z7z6lm0DrgQVVPuBm92jqujBKMHMOlOQEw=",
1231+
version = "v0.0.0-20210819190943-2bc19b11175f",
12321232
)
12331233
go_repository(
12341234
name = "org_golang_x_sync",
@@ -1239,8 +1239,8 @@ def com_googleapis_gapic_generator_go_repositories():
12391239
go_repository(
12401240
name = "org_golang_x_sys",
12411241
importpath = "golang.org/x/sys",
1242-
sum = "h1:siQdpVirKtzPhKl3lZWozZraCFObP8S1v6PRp0bLrtU=",
1243-
version = "v0.0.0-20210806184541-e5e7981a1069",
1242+
sum = "h1:2ucpDCmfkl8Bd/FsLtiD653Wf96cW37s+iGx93zsu4k=",
1243+
version = "v0.0.0-20210823070655-63515b42dcdf",
12441244
)
12451245
go_repository(
12461246
name = "org_golang_x_term",

0 commit comments

Comments
 (0)