mirror of https://github.com/certusone/wasmd.git
29 lines
1.1 KiB
Modula-2
29 lines
1.1 KiB
Modula-2
module github.com/cosmos/gaia
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.0.0-20190807005414-4063feeff79a // indirect
|
|
github.com/cosmos/cosmos-sdk v0.34.4-0.20191204151802-202cb9be0bc3
|
|
github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d // indirect
|
|
github.com/golang/mock v1.3.1 // indirect
|
|
github.com/onsi/ginkgo v1.8.0 // indirect
|
|
github.com/onsi/gomega v1.5.0 // indirect
|
|
github.com/otiai10/copy v1.0.2
|
|
github.com/otiai10/curr v0.0.0-20190513014714-f5a3d24e5776 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/prometheus/client_golang v1.1.0 // indirect
|
|
github.com/rcrowley/go-metrics v0.0.0-20190706150252-9beb055b7962 // indirect
|
|
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/viper v1.5.0
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/tendermint/go-amino v0.15.1
|
|
github.com/tendermint/tendermint v0.32.8
|
|
github.com/tendermint/tm-db v0.2.0
|
|
golang.org/x/crypto v0.0.0-20190909091759-094676da4a83 // indirect
|
|
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
)
|