-
Notifications
You must be signed in to change notification settings - Fork 42
/
.gitmodules
28 lines (28 loc) · 948 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
28
[submodule "third_party/glog"]
path = third_party/glog
url = https://github.com/google/glog.git
[submodule "third_party/gflags"]
path = third_party/gflags
url = https://github.com/gflags/gflags.git
[submodule "third_party/fmt"]
path = third_party/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "third_party/json"]
path = third_party/json
url = https://github.com/nlohmann/json.git
[submodule "third_party/pfs"]
path = third_party/pfs
url = https://github.com/dtrugman/pfs.git
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
[submodule "third_party/cpr"]
path = third_party/cpr
url = https://github.com/libcpr/cpr.git
[submodule "third_party/DCGM"]
path = third_party/DCGM
url = https://github.com/NVIDIA/DCGM.git
[submodule "third_party/prometheus-cpp"]
path = third_party/prometheus-cpp
url = https://github.com/jupp0r/prometheus-cpp.git
branch = v1.0.2