forked from ShadowsocksR-Live/shadowsocksr-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
36 lines (36 loc) · 1.13 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
[submodule "depends/json-c"]
path = depends/json-c
url = https://github.com/ShadowsocksR-Live/json-c.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/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
branch = master
[submodule "depends/uv-mbed"]
path = depends/uv-mbed
url = https://github.com/ShadowsocksR-Live/uv-mbed.git
branch = master
[submodule "depends/libbloom"]
path = depends/libbloom
url = https://github.com/ShadowsocksR-Live/libbloom.git
branch = master
[submodule "depends/uri-encode"]
path = depends/uri-encode
url = https://github.com/ShadowsocksR-Live/uri-encode-c.git
branch = master
[submodule "depends/cstl"]
path = depends/cstl
url = https://github.com/ShadowsocksR-Live/cstl.git
branch = master