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 (
|
2019-10-15 19:05:09 +00:00
|
|
|
github.com/cosmos/cosmos-sdk v0.34.4-0.20191010193331-18de630d0ae1
|
2019-10-02 13:10:28 +00:00
|
|
|
github.com/gorilla/mux v1.7.3
|
2019-07-18 17:36:31 +00:00
|
|
|
github.com/spf13/cobra v0.0.5
|
2019-07-26 12:11:23 +00:00
|
|
|
github.com/spf13/viper v1.4.0
|
2019-09-11 19:03:40 +00:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-07-18 17:36:31 +00:00
|
|
|
github.com/tendermint/go-amino v0.15.0
|
2019-10-15 19:05:09 +00:00
|
|
|
github.com/tendermint/tendermint v0.32.6
|
2019-09-25 19:00:44 +00:00
|
|
|
github.com/tendermint/tm-db v0.2.0
|
2019-10-07 20:21:24 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.4
|
2019-06-07 11:59:19 +00:00
|
|
|
)
|