@@ -93,7 +93,7 @@ def grpc_deps():
93
93
94
94
native .bind (
95
95
name = "re2" ,
96
- actual = "@com_github_google_re2 //:re2" ,
96
+ actual = "@com_googlesource_code_re2 //:re2" ,
97
97
)
98
98
99
99
native .bind (
@@ -219,9 +219,9 @@ def grpc_deps():
219
219
],
220
220
)
221
221
222
- if "com_github_google_re2 " not in native .existing_rules ():
222
+ if "com_googlesource_code_re2 " not in native .existing_rules ():
223
223
http_archive (
224
- name = "com_github_google_re2 " ,
224
+ name = "com_googlesource_code_re2 " ,
225
225
sha256 = "9f385e146410a8150b6f4cb1a57eab7ec806ced48d427554b1e754877ff26c3e" ,
226
226
strip_prefix = "re2-aecba11114cf1fac5497aeb844b6966106de3eb6" ,
227
227
urls = [
@@ -321,10 +321,10 @@ def grpc_deps():
321
321
if "io_bazel_rules_go" not in native .existing_rules ():
322
322
http_archive (
323
323
name = "io_bazel_rules_go" ,
324
- sha256 = "a82a352bffae6bee4e95f68a8d80a70e87f42c4741e6a448bec11998fcc82329 " ,
324
+ sha256 = "dbf5a9ef855684f84cac2e7ae7886c5a001d4f66ae23f6904da0faaaef0d61fc " ,
325
325
urls = [
326
- "https://storage.googleapis.com/grpc-bazel-mirror/ github.com/bazelbuild/rules_go/releases/download/0.18.5 /rules_go-0.18.5 .tar.gz" ,
327
- "https://github.com/bazelbuild/rules_go/releases/download/0.18.5 /rules_go-0.18.5 .tar.gz" ,
326
+ "https://mirror.bazel.build/ github.com/bazelbuild/rules_go/releases/download/v0.24.11 /rules_go-v0.24.11 .tar.gz" ,
327
+ "https://github.com/bazelbuild/rules_go/releases/download/v0.24.11 /rules_go-v0.24.11 .tar.gz" ,
328
328
],
329
329
)
330
330
@@ -361,6 +361,42 @@ def grpc_deps():
361
361
],
362
362
)
363
363
364
+ if "com_google_googleapis" not in native .existing_rules ():
365
+ http_archive (
366
+ name = "com_google_googleapis" ,
367
+ sha256 = "a45019af4d3290f02eaeb1ce10990166978c807cb33a9692141a076ba46d1405" ,
368
+ strip_prefix = "googleapis-82944da21578a53b74e547774cf62ed31a05b841" ,
369
+ urls = [
370
+ "https://github.com/googleapis/googleapis/archive/82944da21578a53b74e547774cf62ed31a05b841.tar.gz" ,
371
+ ],
372
+ )
373
+
374
+ if "bazel_gazelle" not in native .existing_rules ():
375
+ http_archive (
376
+ name = "bazel_gazelle" ,
377
+ sha256 = "d987004a72697334a095bbaa18d615804a28280201a50ed6c234c40ccc41e493" ,
378
+ strip_prefix = "bazel-gazelle-0.19.1" ,
379
+ urls = [
380
+ "https://github.com/bazelbuild/bazel-gazelle/archive/v0.19.1.tar.gz" ,
381
+ ],
382
+ )
383
+
384
+ if "opencensus_proto" not in native .existing_rules ():
385
+ http_archive (
386
+ name = "opencensus_proto" ,
387
+ sha256 = "b7e13f0b4259e80c3070b583c2f39e53153085a6918718b1c710caf7037572b0" ,
388
+ strip_prefix = "opencensus-proto-0.3.0/src" ,
389
+ urls = ["https://github.com/census-instrumentation/opencensus-proto/archive/v0.3.0.tar.gz" ],
390
+ )
391
+
392
+ if "com_envoyproxy_protoc_gen_validate" not in native .existing_rules ():
393
+ http_archive (
394
+ name = "com_envoyproxy_protoc_gen_validate" ,
395
+ sha256 = "e368733c9fb7f8489591ffaf269170d7658cc0cd1ee322b601512b769446d3c8" ,
396
+ strip_prefix = "protoc-gen-validate-278964a8052f96a2f514add0298098f63fb7f47f" ,
397
+ urls = ["https://github.com/envoyproxy/protoc-gen-validate/archive/278964a8052f96a2f514add0298098f63fb7f47f.tar.gz" ],
398
+ )
399
+
364
400
grpc_python_deps ()
365
401
366
402
# TODO: move some dependencies from "grpc_deps" here?
0 commit comments