forked from openthread/ot-commissioner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
31 lines (31 loc) · 1.02 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
[submodule "third_party/mbedtls/repo"]
path = third_party/mbedtls/repo
url = https://github.com/ARMmbed/mbedtls.git
branch = master
[submodule "third_party/json/repo"]
path = third_party/json/repo
url = https://github.com/nlohmann/json.git
branch = develop
[submodule "third_party/libevent/repo"]
path = third_party/libevent/repo
url = https://github.com/libevent/libevent
branch = master
[submodule "third_party/COSE-C/repo"]
path = third_party/COSE-C/repo
url = https://github.com/wgtdkp/COSE-C.git
branch = master
[submodule "third_party/cn-cbor/repo"]
path = third_party/cn-cbor/repo
url = https://github.com/jimsch/cn-cbor.git
branch = master
[submodule "third_party/mdns/repo"]
path = third_party/mdns/repo
url = https://github.com/wgtdkp/mdns.git
branch = master
[submodule "third_party/fmtlib/repo"]
path = third_party/fmtlib/repo
url = https://github.com/fmtlib/fmt.git
branch = master
[submodule "third_party/googletest/repo"]
path = third_party/googletest/repo
url = https://github.com/google/googletest.git