-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitmodules
27 lines (27 loc) · 972 Bytes
/
.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
[submodule "src/extern/RaftLib"]
path = src/extern/RaftLib
url = https://github.com/RaftLib/RaftLib.git
[submodule "src/extern/benchmark"]
path = src/extern/benchmark
url = https://github.com/google/benchmark.git
[submodule "src/extern/highway"]
path = src/extern/highway
url = https://github.com/google/highway.git
[submodule "src/extern/infinity"]
path = src/extern/infinity
url = https://github.com/claudebarthels/infinity.git
[submodule "src/extern/pybind11"]
path = src/extern/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "src/extern/glog"]
path = src/extern/glog
url = https://github.com/google/glog.git
[submodule "src/extern/cxxopts"]
path = src/extern/cxxopts
url = https://github.com/jarro2783/cxxopts.git
[submodule "src/extern/pqxx"]
path = src/extern/pqxx
url = https://github.com/jtv/libpqxx.git
[submodule "src/extern/prometheus-cpp"]
path = src/extern/prometheus-cpp
url = https://github.com/jupp0r/prometheus-cpp.git