Skip to content

Commit f94a60c

Browse files
Bump github.com/grpc-ecosystem/grpc-gateway/v2 in /src
Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.23.0 to 2.24.0. - [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases) - [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml) - [Commits](grpc-ecosystem/grpc-gateway@v2.23.0...v2.24.0) --- updated-dependencies: - dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5639d3e commit f94a60c

File tree

6 files changed

+26
-9
lines changed

6 files changed

+26
-9
lines changed

src/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module code.cloudfoundry.org/log-cache
22

33
go 1.22.0
4-
54
toolchain go1.22.10
65

76
require (
@@ -16,7 +15,7 @@ require (
1615
github.com/cloudfoundry/gosigar v1.3.79
1716
github.com/dvsekhvalnov/jose2go v1.8.0
1817
github.com/emirpasic/gods v1.18.1
19-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0
18+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0
2019
github.com/influxdata/go-syslog/v3 v3.0.1-0.20210608084020-ac565dc76ba6
2120
github.com/onsi/ginkgo/v2 v2.22.0
2221
github.com/onsi/gomega v1.36.0

src/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ github.com/gophercloud/gophercloud v0.3.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEo
222222
github.com/gregjones/httpcache v0.0.0-20170728041850-787624de3eb7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA=
223223
github.com/grpc-ecosystem/grpc-gateway v1.9.4/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY=
224224
github.com/grpc-ecosystem/grpc-gateway v1.9.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY=
225-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 h1:ad0vkEBuk23VJzZR9nkLVG0YAoN9coASF1GusYX6AlU=
226-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0/go.mod h1:igFoXX2ELCW06bol23DWPB5BEWfZISOzSP5K2sbLea0=
225+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 h1:TmHmbvxPmaegwhDubVz0lICL0J5Ka2vwTzhoePEXsGE=
226+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0/go.mod h1:qztMSjm835F2bXf+5HKAPIS5qsmQDqZna/PgVt4rWtI=
227227
github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q=
228228
github.com/hashicorp/consul/sdk v0.1.1/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8=
229229
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=

src/vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/handler.go

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/marshaler.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/query.go

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ github.com/google/go-cmp/cmp/internal/value
120120
# github.com/google/pprof v0.0.0-20241206021119-61a79c692802
121121
## explicit; go 1.22
122122
github.com/google/pprof/profile
123-
# github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0
124-
## explicit; go 1.21
123+
# github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0
124+
## explicit; go 1.22.7
125125
github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule
126126
github.com/grpc-ecosystem/grpc-gateway/v2/runtime
127127
github.com/grpc-ecosystem/grpc-gateway/v2/utilities

0 commit comments

Comments
 (0)