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.

25 lines
578 B

8 years ago
8 years ago
  1. package: github.com/tendermint/tools/tm-monitor
  2. import:
  3. - package: github.com/go-kit/kit
  4. subpackages:
  5. - log
  6. - package: github.com/gorilla/websocket
  7. - package: github.com/pkg/errors
  8. - package: github.com/rcrowley/go-metrics
  9. - package: github.com/tendermint/go-crypto
  10. - package: github.com/tendermint/tendermint
  11. version: develop
  12. subpackages:
  13. - rpc/core/types
  14. - rpc/lib/client
  15. - rpc/lib/server
  16. - types
  17. - package: github.com/tendermint/tmlibs
  18. subpackages:
  19. - events
  20. - log
  21. testImport:
  22. - package: github.com/stretchr/testify
  23. subpackages:
  24. - assert
  25. - require