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.

31 lines
749 B

  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/go-common
  13. - package: github.com/tendermint/go-data
  14. version: develop
  15. - package: github.com/tendermint/go-wire
  16. version: develop
  17. - package: golang.org/x/crypto
  18. subpackages:
  19. - blowfish
  20. - nacl/secretbox
  21. - openpgp/armor
  22. - ripemd160
  23. testImport:
  24. - package: github.com/mndrix/btcutil
  25. - package: github.com/stretchr/testify
  26. version: ^1.1.4
  27. subpackages:
  28. - assert
  29. - require
  30. - package: github.com/tyler-smith/go-bip32
  31. - package: github.com/tyler-smith/go-bip39