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-11-04 09:42:10 -08:00
|
|
|
github.com/cosmos/cosmos-sdk v0.34.4-0.20191031200835-02c6c9fafd58
|
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/golang/mock v1.3.1 // indirect
|
2019-05-16 13:10:14 -07:00
|
|
|
github.com/onsi/ginkgo v1.8.0 // indirect
|
|
|
|
github.com/onsi/gomega v1.5.0 // indirect
|
2019-09-20 05:57:46 -07:00
|
|
|
github.com/otiai10/copy v1.0.2
|
2019-05-16 13:10:14 -07:00
|
|
|
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
|
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-11-04 12:30:47 -08:00
|
|
|
github.com/spf13/viper v1.5.0
|
2019-09-10 11:56:58 -07:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-10-15 14:06:08 -07:00
|
|
|
github.com/tendermint/go-amino v0.15.1
|
2019-10-31 11:46:38 -07:00
|
|
|
github.com/tendermint/tendermint v0.32.7
|
2019-09-19 07:08:22 -07:00
|
|
|
github.com/tendermint/tm-db v0.2.0
|
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
|
2019-05-16 13:10:14 -07:00
|
|
|
)
|