forked from Tencent/phxpaxos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
26 lines (26 loc) · 828 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
[submodule "third_party/grpc"]
path = third_party/grpc
url = https://github.com/grpc/grpc
branch = release-0_14
[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://github.com/google/protobuf
branch = 3.0.0-beta-3
[submodule "third_party/leveldb"]
path = third_party/leveldb
url = https://github.com/google/leveldb
[submodule "third_party/glog"]
path = third_party/glog
url = https://github.com/google/glog
[submodule "third_party/gtest"]
path = third_party/gtest
url = https://github.com/google/googletest
branch = release-1.6.0
[submodule "third_party/openssl"]
path = third_party/openssl
url = https://github.com/openssl/openssl
branch = OpenSSL_1_0_2-stable
[submodule "third_party/gmock"]
path = third_party/gmock
url = https://github.com/google/googlemock
branch = release-1.6.0