module github.com/terra-project/core go 1.13 require ( github.com/cosmos/cosmos-sdk v0.37.4 github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d // indirect github.com/gorilla/mux v1.7.2 github.com/otiai10/copy v1.0.2 github.com/otiai10/curr v0.0.0-20190513014714-f5a3d24e5776 // indirect github.com/pkg/errors v0.8.1 github.com/rakyll/statik v0.1.6 github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa github.com/spf13/cobra v0.0.5 github.com/spf13/pflag v1.0.3 github.com/spf13/viper v1.4.0 github.com/stretchr/testify v1.4.0 github.com/tendermint/go-amino v0.15.0 github.com/tendermint/tendermint v0.32.7 github.com/tendermint/tm-db v0.2.0 golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect )