File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,8 +112,9 @@ go_register_toolchains()
112112
113113http_archive (
114114 name = "com_github_grpc_grpc" ,
115- strip_prefix = "grpc-1.30.2" ,
116- urls = ["https://github.com/grpc/grpc/archive/v1.30.2.zip" ],
115+ sha256 = "0f330e4734f49d2bfdb9ad195b021720b5dd2e2a534cdf21c7ddc7f7eb42e170" ,
116+ strip_prefix = "grpc-1.33.1" ,
117+ urls = ["https://github.com/grpc/grpc/archive/v1.33.1.zip" ],
117118)
118119
119120load ("@com_github_grpc_grpc//bazel:grpc_deps.bzl" , "grpc_deps" )
@@ -124,12 +125,6 @@ load("@com_github_grpc_grpc//bazel:grpc_extra_deps.bzl", "grpc_extra_deps")
124125
125126grpc_extra_deps ()
126127
127- load ("@upb//bazel:repository_defs.bzl" , "bazel_version_repository" )
128-
129- bazel_version_repository (
130- name = "bazel_version" ,
131- )
132-
133128load ("@build_bazel_rules_apple//apple:repositories.bzl" , "apple_rules_dependencies" )
134129
135130apple_rules_dependencies ()
You can’t perform that action at this time.
0 commit comments