forked from oxen-io/oxen-storage-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
30 lines (30 loc) · 1.02 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
[submodule "vendors/oxen-mq"]
path = external/oxen-mq
url = https://github.com/oxen-io/oxen-mq.git
[submodule "vendors/nlohmann_json"]
path = external/nlohmann_json
url = https://github.com/nlohmann/json.git
[submodule "vendors/uWebSockets"]
path = external/uWebSockets
url = https://github.com/uNetworking/uWebSockets.git
[submodule "vendors/cpr"]
path = external/cpr
url = https://github.com/whoshuu/cpr.git
[submodule "unit_test/Catch2"]
path = unit_test/Catch2
url = https://github.com/catchorg/Catch2
[submodule "vendors/SQLiteCpp"]
path = external/SQLiteCpp
url = https://github.com/SRombauts/SQLiteCpp.git
[submodule "vendors/oxenc"]
path = external/oxenc
url = https://github.com/oxen-io/oxen-encoding.git
[submodule "vendors/CLI11"]
path = external/CLI11
url = https://github.com/CLIUtils/CLI11
[submodule "external/oxen-libquic"]
path = external/oxen-libquic
url = https://github.com/oxen-io/oxen-libquic.git
[submodule "oxen-logging"]
path = external/oxen-logging
url = https://github.com/oxen-io/oxen-logging.git