mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
13 lines
277 B
Modula-2
13 lines
277 B
Modula-2
module github.com/kava-labs/kava
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/cosmos/cosmos-sdk v0.36.0-rc1
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/viper v1.4.0
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/tendermint/go-amino v0.15.0
|
|
github.com/tendermint/tendermint v0.32.1
|
|
)
|