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-05-21 15:31:54 +00:00
|
|
|
github.com/cosmos/cosmos-sdk v0.38.4
|
2019-10-02 13:10:28 +00:00
|
|
|
github.com/gorilla/mux v1.7.3
|
2020-04-23 16:35:58 +00:00
|
|
|
github.com/spf13/cobra v0.0.6
|
|
|
|
github.com/spf13/viper v1.6.2
|
|
|
|
github.com/stretchr/testify v1.5.1
|
|
|
|
github.com/tendermint/tendermint v0.33.3
|
|
|
|
github.com/tendermint/tm-db v0.5.0
|
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
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
|