feat: 实现用户注册功能,包括数据库表结构、gRPC 服务和业务逻辑
This commit is contained in:
11
backend/services/user-svc/go.mod
Normal file
11
backend/services/user-svc/go.mod
Normal file
@@ -0,0 +1,11 @@
|
||||
module backend/services/user-svc
|
||||
|
||||
go 1.26.1
|
||||
|
||||
require (
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/spf13/viper v1.19.0
|
||||
golang.org/x/crypto v0.20.0
|
||||
google.golang.org/grpc v1.64.0
|
||||
google.golang.org/protobuf v1.33.0
|
||||
)
|
||||
Reference in New Issue
Block a user