From 12998341e2659156fb4be7a5f826a3826b0ad7c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 01:36:52 +0000 Subject: [PATCH] build(deps): update grpc-gateway to v2.25.1 --- buf.gen.yaml | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buf.gen.yaml b/buf.gen.yaml index 0d9b5543475..463a2fe00ff 100644 --- a/buf.gen.yaml +++ b/buf.gen.yaml @@ -25,14 +25,14 @@ plugins: - generate_dependencies # renovate: datasource=github-releases depName=grpc-ecosystem/grpc-gateway - - plugin: buf.build/grpc-ecosystem/gateway:v2.22.0 + - plugin: buf.build/grpc-ecosystem/gateway:v2.25.1 out: gen/proto/go opt: - paths=source_relative - generate_unbound_methods=true # renovate: datasource=github-releases depName=grpc-ecosystem/grpc-gateway - - plugin: buf.build/grpc-ecosystem/openapiv2:v2.22.0 + - plugin: buf.build/grpc-ecosystem/openapiv2:v2.25.1 out: gen/proto/swagger opt: - allow_merge=false diff --git a/go.mod b/go.mod index 54420dfabad..fbf9caf54c7 100644 --- a/go.mod +++ b/go.mod @@ -25,7 +25,7 @@ require ( github.com/google/uuid v1.6.0 github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.2.0 - github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 + github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 github.com/ianlancetaylor/demangle v0.0.0-20240912202439-0a2b6291aafd github.com/improbable-eng/grpc-web v0.15.0 github.com/klauspost/compress v1.17.11