32 lines
1.3 KiB
Modula-2
32 lines
1.3 KiB
Modula-2
module github.com/changtong1996/djzh
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/99designs/keyring v1.1.4 // indirect
|
|
github.com/btcsuite/btcd v0.0.0-20190807005414-4063feeff79a // indirect
|
|
github.com/cosmos/cosmos-sdk v0.38.3
|
|
github.com/gibson042/canonicaljson-go v1.0.3 // indirect
|
|
github.com/golang/mock v1.4.3 // indirect
|
|
github.com/gorilla/handlers v1.4.2 // indirect
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/onsi/ginkgo v1.8.0 // indirect
|
|
github.com/onsi/gomega v1.5.0 // indirect
|
|
github.com/otiai10/copy v1.1.1
|
|
github.com/pelletier/go-toml v1.7.0 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rakyll/statik v0.1.7 // indirect
|
|
github.com/rcrowley/go-metrics v0.0.0-20190706150252-9beb055b7962 // indirect
|
|
github.com/regen-network/cosmos-proto v0.1.1-0.20200213154359-02baa11ea7c2 // indirect
|
|
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/cobra v0.0.7
|
|
github.com/spf13/viper v1.6.3
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/tendermint/go-amino v0.15.1
|
|
github.com/tendermint/iavl v0.13.3 // indirect
|
|
github.com/tendermint/tendermint v0.33.3
|
|
github.com/tendermint/tm-db v0.5.1
|
|
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
|
|
google.golang.org/protobuf v1.20.1 // indirect
|
|
) |