-
Notifications
You must be signed in to change notification settings - Fork 178
Expand file tree
/
Copy path.gitmodules
More file actions
23 lines (23 loc) · 942 Bytes
/
.gitmodules
File metadata and controls
23 lines (23 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
[submodule "libdatadog"]
path = libdatadog
url = https://github.com/DataDog/libdatadog
branch = main
[submodule "appsec/third_party/cpp-base64"]
path = appsec/third_party/cpp-base64
url = https://github.com/ReneNyffenegger/cpp-base64
[submodule "appsec/third_party/msgpack-c"]
path = appsec/third_party/msgpack-c
url = https://github.com/msgpack/msgpack-c.git
[submodule "appsec/third_party/libddwaf"]
path = appsec/third_party/libddwaf
url = https://github.com/DataDog/libddwaf.git
[submodule "tea/benchmarks/google-benchmark"]
path = tea/benchmarks/google-benchmark
url = https://github.com/google/benchmark.git
[submodule "appsec/third_party/libddwaf-rust"]
path = appsec/third_party/libddwaf-rust
url = https://github.com/DataDog/libddwaf-rust.git
branch = glopes/v2
[submodule "tests/FeatureFlags/ffe-system-test-data"]
path = tests/FeatureFlags/ffe-system-test-data
url = https://github.com/DataDog/ffe-system-test-data