Skip to content

Commit

Permalink
build(deps): update grpc-gateway to v2.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2024
1 parent 55d58ef commit 1299834
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1299834

Please sign in to comment.