forked from ShadowsocksR-Live/shadowsocksr-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
35 lines (35 loc) · 1.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
34
35
[submodule "depends/json-c"]
path = depends/json-c
url = https://github.com/ShadowsocksR-Live/json-c.git
branch = master
[submodule "depends/pthreads4w"]
path = depends/pthreads4w
url = https://github.com/ShadowsocksR-Live/pthreads4w.git
branch = master
[submodule "depends/libsodium"]
path = depends/libsodium
url = https://github.com/ShadowsocksR-Live/libsodium.git
branch = master
[submodule "depends/libuv"]
path = depends/libuv
url = https://github.com/ShadowsocksR-Live/libuv.git
branch = v1.x
[submodule "depends/pcre"]
path = depends/pcre
url = https://github.com/ShadowsocksR-Live/pcre.git
branch = master
[submodule "depends/zlib"]
path = depends/zlib
url = https://github.com/ShadowsocksR-Live/zlib.git
branch = master
[submodule "depends/mbedtls"]
path = depends/mbedtls
url = https://github.com/ShadowsocksR-Live/mbedtls.git
branch = master
[submodule "depends/http-parser"]
path = depends/http-parser
url = https://github.com/ShadowsocksR-Live/http-parser.git
[submodule "depends/uv-mbed"]
path = depends/uv-mbed
url = https://github.com/ShadowsocksR-Live/uv-mbed.git
branch = master