-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
25 lines (25 loc) · 810 Bytes
/
.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
[submodule "vendor/secp256k1"]
path = vendor/secp256k1
url = https://github.com/bitcoin-core/secp256k1.git
[submodule "vendor/boost"]
path = vendor/boost
url = https://github.com/boostorg/boost.git
[submodule "vendor/libsodium"]
path = vendor/libsodium
url = https://github.com/jedisct1/libsodium.git
branch = stable
[submodule "vendor/snappy"]
path = vendor/snappy
url = https://github.com/google/snappy.git
[submodule "vendor/spdlog"]
path = vendor/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "vendor/libuv"]
path = vendor/libuv
url = https://github.com/libuv/libuv.git
[submodule "vendor/googletest"]
path = vendor/googletest
url = https://github.com/google/googletest.git
[submodule "vendor/cryptopp"]
path = vendor/cryptopp
url = https://github.com/weidai11/cryptopp.git