refactor: centralize protobuf and remove go-zero

This commit is contained in:
2026-08-09 15:10:19 +08:00
parent 5cc5fd92ed
commit 4bbed3156c
357 changed files with 14208 additions and 19903 deletions

7
protobuf/go.mod Normal file
View File

@@ -0,0 +1,7 @@
module bsm/full/protobuf
go 1.26.5
replace git.apinb.com/bsm-sdk/core => D:/work/bsm-sdk/core
require google.golang.org/protobuf v1.36.11