Skip to content

Commit f290197

Browse files
Copilotphlax
andcommitted
Add envoy-examples and envoy-example-wasm-cc bzlmod modules v0.2.0.envoy
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
1 parent 0590b6b commit f290197

File tree

6 files changed

+64
-0
lines changed

6 files changed

+64
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
module(
2+
name = "envoy-example-wasm-cc",
3+
version = "0.2.0.envoy",
4+
)
5+
6+
bazel_dep(name = "emsdk", version = "4.0.13")
7+
bazel_dep(name = "envoy", version = "1.36.4-dev")
8+
bazel_dep(name = "envoy_api", version = "1.36.4-dev")
9+
bazel_dep(name = "envoy_build_config", version = "1.36.4-dev")
10+
bazel_dep(name = "envoy_mobile", version = "1.36.4-dev")
11+
bazel_dep(name = "envoy_toolshed", version = "0.3.25")
12+
bazel_dep(name = "grpc", version = "1.72.0", repo_name = "com_github_grpc_grpc")
13+
bazel_dep(name = "rules_cc", version = "0.1.1")
14+
bazel_dep(name = "rules_fuzzing", version = "0.6.0")
15+
bazel_dep(name = "rules_go", version = "0.59.0", repo_name = "io_bazel_rules_go")
16+
bazel_dep(name = "rules_perl", version = "0.4.1")
17+
bazel_dep(name = "rules_proto_grpc", version = "5.0.0")
18+
bazel_dep(name = "rules_pkg", version = "1.1.0")
19+
bazel_dep(name = "rules_python", version = "1.7.0")
20+
bazel_dep(name = "rules_rust", version = "0.68.1")
21+
22+
bazel_dep(name = "toolchains_llvm", version = "1.4.0", dev_dependency = True)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"url": "https://github.com/envoyproxy/examples/archive/refs/tags/v0.2.0.tar.gz",
3+
"integrity": "sha256-SiuPa8NFGBYDZvgXETTh1wiHvZjQGwayNQKUhrj8FhE=",
4+
"strip_prefix": "examples-0.2.0/wasm-cc"
5+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"homepage": "https://github.com/envoyproxy/examples",
3+
"maintainers": [],
4+
"repository": [
5+
"github:envoyproxy/examples"
6+
],
7+
"versions": [
8+
"0.2.0.envoy"
9+
],
10+
"yanked_versions": {}
11+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module(
2+
name = "envoy-examples",
3+
version = "0.2.0.envoy",
4+
)
5+
6+
bazel_dep(name = "envoy-example-wasm-cc", version = "0.2.0.envoy")
7+
bazel_dep(name = "rules_go", version = "0.59.0", repo_name = "io_bazel_rules_go")
8+
bazel_dep(name = "rules_pkg", version = "1.1.0")
9+
bazel_dep(name = "rules_python", version = "1.7.0")
10+
bazel_dep(name = "rules_shell", version = "0.6.1")
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"url": "https://github.com/envoyproxy/examples/archive/refs/tags/v0.2.0.tar.gz",
3+
"integrity": "sha256-SiuPa8NFGBYDZvgXETTh1wiHvZjQGwayNQKUhrj8FhE=",
4+
"strip_prefix": "examples-0.2.0"
5+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"homepage": "https://github.com/envoyproxy/examples",
3+
"maintainers": [],
4+
"repository": [
5+
"github:envoyproxy/examples"
6+
],
7+
"versions": [
8+
"0.2.0.envoy"
9+
],
10+
"yanked_versions": {}
11+
}

0 commit comments

Comments
 (0)