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.

24 lines
551 B

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