-
Notifications
You must be signed in to change notification settings - Fork 234
/
Copy pathgo.mod
22 lines (20 loc) · 890 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
module github.com/jimmykuu/gopher
go 1.12
require (
gitea.com/lunny/tango v0.6.5
gitea.com/tango/binding v0.0.0-20190606022902-f7676e2641fd
gitea.com/tango/events v0.0.0-20190424023309-50869003ae59
gitea.com/tango/renders v0.0.0-20190606020507-5dfc5b32c70d
github.com/antlinker/go-cmap v0.0.0-20160407022646-0c5e57012e96 // indirect
github.com/antlinker/go-dirtyfilter v1.2.0
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/jimmykuu/webhelpers v0.0.0-20160107152426-014fab4e0ee0
github.com/kr/pretty v0.1.0 // indirect
github.com/mojocn/base64Captcha v1.2.2
github.com/onsi/ginkgo v1.11.0 // indirect
github.com/onsi/gomega v1.8.1 // indirect
github.com/pborman/uuid v1.2.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
)