From 7157f9552747421572cf1ab3aec1105c05ebd4f9 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Tue, 23 Jun 2020 15:22:22 -0700 Subject: [PATCH] chore: update grpc to v1.30.0 PiperOrigin-RevId: 317949519 --- WORKSPACE | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 152f8cf1..e2517f45 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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(