-
Notifications
You must be signed in to change notification settings - Fork 8
/
.gitmodules
54 lines (54 loc) · 1.74 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
[submodule "3rdparty/doctest"]
path = 3rdparty/doctest
url = https://github.com/onqtam/doctest
[submodule "3rdparty/filesystem"]
path = 3rdparty/filesystem
url = https://github.com/gulrak/filesystem.git
[submodule "3rdparty/spdlog"]
path = 3rdparty/spdlog
url = https://github.com/gabime/spdlog
[submodule "3rdparty/fmt"]
path = 3rdparty/fmt
url = https://github.com/fmtlib/fmt
[submodule "3rdparty/tomlplusplus"]
path = 3rdparty/tomlplusplus
url = https://github.com/marzer/tomlplusplus.git
[submodule "3rdparty/pathfind"]
path = 3rdparty/pathfind
url = https://github.com/bkloppenborg/pathfind
[submodule "3rdparty/replxx"]
path = 3rdparty/replxx
url = https://github.com/AmokHuginnsson/replxx.git
[submodule "3rdparty/stduuid"]
path = 3rdparty/stduuid
url = https://github.com/mariusbancila/stduuid
[submodule "3rdparty/pfs"]
path = 3rdparty/pfs
url = https://github.com/dtrugman/pfs
[submodule "3rdparty/reproc"]
path = 3rdparty/reproc
url = https://github.com/DaanDeMeyer/reproc
[submodule "3rdparty/json"]
path = 3rdparty/json
url = https://github.com/nlohmann/json
[submodule "3rdparty/broker"]
path = 3rdparty/broker
url = https://github.com/zeek/broker.git
[submodule "zeek-agent"]
path = zeek-agent
url = https://github.com/zeek-packages/zeek-agent-v2
[submodule "3rdparty/out_ptr"]
path = 3rdparty/out_ptr
url = https://github.com/soasis/out_ptr
[submodule "3rdparty/IXWebSocket"]
path = 3rdparty/IXWebSocket
url = https://github.com/machinezone/IXWebSocket
[submodule "3rdparty/vcpkg"]
path = 3rdparty/vcpkg
url = https://github.com/microsoft/vcpkg
[submodule "3rdparty/glob"]
path = 3rdparty/glob
url = https://github.com/p-ranav/glob.git
[submodule "3rdparty/bpftool"]
path = 3rdparty/bpftool
url = https://github.com/libbpf/bpftool