-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathgo.mod
42 lines (40 loc) · 1.53 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
39
40
41
42
module github.com/gphper/ginadmin
go 1.16
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/casbin/casbin/v2 v2.31.2 // direct
github.com/casbin/gorm-adapter/v3 v3.2.12
github.com/gin-contrib/gzip v0.0.3
github.com/gin-contrib/sessions v0.0.3
github.com/gin-gonic/gin v1.7.7
github.com/go-openapi/spec v0.20.7 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
github.com/go-playground/locales v0.14.0
github.com/go-playground/universal-translator v0.18.0
github.com/go-playground/validator/v10 v10.11.0
github.com/go-redis/redis v6.15.9+incompatible
github.com/golang/mock v1.5.0 // indirect
github.com/google/uuid v1.3.0
github.com/gphper/multitemplate v0.1.0
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.4 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mojocn/base64Captcha v1.3.5
github.com/onsi/gomega v1.16.0 // indirect
github.com/pkg/errors v0.9.1
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.0
github.com/swaggo/gin-swagger v1.3.0
github.com/swaggo/swag v1.8.7
github.com/ugorji/go v1.2.7 // indirect
go.uber.org/zap v1.17.0
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/image v0.6.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/mysql v1.1.0
gorm.io/gorm v1.21.10
)