cosmos-sdk/go.mod
Marko cc14b39900 Merge PR #4999: Viper dep update
- depndabot wasnt able to fully update this dep
- Closes #4992

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
2019-09-04 19:46:02 -04:00

35 lines
1.2 KiB
Modula-2

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
github.com/cosmos/ledger-cosmos-go v0.10.3
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/gogo/protobuf v1.3.0
github.com/golang/mock v1.3.1-0.20190508161146-9fa652df1129
github.com/gorilla/mux v1.7.0
github.com/gorilla/websocket v1.4.1 // indirect
github.com/hashicorp/golang-lru v0.5.1
github.com/mattn/go-isatty v0.0.9
github.com/pelletier/go-toml v1.4.0
github.com/pkg/errors v0.8.1
github.com/rakyll/statik v0.1.6
github.com/spf13/afero v1.2.1 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.4.0
github.com/tendermint/btcd v0.1.1
github.com/tendermint/crypto v0.0.0-20190823183015-45b1026d81ae
github.com/tendermint/go-amino v0.15.0
github.com/tendermint/iavl v0.12.4
github.com/tendermint/tendermint v0.32.2
github.com/tendermint/tm-db v0.1.1
gopkg.in/yaml.v2 v2.2.2
)
go 1.13