-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (29 loc) · 1.1 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
module gostars
go 1.16
require (
github.com/casbin/casbin/v2 v2.47.3
github.com/casbin/gorm-adapter/v3 v3.7.2
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dutchcoders/goftp v0.0.0-20170301105846-ed59a591ce14
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.8.1
github.com/go-playground/locales v0.14.0
github.com/go-playground/universal-translator v0.18.0
github.com/go-playground/validator/v10 v10.10.0
github.com/go-redis/redis/v8 v8.11.5
github.com/importcjj/sensitive v0.0.0-20200106142752-42d1c505be7b
github.com/jonboulle/clockwork v0.3.0 // indirect
github.com/juju/ratelimit v1.0.1
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.6 // indirect
github.com/qiniu/go-sdk/v7 v7.13.0
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.8.1
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.7.2 // indirect
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
gopkg.in/ini.v1 v1.66.6
gorm.io/driver/mysql v1.3.4
gorm.io/gorm v1.23.5
)