From 5b2ddd70faaa10d19c5e60a53f897da0a609b76d Mon Sep 17 00:00:00 2001
From: Malte Bauch <malte.bauch@stud.h-da.de>
Date: Mon, 13 Dec 2021 16:19:37 +0100
Subject: [PATCH] add dependency for custom protobuf annotations supported by
 protoc-gen-openapiv2

---
 proto/buf.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/proto/buf.yaml b/proto/buf.yaml
index 732d25a..5040f7d 100644
--- a/proto/buf.yaml
+++ b/proto/buf.yaml
@@ -1,6 +1,7 @@
 version: v1
 deps:
   - buf.build/googleapis/googleapis
+  - buf.build/grpc-ecosystem/grpc-gateway
 lint:
   use:
     - DEFAULT
-- 
GitLab