forked from KuChainNetwork/kratos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 876 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/KuChainNetwork/kuchain
go 1.14
require (
github.com/99designs/keyring v1.1.4 // indirect
github.com/cosmos/cosmos-sdk v0.38.5
github.com/go-pg/pg/v10 v10.0.0-beta.1
github.com/gogo/protobuf v1.3.1
github.com/golang/mock v1.4.1 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/gorilla/mux v1.7.4
github.com/otiai10/copy v1.1.1
github.com/pkg/errors v0.9.1
github.com/rakyll/statik v0.1.7 // indirect
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/smartystreets/goconvey v1.6.4
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
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/tendermint v0.33.6
github.com/tendermint/tm-db v0.5.1
go.uber.org/zap v1.13.0
gopkg.in/yaml.v2 v2.2.8
)