We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec35983 commit c6f5fc6Copy full SHA for c6f5fc6
1 file changed
bazel/repository_locations.bzl
@@ -1692,7 +1692,11 @@ REPOSITORY_LOCATIONS_SPEC = dict(
1692
strip_prefix = "dlfcn-win32-{version}",
1693
urls = ["https://github.com/dlfcn-win32/dlfcn-win32/archive/refs/tags/v{version}.tar.gz"],
1694
use_category = ["dataplane_ext"],
1695
- extensions = ["envoy.filters.http.dynamic_modules"],
+ extensions = [
1696
+ "envoy.filters.http.dynamic_modules",
1697
+ "envoy.filters.listener.dynamic_modules",
1698
+ "envoy.filters.network.dynamic_modules",
1699
+ ],
1700
release_date = "2025-03-04",
1701
cpe = "N/A",
1702
license = "MIT",
0 commit comments