We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd4f75 commit a1eb5ffCopy full SHA for a1eb5ff
1 file changed
api/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/BUILD
@@ -5,5 +5,8 @@ load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")
5
licenses(["notice"]) # Apache 2
6
7
api_proto_package(
8
- deps = ["@com_github_cncf_xds//udpa/annotations:pkg"],
+ deps = [
9
+ "//envoy/extensions/load_balancing_policies/common/v3:pkg",
10
+ "@com_github_cncf_udpa//udpa/annotations:pkg",
11
+ ]
12
)
0 commit comments