feat 修改model名称

This commit is contained in:
2026-01-07 15:15:25 +08:00
parent 46839cd11b
commit a4f40eca2f
29 changed files with 92 additions and 92 deletions

6
go.mod
View File

@@ -1,10 +1,10 @@
module gateway
module git.hlsq.asia/mmorpg/service-gateway
go 1.23.1
require (
bou.ke/monkey v1.0.2
common v0.0.0-00010101000000-000000000000
git.hlsq.asia/mmorpg/service-common v0.0.0-20260107061047-e02e56781e78
github.com/alicebob/miniredis/v2 v2.35.0
github.com/gin-contrib/cors v1.7.6
github.com/gin-gonic/gin v1.11.0
@@ -99,5 +99,3 @@ require (
gorm.io/driver/mysql v1.6.0 // indirect
gorm.io/gorm v1.31.1 // indirect
)
replace common => ../common