mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-26 00:05:18 +00:00
17 lines
499 B
Modula-2
17 lines
499 B
Modula-2
module github.com/kava-labs/kava
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
bou.ke/monkey v1.0.1 // indirect
|
|
github.com/cosmos/cosmos-sdk v0.36.0-rc1
|
|
github.com/otiai10/copy v0.0.0-20180813032824-7e9a647135a1 // indirect
|
|
github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95 // indirect
|
|
github.com/otiai10/mint v1.2.3 // indirect
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/viper v1.3.2
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/tendermint/go-amino v0.15.0
|
|
github.com/tendermint/tendermint v0.32.1
|
|
)
|