build pb shell

This commit is contained in:
2026-09-22 22:25:39 +08:00
parent fcd795673d
commit b8ff9acc3d
45 changed files with 5277 additions and 3986 deletions

15
tools/go.mod Normal file
View File

@@ -0,0 +1,15 @@
module bsm/full/tools
go 1.27.1
tool (
google.golang.org/grpc/cmd/protoc-gen-go-grpc
git.apinb.com/bsm-tools/protoc-gen-markdown
git.apinb.com/bsm-tools/protoc-gen-slc
git.apinb.com/bsm-tools/protoc-gen-ts
github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway
github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2
github.com/pepabo/protoc-gen-go-client
google.golang.org/grpc/cmd/protoc-gen-go-grpc
google.golang.org/protobuf/cmd/protoc-gen-go
)