djzh2/go.mod

32 lines
1.3 KiB
Modula-2
Raw Permalink Normal View History

2020-05-02 16:08:54 +08:00
module github.com/changtong1996/djzh
2020-05-10 12:20:15 +08:00
go 1.14
2020-05-02 16:08:54 +08:00
require (
2020-05-10 12:20:15 +08:00
github.com/99designs/keyring v1.1.4 // indirect
2020-05-02 16:08:54 +08:00
github.com/btcsuite/btcd v0.0.0-20190807005414-4063feeff79a // indirect
2020-05-10 12:20:15 +08:00
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
2020-05-02 16:08:54 +08:00
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
2020-05-10 12:20:15 +08:00
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
2020-05-02 16:08:54 +08:00
github.com/rcrowley/go-metrics v0.0.0-20190706150252-9beb055b7962 // indirect
2020-05-10 12:20:15 +08:00
github.com/regen-network/cosmos-proto v0.1.1-0.20200213154359-02baa11ea7c2 // indirect
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
2020-05-02 16:08:54 +08:00
github.com/spf13/afero v1.2.2 // indirect
2020-05-10 12:20:15 +08:00
github.com/spf13/cobra v0.0.7
github.com/spf13/viper v1.6.3
github.com/stretchr/testify v1.5.1
2020-05-02 16:08:54 +08:00
github.com/tendermint/go-amino v0.15.1
2020-05-10 12:20:15 +08:00
github.com/tendermint/iavl v0.13.3 // indirect
github.com/tendermint/tendermint v0.33.3
github.com/tendermint/tm-db v0.5.1
2020-05-02 16:08:54 +08:00
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
2020-05-10 12:20:15 +08:00
google.golang.org/protobuf v1.20.1 // indirect
2020-05-02 16:08:54 +08:00
)