mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
26 lines
951 B
Modula-2
26 lines
951 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/gogo/protobuf v1.3.0
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/viper v1.4.0
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/tendermint/ed25519 v0.0.0-20171027050219-d8387025d2b9 // indirect
|
|
github.com/tendermint/go-amino v0.15.0
|
|
github.com/tendermint/go-crypto v0.9.0
|
|
github.com/tendermint/tendermint v0.32.7
|
|
github.com/tendermint/tm-db v0.2.0
|
|
github.com/tendermint/tmlibs v0.9.0 // indirect
|
|
github.com/zondax/ledger-go v0.11.0 // indirect
|
|
github.com/zondax/ledger-goclient v0.9.9 // indirect
|
|
golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 // indirect
|
|
gopkg.in/yaml.v2 v2.2.4
|
|
)
|