This repository has been archived by the owner on May 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
50 lines (50 loc) · 1.51 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
[submodule "submodules/flatbuffers"]
path = submodules/flatbuffers
url = https://github.com/google/flatbuffers
shallow = true
[submodule "submodules/benchmark"]
path = submodules/benchmark
url = https://github.com/google/benchmark
shallow = true
[submodule "submodules/googletest"]
path = submodules/googletest
url = https://github.com/google/googletest
shallow = true
[submodule "submodules/rapidjson"]
path = submodules/rapidjson
url = https://github.com/Tencent/rapidjson
shallow = true
[submodule "submodules/duckdb"]
path = submodules/duckdb
url = https://github.com/duckdb/duckdb
[submodule "submodules/spdlog"]
path = submodules/spdlog
url = https://github.com/gabime/spdlog.git
shallow = true
[submodule "submodules/pugixml"]
path = submodules/pugixml
url = https://github.com/zeux/pugixml
shallow = true
[submodule "submodules/gflags"]
path = submodules/gflags
url = https://github.com/gflags/gflags.git
shallow = true
[submodule "submodules/arrow"]
path = submodules/arrow
url = https://github.com/apache/arrow
shallow = true
[submodule "submodules/double-conversion"]
path = submodules/double-conversion
url = https://github.com/google/double-conversion
shallow = true
[submodule "submodules/jmespath"]
path = submodules/jmespath
url = https://github.com/robertmrk/jmespath.cpp
shallow = true
[submodule "submodules/nljson"]
path = submodules/nlohmann_json
url = https://github.com/nlohmann/json
shallow = true
[submodule "submodules/fmt"]
path = submodules/fmt
url = https://github.com/fmtlib/fmt