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.

62 lines
1.2 KiB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
7 years ago
  1. package: github.com/tendermint/tendermint
  2. import:
  3. - package: github.com/ebuchman/fail-test
  4. - package: github.com/gogo/protobuf
  5. subpackages:
  6. - proto
  7. - package: github.com/golang/protobuf
  8. subpackages:
  9. - proto
  10. - package: github.com/gorilla/websocket
  11. - package: github.com/pkg/errors
  12. version: ~0.8.0
  13. - package: github.com/rcrowley/go-metrics
  14. - package: github.com/spf13/cobra
  15. - package: github.com/spf13/viper
  16. - package: github.com/tendermint/abci
  17. version: v0.5.0
  18. subpackages:
  19. - client
  20. - example/dummy
  21. - types
  22. - package: github.com/tendermint/go-crypto
  23. version: ~0.2.2
  24. - package: github.com/tendermint/go-wire
  25. version: ~0.6.2
  26. subpackages:
  27. - data
  28. - package: github.com/tendermint/tmlibs
  29. version: ~0.2.2
  30. subpackages:
  31. - autofile
  32. - cli
  33. - cli/flags
  34. - clist
  35. - common
  36. - db
  37. - flowrate
  38. - log
  39. - merkle
  40. - package: golang.org/x/crypto
  41. subpackages:
  42. - nacl/box
  43. - nacl/secretbox
  44. - ripemd160
  45. - package: golang.org/x/net
  46. subpackages:
  47. - context
  48. - package: google.golang.org/grpc
  49. - package: github.com/tendermint/merkleeyes
  50. version: ~0.2.4
  51. subpackages:
  52. - app
  53. - iavl
  54. - testutil
  55. testImport:
  56. - package: github.com/go-kit/kit
  57. subpackages:
  58. - log/term
  59. - package: github.com/stretchr/testify
  60. subpackages:
  61. - assert
  62. - require