forked from mendersoftware/mender
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
18 lines (18 loc) · 724 Bytes
/
.gitmodules
File metadata and controls
18 lines (18 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[submodule "vendor/json"]
path = src/common/vendor/json
url = https://github.com/nlohmann/json.git
[submodule "vendor/lmdbxx"]
path = src/common/vendor/lmdbxx
url = https://github.com/hoytech/lmdbxx.git
[submodule "vendor/tiny-process-library"]
path = src/common/vendor/tiny-process-library
url = https://gitlab.com/eidheim/tiny-process-library.git
[submodule "vendor/expected"]
path = src/common/vendor/expected
url = https://github.com/TartanLlama/expected.git
[submodule "vendor/optional-lite"]
path = src/common/vendor/optional-lite
url = https://github.com/martinmoene/optional-lite.git
[submodule "src/common/vendor/yaml-cpp"]
path = src/common/vendor/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git