|
|
|
@ -590,11 +590,11 @@ def grpc_test_only_deps(): |
|
|
|
|
if "com_google_libprotobuf_mutator" not in native.existing_rules(): |
|
|
|
|
http_archive( |
|
|
|
|
name = "com_google_libprotobuf_mutator", |
|
|
|
|
sha256 = "b847c71723d8ce0b747aa661d7f3a07f1d16c595bf9c0202f30febc2f9a24a06", |
|
|
|
|
sha256 = "11ab4c57b4051977d8fedb86dba5c9092e578bc293c47be146e0b0596b6a0bdc", |
|
|
|
|
urls = [ |
|
|
|
|
"https://github.com/google/libprotobuf-mutator/archive/ffd86a32874e5c08a143019aad1aaf0907294c9f.tar.gz", |
|
|
|
|
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/libprotobuf-mutator/archive/ffd86a32874e5c08a143019aad1aaf0907294c9f.tar.gz", |
|
|
|
|
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/libprotobuf-mutator/archive/c390388561be36f94a559a4aed7e2fe60470f60b.tar.gz", |
|
|
|
|
"https://github.com/google/libprotobuf-mutator/archive/c390388561be36f94a559a4aed7e2fe60470f60b.tar.gz", |
|
|
|
|
], |
|
|
|
|
strip_prefix = "libprotobuf-mutator-ffd86a32874e5c08a143019aad1aaf0907294c9f", |
|
|
|
|
strip_prefix = "libprotobuf-mutator-c390388561be36f94a559a4aed7e2fe60470f60b", |
|
|
|
|
build_file = "@com_github_grpc_grpc//third_party:libprotobuf_mutator.BUILD", |
|
|
|
|
) |
|
|
|
|