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.

56 lines
1.2 KiB

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
9 years ago
8 years ago
8 years ago
8 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. - package: github.com/spf13/cobra
  13. - package: github.com/spf13/viper
  14. - package: github.com/stretchr/testify
  15. subpackages:
  16. - require
  17. - package: github.com/tendermint/abci
  18. version: develop
  19. subpackages:
  20. - client
  21. - example/dummy
  22. - types
  23. - package: github.com/tendermint/go-crypto
  24. version: develop
  25. - package: github.com/tendermint/go-wire
  26. version: develop
  27. subpackages:
  28. - data
  29. - package: github.com/tendermint/log15
  30. - package: github.com/tendermint/tmlibs
  31. version: develop
  32. subpackages:
  33. - autofile
  34. - clist
  35. - common
  36. - db
  37. - events
  38. - flowrate
  39. - logger
  40. - merkle
  41. - package: golang.org/x/crypto
  42. subpackages:
  43. - nacl/box
  44. - nacl/secretbox
  45. - ripemd160
  46. - package: golang.org/x/net
  47. subpackages:
  48. - context
  49. - package: google.golang.org/grpc
  50. testImport:
  51. - package: github.com/tendermint/merkleeyes
  52. version: develop
  53. subpackages:
  54. - app
  55. - iavl
  56. - testutil