forked from stackrox/collector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
66 lines (66 loc) · 2.26 KB
/
.gitmodules
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[submodule "grpc"]
path = builder/third_party/grpc
url = https://github.com/grpc/grpc
branch = master
[submodule "third_party/abseil-cpp"]
path = builder/third_party/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git
branch = master
[submodule "third_party/protobuf"]
path = builder/third_party/protobuf
url = https://github.com/protocolbuffers/protobuf.git
branch = main
[submodule "third_party/googleapis"]
path = builder/third_party/googleapis
url = https://github.com/googleapis/googleapis.git
branch = master
[submodule "third_party/prometheus-cpp"]
path = builder/third_party/prometheus-cpp
url = https://github.com/jupp0r/prometheus-cpp
branch = master
[submodule "third_party/civetweb"]
path = builder/third_party/civetweb
url = https://github.com/civetweb/civetweb.git
branch = master
[submodule "third_party/libb64"]
path = builder/third_party/libb64
url = https://github.com/libb64/libb64.git
branch = master
[submodule "falcosecurity-libs"]
path = falcosecurity-libs
url = https://github.com/stackrox/falcosecurity-libs
branch = master
[submodule "collector/proto/third_party/gogoproto"]
path = collector/proto/third_party/gogoproto
url = https://github.com/gogo/protobuf
branch = master
[submodule "collector/proto/third_party/stackrox"]
path = collector/proto/third_party/stackrox
url = https://github.com/stackrox/stackrox
branch = master
[submodule "third_party/googletest"]
path = builder/third_party/googletest
url = https://github.com/google/googletest.git
branch = main
[submodule "third_party/valijson"]
path = builder/third_party/valijson
url = https://github.com/tristanpenman/valijson.git
branch = master
[submodule "third_party/jsoncpp"]
path = builder/third_party/jsoncpp
url = https://github.com/open-source-parsers/jsoncpp.git
[submodule "third_party/re2"]
path = builder/third_party/re2
url = https://github.com/google/re2.git
branch = main
[submodule "third_party/libbpf"]
path = builder/third_party/libbpf
url = https://github.com/libbpf/libbpf
branch = v1.1.0
[submodule "builder/third_party/gperftools"]
path = builder/third_party/gperftools
url = https://github.com/gperftools/gperftools.git
branch = master
[submodule "third_party/uthash"]
path = builder/third_party/uthash
url = https://github.com/troydhanson/uthash.git