refactor: centralize protobuf and remove go-zero
This commit is contained in:
15
shared/go.mod
Normal file
15
shared/go.mod
Normal file
@@ -0,0 +1,15 @@
|
||||
module bsm/full/shared
|
||||
|
||||
go 1.26.5
|
||||
|
||||
require google.golang.org/grpc v1.83.0
|
||||
|
||||
require (
|
||||
golang.org/x/net v0.55.0 // indirect
|
||||
golang.org/x/sys v0.45.0 // indirect
|
||||
golang.org/x/text v0.37.0 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa // indirect
|
||||
google.golang.org/protobuf v1.36.11 // indirect
|
||||
)
|
||||
|
||||
replace git.apinb.com/bsm-sdk/core => D:/work/bsm-sdk/core
|
||||
Reference in New Issue
Block a user