feat 修改model名称
This commit is contained in:
4
go.mod
4
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user