-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
38 lines (36 loc) · 1.39 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
37
38
module GDColumn
go 1.16
require (
github.com/aliyun/aliyun-oss-go-sdk v2.2.4+incompatible
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
github.com/bxcodec/faker/v3 v3.8.0
github.com/gertd/go-pluralize v0.2.1
github.com/gin-gonic/gin v1.7.7
github.com/go-openapi/spec v0.20.6 // indirect
github.com/go-openapi/swag v0.21.1 // indirect
github.com/go-redis/redis/v8 v8.11.5
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/iancoleman/strcase v0.2.0
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
github.com/satori/go.uuid v1.2.0 // indirect
github.com/sony/sonyflake v1.0.0
github.com/spf13/cast v1.5.0
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.11.0
github.com/swaggo/files v0.0.0-20220610200504-28940afbdbfe
github.com/swaggo/gin-swagger v1.5.0
github.com/swaggo/swag v1.8.3 // indirect
github.com/thedevsaddam/govalidator v1.9.10
github.com/ulule/limiter/v3 v3.10.0
github.com/urfave/cli/v2 v2.10.3 // indirect
go.uber.org/zap v1.21.0
golang.org/x/crypto v0.0.0-20220513210258-46612604a0f9
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b // indirect
golang.org/x/tools v0.1.11 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gorm.io/driver/mysql v1.3.3
gorm.io/driver/sqlite v1.3.2
gorm.io/gorm v1.23.5
)