-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy path.gitmodules
More file actions
133 lines (119 loc) · 3.2 KB
/
.gitmodules
File metadata and controls
133 lines (119 loc) · 3.2 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
[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
[submodule "modules/error"]
path = modules/error
url = https://github.com/vixcpp/error.git
branch = dev
[submodule "modules/path"]
path = modules/path
url = https://github.com/vixcpp/path.git
branch = dev
[submodule "modules/log"]
path = modules/log
url = https://github.com/vixcpp/log.git
branch = dev
[submodule "modules/fs"]
path = modules/fs
url = https://github.com/vixcpp/fs.git
branch = dev
[submodule "modules/io"]
path = modules/io
url = https://github.com/vixcpp/io.git
branch = dev
[submodule "modules/env"]
path = modules/env
url = https://github.com/vixcpp/env.git
branch = dev
[submodule "modules/os"]
path = modules/os
url = https://github.com/vixcpp/os.git
branch = dev
[submodule "modules/tests"]
path = modules/tests
url = https://github.com/vixcpp/tests.git
branch = dev
[submodule "modules/process"]
path = modules/process
url = https://github.com/vixcpp/process.git
branch = dev