module github.com/kwunyeung/desmos go 1.12 require ( github.com/cosmos/cosmos-sdk v0.37.0 github.com/go-logfmt/logfmt v0.4.0 // indirect github.com/gorilla/mux v1.7.0 github.com/mattn/go-isatty v0.0.7 // indirect github.com/prometheus/procfs v0.0.0-20190328153300-af7bedc223fb // indirect github.com/rs/xid v1.2.1 github.com/spf13/afero v1.2.2 // indirect github.com/spf13/cobra v0.0.5 github.com/spf13/viper v1.3.2 github.com/tendermint/go-amino v0.15.0 github.com/tendermint/tendermint v0.32.2 github.com/tendermint/tm-db v0.1.1 golang.org/x/sys v0.0.0-20190329044733-9eb1bfa1ce65 // indirect google.golang.org/genproto v0.0.0-20190327125643-d831d65fe17d // indirect )