module github.com/cosmos/cosmos-sdk go 1.12 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-20190315201642-aa6e0f35703c github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d github.com/cosmos/ledger-cosmos-go v0.9.8 github.com/gogo/protobuf v1.2.1 github.com/golang/protobuf v1.3.2 github.com/gorilla/mux v1.7.3 github.com/mattn/go-isatty v0.0.3 github.com/otiai10/copy v1.0.2 github.com/pelletier/go-toml v1.2.0 github.com/pkg/errors v0.8.1 github.com/rakyll/statik v0.1.6 github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect github.com/rs/cors v1.7.0 // indirect github.com/spf13/cobra v0.0.5 github.com/spf13/pflag v1.0.3 github.com/spf13/viper v1.4.0 github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271 github.com/stretchr/testify v1.4.0 github.com/syndtr/goleveldb v1.0.0 // indirect github.com/tendermint/btcd v0.1.1 github.com/tendermint/go-amino v0.14.1 github.com/tendermint/iavl v0.12.0 github.com/tendermint/tendermint v0.31.0-dev0-fix0 github.com/zondax/hid v0.9.0 // indirect github.com/zondax/ledger-go v0.9.0 // indirect golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 ) replace golang.org/x/crypto => github.com/tendermint/crypto v0.0.0-20180820045704-3764759f34a5