forked from qifengzhang007/GinSkeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (28 loc) · 1.01 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
module goskeleton
go 1.15
require (
github.com/casbin/casbin/v2 v2.40.6
github.com/casbin/gorm-adapter/v3 v3.4.6
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
github.com/dgrijalva/jwt-go v3.2.1-0.20210802184156-9742bd7fca1c+incompatible
github.com/fsnotify/fsnotify v1.5.1
github.com/gin-contrib/pprof v1.3.0
github.com/gin-gonic/gin v1.7.7
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/gomodule/redigo v1.8.8
github.com/gorilla/websocket v1.4.2
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/qifengzhang007/goCurl v1.3.3
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.1
github.com/streadway/amqp v1.0.0
go.uber.org/zap v1.20.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gorm.io/driver/mysql v1.2.3
gorm.io/driver/postgres v1.2.3
gorm.io/driver/sqlserver v1.2.1
gorm.io/gorm v1.22.5
gorm.io/plugin/dbresolver v1.1.1-0.20211202034046-9692d72da69a
)