-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (30 loc) · 1.3 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
module github.com/zbwang163/ad_account_server
go 1.16
require (
github.com/afocus/captcha v0.0.0-20191010092841-4bd1f21c8868
github.com/casbin/casbin/v2 v2.37.2
github.com/casbin/gorm-adapter/v3 v3.4.2
github.com/gin-gonic/gin v1.7.4
github.com/go-basic/uuid v1.0.0
github.com/go-mailer/send v1.0.1
github.com/go-playground/validator v9.31.0+incompatible
github.com/go-playground/validator/v10 v10.9.0
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-sql-driver/mysql v1.6.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/minio/minio-go/v7 v7.0.14
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/weblazy/snowflake v0.0.0-20200617074507-d2cfa204d497
github.com/zbwang163/ad_base_overpass v0.0.0-20210831093300-8b9b7d75506f
github.com/zbwang163/ad_common v0.0.0-20210902141016-197cb759625e
golang.org/x/crypto v0.0.0-20210920023735-84f357641f63 // indirect
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect
golang.org/x/sys v0.0.0-20210921065528-437939a70204 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gorm.io/driver/mysql v1.1.2
gorm.io/gorm v1.21.15
lukechampine.com/frand v1.4.2
)