-
Notifications
You must be signed in to change notification settings - Fork 268
/
Copy path.gitmodules
24 lines (24 loc) · 1004 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
[submodule "third_party/pybind11/pybind11"]
path = third_party/pybind11/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "third_party/googletest/googletest"]
path = third_party/googletest/googletest
url = https://github.com/google/googletest.git
[submodule "third_party/glog/glog"]
path = third_party/glog/glog
url = https://github.com/google/glog.git
[submodule "third_party/grpc/grpc"]
path = third_party/grpc/grpc
url = https://github.com/grpc/grpc.git
[submodule "third_party/flatbuffers/flatbuffers"]
path = third_party/flatbuffers/flatbuffers
url = https://github.com/google/flatbuffers.git
[submodule "third_party/rocksdb/rocksdb"]
path = third_party/rocksdb/rocksdb
url = https://github.com/facebook/rocksdb.git
[submodule "third_party/hiactor/hiactor"]
path = third_party/hiactor/hiactor
url = https://github.com/alibaba/hiactor.git
[submodule "third_party/cppkafka/cppkafka"]
path = third_party/cppkafka/cppkafka
url = https://github.com/mfontanini/cppkafka.git