feat 修改model名称

This commit is contained in:
2026-01-07 15:15:26 +08:00
parent 95c30bf081
commit dc394945fb
12 changed files with 20 additions and 20 deletions

4
go.mod
View File

@@ -3,7 +3,7 @@ module git.hlsq.asia/mmorpg/service-robot
go 1.23.1
require (
common v0.0.0-00010101000000-000000000000
git.hlsq.asia/mmorpg/service-common v0.0.0-20260107061047-e02e56781e78
github.com/gorilla/websocket v1.5.3
github.com/judwhite/go-svc v1.2.1
google.golang.org/protobuf v1.36.9
@@ -65,5 +65,3 @@ require (
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace common => ../common