2019-05-16 13:10:14 -07:00
|
|
|
module github.com/cosmos/gaia
|
|
|
|
|
2019-09-10 11:56:58 -07:00
|
|
|
go 1.13
|
2019-05-16 13:10:14 -07:00
|
|
|
|
|
|
|
require (
|
2019-08-09 08:00:50 -07:00
|
|
|
github.com/btcsuite/btcd v0.0.0-20190807005414-4063feeff79a // indirect
|
2019-09-14 17:19:46 -07:00
|
|
|
github.com/cosmos/cosmos-sdk v0.34.4-0.20190913222629-1028283e6fc1
|
2019-05-16 13:10:14 -07:00
|
|
|
github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d // indirect
|
2019-07-05 06:40:06 -07:00
|
|
|
github.com/go-kit/kit v0.9.0 // indirect
|
|
|
|
github.com/golang/mock v1.3.1 // indirect
|
2019-08-09 08:00:50 -07:00
|
|
|
github.com/libp2p/go-buffer-pool v0.0.2 // indirect
|
2019-05-16 13:10:14 -07:00
|
|
|
github.com/magiconair/properties v1.8.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
|
2019-06-08 07:04:45 -07:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-08-09 08:00:50 -07:00
|
|
|
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
|
2019-06-08 07:04:45 -07:00
|
|
|
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
|
2019-05-16 13:10:14 -07:00
|
|
|
github.com/spf13/afero v1.2.2 // indirect
|
2019-06-24 00:27:15 -07:00
|
|
|
github.com/spf13/cobra v0.0.5
|
2019-05-28 03:16:46 -07:00
|
|
|
github.com/spf13/viper v1.4.0
|
2019-09-10 11:56:58 -07:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-05-16 13:10:14 -07:00
|
|
|
github.com/tendermint/go-amino v0.15.0
|
2019-09-10 11:56:58 -07:00
|
|
|
github.com/tendermint/tendermint v0.32.3
|
2019-08-05 08:50:11 -07:00
|
|
|
github.com/tendermint/tm-db v0.1.1
|
2019-09-10 11:56:58 -07:00
|
|
|
golang.org/x/crypto v0.0.0-20190909091759-094676da4a83 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
|
2019-05-16 13:10:14 -07:00
|
|
|
golang.org/x/text v0.3.2 // indirect
|
2019-08-09 08:00:50 -07:00
|
|
|
google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64 // indirect
|
|
|
|
google.golang.org/grpc v1.22.1 // indirect
|
2019-05-16 13:10:14 -07:00
|
|
|
)
|