From 3f0fd7cb270e3bae8fe5690cfd9435a9df3b63be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 01:18:07 +0000 Subject: [PATCH] ci(deps): update dependency grpc-ecosystem/grpc-gateway to v2.21.0 --- buf.gen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buf.gen.yaml b/buf.gen.yaml index 1dcecd6..ca04f66 100644 --- a/buf.gen.yaml +++ b/buf.gen.yaml @@ -6,7 +6,7 @@ plugins: - plugin: buf.build/grpc/go:v1.2.0 out: gen/go opt: paths=source_relative -- name: buf.build/grpc-ecosystem/gateway:v2.18.0 +- name: buf.build/grpc-ecosystem/gateway:v2.21.0 out: ./gen/go opt: paths=source_relative - plugin: buf.build/grpc/python:v1.59.0