Vendor protoc-gen-openapiv2 CMD

This commit is contained in:
Mustafa Gezen 2023-08-25 18:45:28 +02:00
parent 06211bf2d2
commit 06947e49e9
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ package peridot
import (
// grpc-gateway
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway"
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2"
_ "github.com/grpc-ecosystem/grpc-gateway/v2/runtime"
// api-linter
_ "github.com/googleapis/api-linter/cmd/api-linter"