diff --git a/envoy/extensions/filters/http/squash/v3/BUILD b/envoy/extensions/filters/http/squash/v3/BUILD index bc73113e..ee92fb65 100644 --- a/envoy/extensions/filters/http/squash/v3/BUILD +++ b/envoy/extensions/filters/http/squash/v3/BUILD @@ -5,8 +5,5 @@ load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package") licenses(["notice"]) # Apache 2 api_proto_package( - deps = [ - "//envoy/config/filter/http/squash/v2:pkg", - "@com_github_cncf_udpa//udpa/annotations:pkg", - ], + deps = ["@com_github_cncf_udpa//udpa/annotations:pkg"], )