-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy path.gitmodules
More file actions
97 lines (83 loc) · 2.29 KB
/
.gitmodules
File metadata and controls
97 lines (83 loc) · 2.29 KB
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
97
[submodule "modules/core"]
path = modules/core
url = https://github.com/vixcpp/core.git
branch = dev
[submodule "modules/utils"]
path = modules/utils
url = https://github.com/vixcpp/utils.git
branch = dev
[submodule "modules/cli"]
path = modules/cli
url = https://github.com/vixcpp/cli.git
branch = dev
[submodule "modules/json"]
path = modules/json
url = https://github.com/vixcpp/json.git
branch = dev
[submodule "modules/orm"]
path = modules/orm
url = https://github.com/vixcpp/orm.git
branch = dev
[submodule "modules/websocket"]
path = modules/websocket
url = https://github.com/vixcpp/websocket.git
branch = dev
[submodule "modules/middleware"]
path = modules/middleware
url = https://github.com/vixcpp/middleware.git
branch = dev
[submodule "modules/p2p"]
path = modules/p2p
url = https://github.com/vixcpp/p2p.git
branch = dev
[submodule "modules/net"]
path = modules/net
url = https://github.com/vixcpp/net.git
branch = dev
[submodule "modules/sync"]
path = modules/sync
url = https://github.com/vixcpp/sync.git
branch = dev
[submodule "modules/cache"]
path = modules/cache
url = https://github.com/vixcpp/cache.git
branch = dev
[submodule "modules/db"]
path = modules/db
url = https://github.com/vixcpp/db.git
branch = dev
[submodule "modules/p2p_http"]
path = modules/p2p_http
url = https://github.com/vixcpp/p2p_http.git
branch = dev
[submodule "third_party/asio-src"]
path = third_party/asio-src
url = https://github.com/chriskohlhoff/asio.git
[submodule "modules/async"]
path = modules/async
url = https://github.com/vixcpp/async.git
branch = dev
[submodule "modules/conversion"]
path = modules/conversion
url = https://github.com/vixcpp/conversion.git
branch = dev
[submodule "modules/validation"]
path = modules/validation
url = https://github.com/vixcpp/validation.git
branch = dev
[submodule "modules/crypto"]
path = modules/crypto
url = https://github.com/vixcpp/crypto.git
branch = dev
[submodule "modules/webrpc"]
path = modules/webrpc
url = https://github.com/vixcpp/webrpc.git
branch = dev
[submodule "modules/time"]
path = modules/time
url = https://github.com/vixcpp/time.git
branch = dev
[submodule "modules/template"]
path = modules/template
url = https://github.com/vixcpp/template.git
branch = dev