forked from BlockchainCommons/seedtool-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
22 lines (22 loc) · 776 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[submodule "deps/bc-crypto-base"]
path = deps/bc-crypto-base
url = https://github.com/BlockchainCommons/bc-crypto-base.git
[submodule "deps/bc-shamir"]
path = deps/bc-shamir
url = https://github.com/blockchaincommons/bc-shamir.git
[submodule "deps/bc-bip39"]
path = deps/bc-bip39
url = https://github.com/blockchaincommons/bc-bip39.git
[submodule "deps/argp-standalone"]
path = deps/argp-standalone
url = https://github.com/BlockchainCommons/argp-standalone.git
ignore = dirty
[submodule "deps/bc-ur"]
path = deps/bc-ur
url = https://github.com/BlockchainCommons/bc-ur.git
[submodule "deps/bc-sskr"]
path = deps/bc-sskr
url = https://github.com/BlockchainCommons/bc-sskr.git
[submodule "deps/shunit2"]
path = deps/shunit2
url = https://github.com/kward/shunit2