Skip to content

Commit

Permalink
udpa naming workaround
Browse files Browse the repository at this point in the history
see: envoyproxy#32647 for details

Signed-off-by: Alice Wasko <alicewasko@datawire.io>
  • Loading branch information
Alice Wasko authored and tenshinhigashi committed Nov 11, 2024
1 parent 7f9a2ca commit 3b0e60f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/envoy/extensions/filters/http/response_map/v3/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")
licenses(["notice"]) # Apache 2

api_proto_package(
deps = [
deps=[
"//envoy/config/accesslog/v3:pkg",
"//envoy/config/core/v3:pkg",
"@com_github_cncf_udpa//udpa/annotations:pkg",
"@com_github_cncf_xds//udpa/annotations:pkg",
],
)

0 comments on commit 3b0e60f

Please sign in to comment.