-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitmodules
96 lines (96 loc) · 2.62 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[submodule "gflags"]
path = gflags
url = https://github.com/gflags/gflags
[submodule "glog"]
path = glog
url = https://github.com/google/glog
[submodule "googletest"]
path = googletest
url = https://github.com/google/googletest
[submodule "fmt"]
path = fmt
url = https://github.com/fmtlib/fmt.git
[submodule "nlohmann-json"]
path = nlohmann-json
url = https://github.com/nlohmann/json.git
[submodule "rapidjson"]
path = rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "jsoncpp"]
path = jsoncpp
url = https://github.com/open-source-parsers/jsoncpp.git
[submodule "grpc"]
path = grpc
url = https://github.com/grpc/grpc.git
[submodule "snappy"]
path = snappy
url = https://github.com/google/snappy
[submodule "leveldb"]
path = leveldb
url = https://github.com/google/leveldb.git
[submodule "brpc"]
path = brpc
url = https://github.com/apache/brpc.git
[submodule "braft"]
path = braft
url = https://github.com/dingodb/braft
[submodule "incbin"]
path = incbin
url = https://github.com/graphitemaster/incbin.git
[submodule "libfiu"]
path = libfiu
url = https://github.com/albertito/libfiu.git
[submodule "crc32c"]
path = crc32c
url = https://github.com/google/crc32c.git
[submodule "memcache"]
path = memcache
url = https://github.com/awesomized/libmemcached
[submodule "spdlog"]
path = spdlog
url = https://github.com/gabime/spdlog.git
[submodule "curl"]
path = curl
url = https://github.com/curl/curl.git
[submodule "opentelemetry-cpp"]
path = opentelemetry-cpp
url = https://github.com/open-telemetry/opentelemetry-cpp.git
[submodule "aws-sdk-cpp"]
path = aws-sdk-cpp
url = https://github.com/aws/aws-sdk-cpp.git
[submodule "libuuid-cmake"]
path = libuuid-cmake
url = https://github.com/gershnik/libuuid-cmake.git
[submodule "openssl"]
path = openssl
url = https://github.com/openssl/openssl.git
[submodule "rocksdb"]
path = rocksdb
url = https://github.com/facebook/rocksdb.git
[submodule "zlib"]
path = zlib
url = https://github.com/madler/zlib
[submodule "protobuf"]
path = protobuf
url = https://github.com/protocolbuffers/protobuf
[submodule "hdf5"]
path = hdf5
url = https://github.com/HDFGroup/hdf5.git
[submodule "lz4"]
path = lz4
url = https://github.com/lz4/lz4
[submodule "zstd"]
path = zstd
url = https://github.com/facebook/zstd
[submodule "libunwind"]
path = libunwind
url = https://github.com/libunwind/libunwind
[submodule "gperftools"]
path = gperftools
url = https://github.com/gperftools/gperftools
[submodule "liburing"]
path = liburing
url = https://github.com/axboe/liburing.git
[submodule "libbacktrace"]
path = libbacktrace
url = https://github.com/ianlancetaylor/libbacktrace