-
Notifications
You must be signed in to change notification settings - Fork 23
/
go.mod
36 lines (34 loc) · 1.23 KB
/
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
28
29
30
31
32
33
34
35
36
module clevergo.tech/examples
go 1.13
require (
clevergo.tech/auth v0.1.0
clevergo.tech/authmiddleware v0.1.0
clevergo.tech/captchas v0.1.0
clevergo.tech/captchas/drivers v0.1.0
clevergo.tech/captchas/stores/memcachedstore v0.1.0
clevergo.tech/captchas/stores/memstore v0.1.0
clevergo.tech/captchas/stores/redisstore v0.1.0
clevergo.tech/clevergo v0.5.0
clevergo.tech/form v0.1.0
clevergo.tech/i18n v0.1.0
clevergo.tech/jetpackr v0.2.0
clevergo.tech/jetrenderer v0.3.0
clevergo.tech/jsend v1.1.1
clevergo.tech/log v0.3.0
clevergo.tech/shields v0.2.0
clevergo.tech/tencentcaptcha v0.1.0
github.com/CloudyKit/jet/v4 v4.1.0 // indirect
github.com/CloudyKit/jet/v5 v5.0.0
github.com/alexedwards/scs/v2 v2.3.1
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
github.com/go-redis/redis/v7 v7.4.0
github.com/gobuffalo/packr/v2 v2.8.0
github.com/karrick/godirwalk v1.15.6 // indirect
github.com/mojocn/base64Captcha v1.3.1 // indirect
github.com/rogpeppe/go-internal v1.6.0 // indirect
github.com/sirupsen/logrus v1.6.0
github.com/tencentcloud/tencentcloud-sdk-go v3.0.219+incompatible
go.uber.org/zap v1.15.0
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect
)