OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / tendermint / go-crypto / glide.yaml
1 package: github.com/tendermint/go-crypto
2 import:
3 - package: github.com/btcsuite/btcd
4   subpackages:
5   - btcec
6 - package: github.com/btcsuite/btcutil
7   subpackages:
8   - base58
9 - package: github.com/tendermint/ed25519
10   subpackages:
11   - extra25519
12 - package: github.com/tendermint/tmlibs
13   version: develop
14 - package: github.com/tendermint/go-wire
15   version: develop
16   subpackages:
17   - data
18   - data/base58
19 - package: golang.org/x/crypto
20   subpackages:
21   - blowfish
22   - nacl/secretbox
23   - openpgp/armor
24   - ripemd160
25 - package: github.com/pkg/errors
26 - package: github.com/howeyc/crc16
27 - package: github.com/ethanfrey/ledger
28 testImport:
29 - package: github.com/mndrix/btcutil
30 - package: github.com/stretchr/testify
31   version: ^1.1.4
32   subpackages:
33   - assert
34   - require
35 - package: github.com/tyler-smith/go-bip32
36 - package: github.com/tyler-smith/go-bip39