mirror of https://github.com/certusone/wasmd.git
42 lines
1.8 KiB
Modula-2
42 lines
1.8 KiB
Modula-2
module github.com/cosmos/gaia
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.0.0-20190807005414-4063feeff79a // indirect
|
|
github.com/cosmos/cosmos-sdk v0.28.2-0.20190813160135-f90d969ded97
|
|
github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d // indirect
|
|
github.com/go-kit/kit v0.9.0 // indirect
|
|
github.com/golang/mock v1.3.1 // indirect
|
|
github.com/gorilla/mux v1.7.3 // indirect
|
|
github.com/libp2p/go-buffer-pool v0.0.2 // indirect
|
|
github.com/magiconair/properties v1.8.1 // indirect
|
|
github.com/mattn/go-isatty v0.0.8 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/onsi/ginkgo v1.8.0 // indirect
|
|
github.com/onsi/gomega v1.5.0 // indirect
|
|
github.com/otiai10/copy v1.0.1
|
|
github.com/otiai10/curr v0.0.0-20190513014714-f5a3d24e5776 // indirect
|
|
github.com/pelletier/go-toml v1.4.0 // 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/rs/cors v1.7.0 // 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.4.0
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/tendermint/go-amino v0.15.0
|
|
github.com/tendermint/tendermint v0.32.2
|
|
github.com/tendermint/tm-db v0.1.1
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
|
|
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
|
|
golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
google.golang.org/appengine v1.4.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64 // indirect
|
|
google.golang.org/grpc v1.22.1 // indirect
|
|
)
|