-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
44 lines (44 loc) · 1.23 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
[submodule "thirdparty/cherry"]
path = thirdparty/cherry
url = https://github.com/hopeio/cherry
branch = main
[submodule "thirdparty/pick"]
path = thirdparty/pick
url = https://github.com/hopeio/pick
branch = main
[submodule "thirdparty/diamond"]
path = thirdparty/diamond
url = https://github.com/hopeio/diamond
branch = main
[submodule "awesome"]
path = awesome
url = https://github.com/liov/awesome
branch = main
[submodule "thirdparty/context"]
path = thirdparty/context
url = https://github.com/hopeio/context
branch = main
[submodule "thirdparty/initialize"]
path = thirdparty/initialize
url = https://github.com/hopeio/initialize
branch = main
[submodule "thirdparty/protobuf"]
path = thirdparty/protobuf
url = https://github.com/hopeio/protobuf
branch = main
[submodule "thirdparty/utils"]
path = thirdparty/utils
url = https://github.com/hopeio/utils
branch = main
[submodule "thirdparty/deploy"]
path = thirdparty/deploy
url = https://github.com/hopeio/deploy
branch = main
[submodule "thirdparty/example"]
path = thirdparty/example
url = https://github.com/hopeio/example
branch = main
[submodule "thirdparty/wopan-sdk-go"]
path = thirdparty/wopan-sdk-go
url = https://github.com/liov/wopan-sdk-go
branch = main