Commit Graph

3 Commits

Author SHA1 Message Date
Lidi Zheng 565520443b
[xDS Proto] Update Bazel dependencies (#25511)
* [xDS Proto] Update Bazel dependencies

* Include transitive deps required by xDS proto libraries
* The Golang deps come from protoc-gen-validate project
* Adding a new submodule: opencensus-proto

* Add the new submodule to .bazelignore

* Update WORKSPACE file to initialize googleapis

* Remove WORKSPACE override

* Adopt reviewer's advice
2021-03-01 17:53:11 -08:00
Esun Kim e7a857d001 Added ignore_version_differences to grpc_extra_deps 2021-01-06 13:39:22 -08:00
Danjie Wenren c22c215ea5 Move extra dependencies out of WORKSPACE to its own macro.
This could be useful for projects that use gRPC as an external
repository. This could not be done within the same grpc_deps.bzl due to
the problem discussed in
- https://github.com/bazelbuild/bazel/issues/1550
- https://github.com/bazelbuild/bazel/issues/1943
2019-10-12 22:10:57 -07:00