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.

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