修复:为 user-svc 添加健康检查和启动顺序控制
This commit is contained in:
11
backend/services/user-svc/proto/go.mod
Normal file
11
backend/services/user-svc/proto/go.mod
Normal file
@@ -0,0 +1,11 @@
|
||||
module user-svc/proto
|
||||
|
||||
go 1.25.8
|
||||
|
||||
require (
|
||||
google.golang.org/grpc v1.64.0
|
||||
google.golang.org/protobuf v1.33.0
|
||||
shared v0.0.0
|
||||
)
|
||||
|
||||
replace shared => /shared
|
||||
Reference in New Issue
Block a user