chore: update grpc to v1.30.0

PiperOrigin-RevId: 317949519
This commit is contained in:
Google APIs 2020-06-23 15:22:22 -07:00 committed by Copybara-Service
parent 14f0c2cc93
commit 7157f95527
1 changed files with 6 additions and 2 deletions

View File

@ -111,14 +111,18 @@ go_register_toolchains()
http_archive(
name = "com_github_grpc_grpc",
strip_prefix = "grpc-8347f4753568b5b66e49111c60ae2841278d3f33", # this is 1.25.0 with fixes
urls = ["https://github.com/grpc/grpc/archive/8347f4753568b5b66e49111c60ae2841278d3f33.zip"],
strip_prefix = "grpc-1.30.0",
urls = ["https://github.com/grpc/grpc/archive/v1.30.0.zip"],
)
load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")
grpc_deps()
load("@com_github_grpc_grpc//bazel:grpc_extra_deps.bzl", "grpc_extra_deps")
grpc_extra_deps()
load("@upb//bazel:repository_defs.bzl", "bazel_version_repository")
bazel_version_repository(