修复:为 user-svc 添加健康检查和启动顺序控制
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module backend/services/user-svc
|
||||
module user-svc
|
||||
|
||||
go 1.26.1
|
||||
go 1.25.8
|
||||
|
||||
require (
|
||||
github.com/google/uuid v1.6.0
|
||||
@@ -8,4 +8,9 @@ require (
|
||||
golang.org/x/crypto v0.20.0
|
||||
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