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.

19 lines
526 B

  1. package: github.com/tendermint/go-keys
  2. import:
  3. - package: github.com/bgentry/speakeasy
  4. - package: github.com/gorilla/handlers
  5. - package: github.com/gorilla/mux
  6. - package: github.com/pkg/errors
  7. - package: github.com/spf13/cobra
  8. - package: github.com/spf13/viper
  9. - package: github.com/tendermint/go-crypto
  10. version: develop
  11. - package: github.com/tendermint/go-data
  12. subpackages:
  13. - base58
  14. - package: gopkg.in/go-playground/validator.v9
  15. testImport:
  16. - package: github.com/stretchr/testify
  17. subpackages:
  18. - assert
  19. - require