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.

34 lines
744 B

7 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/howeyc/crc16
  10. - package: github.com/pkg/errors
  11. version: ^0.8.0
  12. - package: github.com/tendermint/ed25519
  13. subpackages:
  14. - extra25519
  15. - package: github.com/tendermint/go-wire
  16. version: develop
  17. - package: github.com/tendermint/tmlibs
  18. version: develop
  19. subpackages:
  20. - common
  21. - db
  22. - package: golang.org/x/crypto
  23. subpackages:
  24. - blowfish
  25. - nacl/secretbox
  26. - openpgp/armor
  27. - ripemd160
  28. testImport:
  29. - package: github.com/stretchr/testify
  30. version: ^1.2.1
  31. subpackages:
  32. - assert
  33. - require
  34. - package: github.com/tyler-smith/go-bip39