remove necessary buf installation
This commit adds buf as a regular dependency and go running it instead of requiring installing buf to one's own GOBIN.
This commit is contained in:
parent
a92f6abc6e
commit
3023323528
4 changed files with 84 additions and 186 deletions
1
tools.go
1
tools.go
|
@ -4,6 +4,7 @@
|
|||
package tools
|
||||
|
||||
import (
|
||||
_ "github.com/bufbuild/buf/cmd/buf"
|
||||
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway"
|
||||
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2"
|
||||
_ "github.com/infobloxopen/protoc-gen-gorm"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue