This commit is contained in:
jamesread 2021-10-18 09:22:23 +01:00
parent eb147d6737
commit 4e89b34ea4
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ go-tools:
go install "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2" go install "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2"
go install "google.golang.org/grpc/cmd/protoc-gen-go-grpc" go install "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
go install "google.golang.org/protobuf/cmd/protoc-gen-go" go install "google.golang.org/protobuf/cmd/protoc-gen-go"
go install "github.com/fzipp/gocyclo/cmd/gocyclo@latest"
grpc: go-tools grpc: go-tools
buf generate buf generate