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:
Moritz Poldrack 2022-04-21 20:23:21 +02:00
parent a92f6abc6e
commit 3023323528
No known key found for this signature in database
GPG key ID: 6A88F42508AB4FC6
4 changed files with 84 additions and 186 deletions

View file

@ -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"