2019-03-18 05:45:25 -07:00
|
|
|
module github.com/cosmos/cosmos-sdk
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/bartekn/go-bip39 v0.0.0-20171116152956-a05967ea095d
|
|
|
|
github.com/bgentry/speakeasy v0.1.0
|
|
|
|
github.com/btcsuite/btcd v0.0.0-20190115013929-ed77733ec07d
|
|
|
|
github.com/cosmos/go-bip39 v0.0.0-20180618194314-52158e4697b8
|
2019-05-16 10:06:02 -07:00
|
|
|
github.com/cosmos/ledger-cosmos-go v0.10.3
|
2019-03-18 05:45:25 -07:00
|
|
|
github.com/fortytw2/leaktest v1.3.0 // indirect
|
|
|
|
github.com/go-logfmt/logfmt v0.4.0 // indirect
|
2019-06-26 09:03:25 -07:00
|
|
|
github.com/gogo/protobuf v1.2.1
|
2019-06-19 05:24:11 -07:00
|
|
|
github.com/golang/mock v1.3.1-0.20190508161146-9fa652df1129
|
2019-05-15 06:42:16 -07:00
|
|
|
github.com/golang/protobuf v1.3.0
|
2019-03-18 05:45:25 -07:00
|
|
|
github.com/golang/snappy v0.0.1 // indirect
|
|
|
|
github.com/gorilla/mux v1.7.0
|
|
|
|
github.com/gorilla/websocket v1.4.0 // indirect
|
2019-06-26 09:03:25 -07:00
|
|
|
github.com/lusis/go-slackbot v0.0.0-20180109053408-401027ccfef5 // indirect
|
|
|
|
github.com/lusis/slack-test v0.0.0-20190426140909-c40012f20018 // indirect
|
2019-03-18 05:45:25 -07:00
|
|
|
github.com/mattn/go-isatty v0.0.6
|
2019-06-26 00:11:42 -07:00
|
|
|
github.com/nlopes/slack v0.5.0
|
2019-03-18 05:45:25 -07:00
|
|
|
github.com/pelletier/go-toml v1.2.0
|
2019-04-30 01:58:21 -07:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-03-18 05:45:25 -07:00
|
|
|
github.com/prometheus/client_golang v0.9.2 // indirect
|
|
|
|
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
|
|
|
|
github.com/prometheus/common v0.2.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.0.0-20190227231451-bbced9601137 // indirect
|
2019-05-28 06:46:26 -07:00
|
|
|
github.com/rakyll/statik v0.1.4
|
2019-03-18 05:45:25 -07:00
|
|
|
github.com/spf13/afero v1.2.1 // indirect
|
2019-06-22 02:24:59 -07:00
|
|
|
github.com/spf13/cobra v0.0.5
|
2019-03-18 05:45:25 -07:00
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.3
|
2019-06-22 02:24:59 -07:00
|
|
|
github.com/spf13/viper v1.3.2
|
2019-04-30 01:58:21 -07:00
|
|
|
github.com/stretchr/testify v1.3.0
|
2019-03-18 05:45:25 -07:00
|
|
|
github.com/tendermint/btcd v0.1.1
|
2019-05-15 06:42:16 -07:00
|
|
|
github.com/tendermint/go-amino v0.15.0
|
2019-05-07 07:18:33 -07:00
|
|
|
github.com/tendermint/iavl v0.12.2
|
2019-06-26 09:03:25 -07:00
|
|
|
github.com/tendermint/tendermint v0.32.0
|
2019-06-19 05:24:11 -07:00
|
|
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
|
2019-03-18 05:45:25 -07:00
|
|
|
google.golang.org/grpc v1.19.0 // indirect
|
2019-05-31 06:14:35 -07:00
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
2019-03-18 05:45:25 -07:00
|
|
|
)
|
|
|
|
|
|
|
|
replace golang.org/x/crypto => github.com/tendermint/crypto v0.0.0-20180820045704-3764759f34a5
|