Skip to content

Commit

Permalink
chore(bazel): update Bazel Go deps (#1047)
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 27, 2022
1 parent 4d9d31c commit 2108164
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 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_enterprise_certificate_proxy",
importpath = "github.com/googleapis/enterprise-certificate-proxy",
sum = "h1:7MYGT2XEMam7Mtzv1yDUYXANedWvwk3HKkR3MyGowy8=",
version = "v0.0.0-20220520183353-fd19c99a87aa",
sum = "h1:zO8WHNx/MYiAKJ3d5spxZXZE6KHmIQGQcAzwUzV7qQw=",
version = "v0.1.0",
)
go_repository(
name = "com_github_googleapis_gapic_showcase",
Expand Down Expand Up @@ -976,8 +976,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_google_cloud_go_compute",
importpath = "cloud.google.com/go/compute",
sum = "h1:2sMmt8prCn7DPaG4Pmh0N3Inmc8cT8ae5k1M6VJ9Wqc=",
version = "v1.6.1",
sum = "h1:v/k9Eueb8aAJ0vZuxKMrgm6kPhCLZU9HxFU+AFDs9Uk=",
version = "v1.7.0",
)
go_repository(
name = "com_google_cloud_go_datastore",
Expand Down Expand Up @@ -1117,8 +1117,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "org_golang_google_api",
importpath = "google.golang.org/api",
sum = "h1:NMB9J4cCxs9xEm+1Z9QiO3eFvn7EnQj3Eo3hN6ugVlg=",
version = "v0.84.0",
sum = "h1:8rJoHuRxx+vCmZtAO/3k1dRLvYNVyTJtZ5oaFZvhgvc=",
version = "v0.85.0",
)

go_repository(
Expand All @@ -1131,8 +1131,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "org_golang_google_genproto",
importpath = "google.golang.org/genproto",
sum = "h1:kqrS+lhvaMHCxul6sKQvKJ8nAAhlVItmZV822hYFH/U=",
version = "v0.0.0-20220617124728-180714bec0ad",
sum = "h1:3L4edWcjDHPWGcMl1N0YH1NSoasyvfEcZCe2rUbxHfs=",
version = "v0.0.0-20220627200112-0a929928cb33",
)
go_repository(
name = "org_golang_google_grpc",
Expand Down Expand Up @@ -1194,8 +1194,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "org_golang_x_net",
importpath = "golang.org/x/net",
sum = "h1:4SFsTMi4UahlKoloni7L4eYzhFRifURQLw+yv0QDCx8=",
version = "v0.0.0-20220607020251-c690dde0001d",
sum = "h1:Yqz/iviulwKwAREEeUd3nbBFn0XuyJqkoft2IlrvOhc=",
version = "v0.0.0-20220617184016-355a448f1bc9",
)
go_repository(
name = "org_golang_x_oauth2",
Expand All @@ -1212,8 +1212,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "org_golang_x_sys",
importpath = "golang.org/x/sys",
sum = "h1:Zu/JngovGLVi6t2J3nmAf3AoTDwuzw85YZ3b9o4yU7s=",
version = "v0.0.0-20220610221304-9f5ed59c137d",
sum = "h1:aFV+BgZ4svzjfabn8ERpuB4JI4N6/rdy1iusx77G3oU=",
version = "v0.0.0-20220615213510-4f61da869c0c",
)
go_repository(
name = "org_golang_x_term",
Expand Down

0 comments on commit 2108164

Please sign in to comment.