-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 893 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "thirdparty/cppzmq"]
path = thirdparty/cppzmq
url = https://github.com/zeromq/cppzmq.git
[submodule "tests/MemPlumber"]
path = tests/MemPlumber
url = https://github.com/seladb/MemPlumber.git
[submodule "thirdparty/sentry"]
path = thirdparty/sentry
url = https://github.com/getsentry/sentry-native.git
[submodule "thirdparty/prometheus-cpp"]
path = thirdparty/prometheus-cpp
url = https://github.com/jupp0r/prometheus-cpp.git
[submodule "thirdparty/http-status-codes"]
path = thirdparty/http-status-codes
url = https://github.com/j-ulrich/http-status-codes-cpp.git
[submodule "thirdparty/date"]
path = thirdparty/date
url = https://github.com/HowardHinnant/date.git
[submodule "tests/gtest"]
path = tests/gtest
url = https://github.com/google/googletest.git
[submodule "benchmarks/benchmark"]
path = benchmarks/benchmark
url = https://github.com/google/benchmark.git