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.

41 lines
1.0 KiB

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/bgentry/speakeasy
  26. - package: github.com/gorilla/handlers
  27. - package: github.com/gorilla/mux
  28. - package: github.com/pkg/errors
  29. - package: github.com/spf13/cobra
  30. - package: github.com/spf13/viper
  31. - package: gopkg.in/go-playground/validator.v9
  32. - package: github.com/howeyc/crc16
  33. testImport:
  34. - package: github.com/mndrix/btcutil
  35. - package: github.com/stretchr/testify
  36. version: ^1.1.4
  37. subpackages:
  38. - assert
  39. - require
  40. - package: github.com/tyler-smith/go-bip32
  41. - package: github.com/tyler-smith/go-bip39