0g-chain/go.mod

13 lines
277 B
Modula-2
Raw Normal View History

2019-06-20 16:29:13 +00:00
module github.com/kava-labs/kava
2019-06-07 11:59:19 +00:00
go 1.12
require (
2019-07-18 17:36:31 +00:00
github.com/cosmos/cosmos-sdk v0.36.0-rc1
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.3.2
2019-06-20 13:37:57 +00:00
github.com/stretchr/testify v1.3.0
2019-07-18 17:36:31 +00:00
github.com/tendermint/go-amino v0.15.0
github.com/tendermint/tendermint v0.32.1
2019-06-07 11:59:19 +00:00
)