build pb shell
This commit is contained in:
15
tools/go.mod
Normal file
15
tools/go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user