Skip to content

Commit 7157f95

Browse files
Google APIscopybara-github
authored andcommitted
chore: update grpc to v1.30.0
PiperOrigin-RevId: 317949519
1 parent 14f0c2c commit 7157f95

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

WORKSPACE

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,18 @@ go_register_toolchains()
111111

112112
http_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

118118
load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")
119119

120120
grpc_deps()
121121

122+
load("@com_github_grpc_grpc//bazel:grpc_extra_deps.bzl", "grpc_extra_deps")
123+
124+
grpc_extra_deps()
125+
122126
load("@upb//bazel:repository_defs.bzl", "bazel_version_repository")
123127

124128
bazel_version_repository(

0 commit comments

Comments
 (0)