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.

68 lines
1.5 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: github.com/gogo/protobuf
  43. version: ^0.3
  44. subpackages:
  45. - proto
  46. - package: github.com/gorilla/websocket
  47. version: ^1.1.0
  48. - package: github.com/spf13/cobra
  49. - package: github.com/spf13/viper
  50. - package: github.com/spf13/pflag
  51. - package: github.com/pkg/errors
  52. version: ^0.8.0
  53. - package: golang.org/x/crypto
  54. subpackages:
  55. - nacl/box
  56. - nacl/secretbox
  57. - ripemd160
  58. - package: golang.org/x/net
  59. subpackages:
  60. - context
  61. - package: google.golang.org/grpc
  62. testImport:
  63. - package: github.com/tendermint/merkleeyes
  64. version: develop
  65. subpackages:
  66. - app
  67. - iavl
  68. - testutil