forked from davidp94/nym
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
43 lines (41 loc) · 1.7 KB
/
go.mod
File metadata and controls
43 lines (41 loc) · 1.7 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
module github.com/nymtech/nym/validator/nym
go 1.15
require (
github.com/BorisBorshevsky/timemock v0.0.0-20180501151413-a469e345aaba
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/cosmos/cosmos-sdk v0.39.1
github.com/didip/tollbooth v4.0.2+incompatible
github.com/didip/tollbooth_gin v0.0.0-20170928041415-5752492be505
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.6.2
github.com/go-openapi/spec v0.19.7 // indirect
github.com/go-openapi/swag v0.19.9 // indirect
github.com/golang/mock v1.4.3 // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/google/uuid v1.0.0
github.com/gorilla/mux v1.7.4
github.com/jessevdk/go-assets v0.0.0-20160921144138-4f4301a06e15
github.com/jinzhu/gorm v1.9.16
github.com/kr/text v0.2.0 // indirect
github.com/mailru/easyjson v0.7.1 // indirect
github.com/microcosm-cc/bluemonday v1.0.2
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.14.1
github.com/onsi/gomega v1.10.1
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.6.1
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.6.5
github.com/tendermint/go-amino v0.15.1
github.com/tendermint/tendermint v0.33.7
github.com/tendermint/tm-db v0.5.1
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 // indirect
golang.org/x/tools v0.0.0-20200426102838-f3a5411a4c3b // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gorm.io/driver/sqlite v1.1.3
gorm.io/gorm v1.20.2
)