File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,14 +111,18 @@ go_register_toolchains()
111111
112112http_archive (
113113 name = "com_github_grpc_grpc" ,
114- strip_prefix = "grpc-8347f4753568b5b66e49111c60ae2841278d3f33" , # this is 1.25.0 with fixes
115- urls = ["https://github.com/grpc/grpc/archive/8347f4753568b5b66e49111c60ae2841278d3f33 .zip" ],
114+ strip_prefix = "grpc-1.30.0" ,
115+ urls = ["https://github.com/grpc/grpc/archive/v1.30.0 .zip" ],
116116)
117117
118118load ("@com_github_grpc_grpc//bazel:grpc_deps.bzl" , "grpc_deps" )
119119
120120grpc_deps ()
121121
122+ load ("@com_github_grpc_grpc//bazel:grpc_extra_deps.bzl" , "grpc_extra_deps" )
123+
124+ grpc_extra_deps ()
125+
122126load ("@upb//bazel:repository_defs.bzl" , "bazel_version_repository" )
123127
124128bazel_version_repository (
You can’t perform that action at this time.
0 commit comments