module github.com/desmos-labs/desmos go 1.14 require ( github.com/btcsuite/btcd v0.20.1-beta github.com/cosmos/cosmos-sdk v0.39.1 github.com/desmos-labs/Go-Emoji-Utils v1.1.1-0.20200515063516-9c493b11de3e github.com/gorilla/mux v1.7.4 github.com/otiai10/copy v1.0.2 github.com/spf13/cobra v1.0.0 github.com/spf13/viper v1.6.3 github.com/stretchr/testify v1.6.1 github.com/tendermint/go-amino v0.15.1 github.com/tendermint/tendermint v0.33.7 github.com/tendermint/tm-db v0.5.1 )