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.

36 lines
852 B

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/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