fixed:切换角色功能适配新版gorm

This commit is contained in:
pixelmaxQM
2024-04-14 23:43:03 +08:00
parent 1ece13c43d
commit 24db0eb5aa
3 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ require (
gorm.io/driver/mysql v1.5.6
gorm.io/driver/postgres v1.5.7
gorm.io/driver/sqlserver v1.5.1
gorm.io/gorm v1.25.7
gorm.io/gorm v1.25.9
nhooyr.io/websocket v1.8.7
)