You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
995 B

7 years ago
8 years ago
  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/syndtr/goleveldb
  10. subpackages:
  11. - leveldb
  12. - leveldb/errors
  13. - leveldb/iterator
  14. - leveldb/opt
  15. - leveldb/util
  16. - package: github.com/tendermint/ed25519
  17. subpackages:
  18. - extra25519
  19. - package: github.com/tendermint/tmlibs
  20. version: sdk-develop
  21. - package: github.com/tendermint/go-wire
  22. version: develop
  23. subpackages:
  24. - data
  25. - data/base58
  26. - package: golang.org/x/crypto
  27. subpackages:
  28. - blowfish
  29. - nacl/secretbox
  30. - openpgp/armor
  31. - ripemd160
  32. - package: github.com/pkg/errors
  33. - package: github.com/howeyc/crc16
  34. - package: github.com/ethanfrey/ledger
  35. testImport:
  36. - package: github.com/mndrix/btcutil
  37. - package: github.com/stretchr/testify
  38. version: ^1.1.4
  39. subpackages:
  40. - assert
  41. - require
  42. - package: github.com/tyler-smith/go-bip32
  43. - package: github.com/tyler-smith/go-bip39