santa/go.mod

19 lines
549 B
Modula-2

module github.com/terra-project/santa
go 1.12
require (
github.com/bartekn/go-bip39 v0.0.0-20171116152956-a05967ea095d
github.com/cosmos/cosmos-sdk v0.37.4
github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d
github.com/gorilla/websocket v1.4.1
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v0.0.5
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/terra-project/core v0.3.0-rc0
gopkg.in/yaml.v2 v2.2.2
)