forked from facebookarchive/LogDevice
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitmodules
34 lines (34 loc) · 1.33 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
[submodule "logdevice/external/rocksdb"]
path = logdevice/external/rocksdb
url = https://github.com/facebook/rocksdb/
branch = 6.6.fb
[submodule "logdevice/external/folly"]
path = logdevice/external/folly
url = https://github.com/facebook/folly/
[submodule "logdevice/external/fizz"]
path = logdevice/external/fizz
url = https://github.com/facebookincubator/fizz/
[submodule "logdevice/external/wangle"]
path = logdevice/external/wangle
url = https://github.com/facebook/wangle/
[submodule "logdevice/external/fbthrift"]
path = logdevice/external/fbthrift
url = https://github.com/facebook/fbthrift/
[submodule "logdevice/external/gtest/src"]
path = logdevice/external/gtest/src
url = https://github.com/google/googletest.git
[submodule "logdevice/external/flatbuffers/src"]
path = logdevice/external/flatbuffers/src
url = https://github.com/google/flatbuffers.git
[submodule "logdevice/external/gason/src"]
path = logdevice/external/gason/src
url = https://github.com/vivkin/gason.git
[submodule "logdevice/external/fmt"]
path = logdevice/external/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "logdevice/external/cpr"]
path = logdevice/external/cpr
url = https://github.com/libcpr/cpr.git
[submodule "logdevice/external/prometheus-cpp"]
path = logdevice/external/prometheus-cpp
url = https://github.com/jupp0r/prometheus-cpp.git