mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 06:42:16 +00:00
50 lines
2.1 KiB
Modula-2
50 lines
2.1 KiB
Modula-2
module github.com/tendermint/tendermint
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/VividCortex/gohistogram v1.0.0 // indirect
|
|
github.com/Workiva/go-datastructures v1.0.50
|
|
github.com/bombsimon/wsl v1.2.2 // indirect
|
|
github.com/btcsuite/btcd v0.0.0-20190115013929-ed77733ec07d
|
|
github.com/btcsuite/btcutil v0.0.0-20180706230648-ab6388e0c60a
|
|
github.com/fortytw2/leaktest v1.3.0
|
|
github.com/go-kit/kit v0.9.0
|
|
github.com/go-logfmt/logfmt v0.4.0
|
|
github.com/gogo/protobuf v1.3.0
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/golangci/gocyclo v0.0.0-20180528144436-0a533e8fa43d // indirect
|
|
github.com/golangci/golangci-lint v1.20.0 // indirect
|
|
github.com/golangci/revgrep v0.0.0-20180812185044-276a5c0a1039 // indirect
|
|
github.com/google/gofuzz v1.0.0 // indirect
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/gostaticanalysis/analysisutil v0.0.3 // indirect
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/libp2p/go-buffer-pool v0.0.2
|
|
github.com/magiconair/properties v1.8.1
|
|
github.com/mattn/go-isatty v0.0.10 // indirect
|
|
github.com/mitchellh/gox v1.0.1 // indirect
|
|
github.com/pelletier/go-toml v1.5.0 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/prometheus/client_golang v0.9.3
|
|
github.com/rcrowley/go-metrics v0.0.0-20180503174638-e2704e165165
|
|
github.com/rs/cors v1.7.0
|
|
github.com/securego/gosec v0.0.0-20191008095658-28c1128b7336 // indirect
|
|
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/viper v1.4.0
|
|
github.com/square/certstrap v1.1.2-0.20190814202842-338204a88c43 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/tendermint/go-amino v0.14.1
|
|
github.com/tendermint/tm-db v0.2.0
|
|
github.com/uudashr/gocognit v1.0.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392
|
|
golang.org/x/net v0.0.0-20190923162816-aa69164e4478
|
|
golang.org/x/tools v0.0.0-20191007185444-6536af71d98a // indirect
|
|
google.golang.org/grpc v1.24.0
|
|
mvdan.cc/unparam v0.0.0-20190917161559-b83a221c10a2 // indirect
|
|
sourcegraph.com/sqs/pbtypes v1.0.0 // indirect
|
|
)
|