Skip to content

Commit

Permalink
项目所有依赖包更新至最新版
Browse files Browse the repository at this point in the history
  • Loading branch information
张奇峰 committed Nov 27, 2022
1 parent a2989f3 commit 1568caa
Show file tree
Hide file tree
Showing 2 changed files with 371 additions and 255 deletions.
26 changes: 13 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@ module goskeleton
go 1.15

require (
github.com/casbin/casbin/v2 v2.51.2
github.com/casbin/gorm-adapter/v3 v3.7.4
github.com/casbin/casbin/v2 v2.57.0
github.com/casbin/gorm-adapter/v3 v3.13.0
github.com/dchest/captcha v1.0.0
github.com/dgrijalva/jwt-go v3.2.1-0.20210802184156-9742bd7fca1c+incompatible
github.com/fsnotify/fsnotify v1.5.4
github.com/fsnotify/fsnotify v1.6.0
github.com/gin-contrib/pprof v1.4.0
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.11.0
github.com/go-playground/validator/v10 v10.11.1
github.com/gomodule/redigo v1.8.9
github.com/gorilla/websocket v1.5.0
github.com/natefinch/lumberjack v0.0.0-20201021141957-47ffae23317c
github.com/qifengzhang007/goCurl v1.3.8
github.com/rabbitmq/amqp091-go v1.4.0
github.com/spf13/cobra v1.5.0
github.com/spf13/viper v1.12.0
go.uber.org/zap v1.22.0
gorm.io/driver/mysql v1.3.5
gorm.io/driver/postgres v1.3.8
gorm.io/driver/sqlserver v1.3.2
gorm.io/gorm v1.23.8
gorm.io/plugin/dbresolver v1.2.1
github.com/rabbitmq/amqp091-go v1.5.0
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.14.0
go.uber.org/zap v1.23.0
gorm.io/driver/mysql v1.4.4
gorm.io/driver/postgres v1.4.5
gorm.io/driver/sqlserver v1.4.1
gorm.io/gorm v1.24.2
gorm.io/plugin/dbresolver v1.3.0
)
Loading

0 comments on commit 1568caa

Please sign in to comment.