mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
19 lines
586 B
Modula-2
19 lines
586 B
Modula-2
module github.com/kava-labs/kava
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.20.1-beta // indirect
|
|
github.com/cosmos/cosmos-sdk v0.34.4-0.20191010193331-18de630d0ae1
|
|
github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d // indirect
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/viper v1.4.0
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/tendermint/go-amino v0.15.0
|
|
github.com/tendermint/tendermint v0.32.7
|
|
github.com/tendermint/tm-db v0.2.0
|
|
golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 // indirect
|
|
gopkg.in/yaml.v2 v2.2.4
|
|
)
|