forked from BlockchainCommons/seedtool-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
22 lines (22 loc) · 816 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-slip39"]
path = deps/bc-slip39
url = https://github.com/blockchaincommons/bc-slip39.git
[submodule "deps/bc-bip39"]
path = deps/bc-bip39
url = https://github.com/blockchaincommons/bc-bip39.git
[submodule "deps/bc-bech32"]
path = deps/bc-bech32
url = https://github.com/blockchaincommons/bc-bech32.git
[submodule "deps/argp-standalone"]
path = deps/argp-standalone
url = https://github.com/BlockchainCommons/argp-standalone.git
ignore = dirty
[submodule "deps/cbor-lite"]
path = deps/cbor-lite
url = https://github.com/blockchaincommons/cbor-lite.git