-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy path.gitmodules
33 lines (33 loc) · 1 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
[submodule "3rd/luafilesystem"]
path = 3rd/luafilesystem
url = https://github.com/keplerproject/luafilesystem.git
[submodule "3rd/Penlight"]
path = 3rd/Penlight
url = https://github.com/stevedonovan/Penlight.git
[submodule "3rd/redis"]
path = 3rd/redis
url = https://github.com/antirez/redis.git
[submodule "3rd/enet"]
path = 3rd/enet
url = https://github.com/lsalzman/enet.git
[submodule "3rd/lsocket"]
path = 3rd/lsocket
url = https://github.com/cloudwu/lsocket.git
[submodule "3rd/lua-cjson"]
path = 3rd/lua-cjson
url = https://github.com/mpx/lua-cjson.git
[submodule "3rd/sprotodump"]
path = 3rd/sprotodump
url = https://github.com/lvzixun/sprotodump.git
[submodule "3rd/libev"]
path = 3rd/libev
url = https://github.com/enki/libev.git
[submodule "3rd/skynet"]
path = 3rd/skynet
url = https://github.com/cloudwu/skynet.git
[submodule "3rd/levent"]
path = 3rd/levent
url = https://github.com/xjdrew/levent.git
[submodule "3rd/unqlite"]
path = 3rd/unqlite
url = https://github.com/symisc/unqlite.git