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.

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