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.

49 lines
2.2 KiB

  1. module github.com/tendermint/tendermint
  2. go 1.12
  3. require (
  4. github.com/VividCortex/gohistogram v1.0.0 // indirect
  5. github.com/Workiva/go-datastructures v1.0.50
  6. github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
  7. github.com/btcsuite/btcd v0.0.0-20190115013929-ed77733ec07d
  8. github.com/btcsuite/btcutil v0.0.0-20180706230648-ab6388e0c60a
  9. github.com/fortytw2/leaktest v1.2.0
  10. github.com/go-kit/kit v0.6.0
  11. github.com/go-logfmt/logfmt v0.3.0
  12. github.com/go-stack/stack v1.8.0 // indirect
  13. github.com/gogo/protobuf v1.2.1
  14. github.com/golang/protobuf v1.3.2
  15. github.com/google/gofuzz v1.0.0 // indirect
  16. github.com/google/pprof v0.0.0-20190723021845-34ac40c74b70 // indirect
  17. github.com/gorilla/websocket v1.2.0
  18. github.com/hashicorp/hcl v1.0.0 // indirect
  19. github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 // indirect
  20. github.com/inconshreveable/mousetrap v1.0.0 // indirect
  21. github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect
  22. github.com/libp2p/go-buffer-pool v0.0.1
  23. github.com/magiconair/properties v1.8.0
  24. github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
  25. github.com/mitchellh/mapstructure v1.1.2 // indirect
  26. github.com/pelletier/go-toml v1.2.0 // indirect
  27. github.com/pkg/errors v0.8.1
  28. github.com/prometheus/client_golang v0.9.1
  29. github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect
  30. github.com/prometheus/common v0.0.0-20181020173914-7e9e6cabbd39 // indirect
  31. github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d // indirect
  32. github.com/rcrowley/go-metrics v0.0.0-20180503174638-e2704e165165
  33. github.com/rs/cors v1.6.0
  34. github.com/spf13/afero v1.1.2 // indirect
  35. github.com/spf13/cast v1.3.0 // indirect
  36. github.com/spf13/cobra v0.0.1
  37. github.com/spf13/jwalterweatherman v1.0.0 // indirect
  38. github.com/spf13/pflag v1.0.3 // indirect
  39. github.com/spf13/viper v1.0.0
  40. github.com/stretchr/testify v1.3.0
  41. github.com/tendermint/go-amino v0.14.1
  42. github.com/tendermint/tm-db v0.1.1
  43. golang.org/x/arch v0.0.0-20190312162104-788fe5ffcd8c // indirect
  44. golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  45. golang.org/x/net v0.0.0-20190628185345-da137c7871d7
  46. google.golang.org/grpc v1.22.0
  47. )