forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMODULE.bazel
More file actions
32 lines (28 loc) · 942 Bytes
/
MODULE.bazel
File metadata and controls
32 lines (28 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module(
name = "envoy",
version = "1.37.0-dev",
)
bazel_dep(name = "aspect_bazel_lib", version = "2.21.2")
bazel_dep(name = "envoy_api", version = "1.37.0-dev")
bazel_dep(name = "envoy_build_config", version = "1.37.0-dev")
bazel_dep(name = "envoy_mobile", version = "1.37.0-dev")
bazel_dep(name = "gperftools", version = "2.17.2")
bazel_dep(name = "numactl", version = "2.0.19")
bazel_dep(name = "platforms", version = "1.0.0")
bazel_dep(name = "rules_python", version = "1.6.3")
bazel_dep(name = "rules_rust", version = "0.67.0")
bazel_dep(name = "rules_shell", version = "0.6.1")
bazel_dep(name = "zlib", version = "1.3.1.bcr.7")
bazel_dep(name = "zstd", version = "1.5.7")
local_path_override(
module_name = "envoy_api",
path = "api",
)
local_path_override(
module_name = "envoy_build_config",
path = "mobile/envoy_build_config",
)
local_path_override(
module_name = "envoy_mobile",
path = "mobile",
)