mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
16 lines
402 B
Modula-2
16 lines
402 B
Modula-2
module github.com/Kava-Labs/kava
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/cosmos/cosmos-sdk v0.34.7
|
|
github.com/rakyll/statik v0.1.4
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/viper v1.0.3
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/tendermint/go-amino v0.14.1
|
|
github.com/tendermint/tendermint v0.31.5
|
|
)
|
|
|
|
replace golang.org/x/crypto => github.com/tendermint/crypto v0.0.0-20180820045704-3764759f34a5
|