2019-06-20 16:29:13 +00:00
|
|
|
module github.com/kava-labs/kava
|
2019-06-07 11:59:19 +00:00
|
|
|
|
2019-09-12 16:19:13 +00:00
|
|
|
go 1.13
|
2019-06-07 11:59:19 +00:00
|
|
|
|
|
|
|
require (
|
2020-09-16 19:16:14 +00:00
|
|
|
github.com/cosmos/cosmos-sdk v0.39.1
|
|
|
|
github.com/gorilla/mux v1.7.4
|
2020-07-02 23:48:43 +00:00
|
|
|
github.com/spf13/cobra v1.0.0
|
|
|
|
github.com/spf13/viper v1.6.3
|
2020-09-16 19:16:14 +00:00
|
|
|
github.com/stretchr/testify v1.6.1
|
|
|
|
github.com/tendermint/tendermint v0.33.7
|
2020-07-02 23:48:43 +00:00
|
|
|
github.com/tendermint/tm-db v0.5.1
|
2020-09-16 19:16:14 +00:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2019-06-07 11:59:19 +00:00
|
|
|
)
|
2020-06-03 19:35:00 +00:00
|
|
|
|
|
|
|
// patch bech32 decoding to enable larger string lengths
|
|
|
|
replace github.com/btcsuite/btcutil => github.com/kava-labs/btcutil v0.0.0-20200522184203-886d33430f06
|