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.

33 lines
675 B

8 years ago
8 years ago
8 years ago
7 years ago
8 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
  1. package: github.com/tendermint/abci
  2. import:
  3. - package: github.com/gogo/protobuf
  4. version: v0.5
  5. subpackages:
  6. - proto
  7. - package: github.com/spf13/cobra
  8. version: v0.0.1
  9. - package: github.com/tendermint/go-crypto
  10. version: sdk2
  11. - package: github.com/tendermint/go-wire
  12. version: develop
  13. subpackages:
  14. - data
  15. - package: github.com/tendermint/iavl
  16. version: sdk2
  17. - package: github.com/tendermint/tmlibs
  18. version: sdk2
  19. subpackages:
  20. - common
  21. - db
  22. - log
  23. - process
  24. - package: golang.org/x/net
  25. subpackages:
  26. - context
  27. - package: google.golang.org/grpc
  28. version: v1.7.3
  29. testImport:
  30. - package: github.com/stretchr/testify
  31. subpackages:
  32. - assert
  33. - require