Skip to content

Commit 5534187

Browse files
authored
fix(deps): Update module github.com/grpc-ecosystem/go-grpc-middleware/v2 to v2.3.1 (#2136)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/grpc-ecosystem/go-grpc-middleware/v2](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware) | require | minor | `v2.2.0` -> `v2.3.1` | --- ### Release Notes <details> <summary>grpc-ecosystem/go-grpc-middleware (github.com/grpc-ecosystem/go-grpc-middleware/v2)</summary> ### [`v2.3.1`](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/releases/tag/v2.3.1) [Compare Source](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/compare/v2.3.0...v2.3.1) #### What's Changed - Return uint64 from exponentBase2 function by [@&#8203;fesiqueira](https://redirect.github.com/fesiqueira) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/753](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/753) - add build tag to disable tracing by [@&#8203;rashmi-tondare](https://redirect.github.com/rashmi-tondare) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/754](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/754) #### New Contributors - [@&#8203;fesiqueira](https://redirect.github.com/fesiqueira) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/753](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/753) - [@&#8203;rashmi-tondare](https://redirect.github.com/rashmi-tondare) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/754](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/754) **Full Changelog**: grpc-ecosystem/go-grpc-middleware@v2.3.0...v2.3.1 ### [`v2.3.0`](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/releases/tag/v2.3.0) [Compare Source](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/compare/v2.2.0...v2.3.0) #### What's Changed - logging: add AddFields by [@&#8203;kindermoumoute](https://redirect.github.com/kindermoumoute) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/739](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/739) - logging: store the propagated context in the reporter by [@&#8203;kindermoumoute](https://redirect.github.com/kindermoumoute) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/740](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/740) - Add skip_healthchecks logging example by [@&#8203;bkane-msft](https://redirect.github.com/bkane-msft) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/742](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/742) - grpc_retry backoff overflow by [@&#8203;JacobSMoller](https://redirect.github.com/JacobSMoller) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/747](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/747) - defer cancel() leaks memory by [@&#8203;JacobSMoller](https://redirect.github.com/JacobSMoller) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/748](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/748) - protovalidate: support new protovalidate-go Validator interface by [@&#8203;zchee](https://redirect.github.com/zchee) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/746](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/746) #### New Contributors - [@&#8203;bkane-msft](https://redirect.github.com/bkane-msft) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/742](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/742) - [@&#8203;JacobSMoller](https://redirect.github.com/JacobSMoller) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/747](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/747) - [@&#8203;zchee](https://redirect.github.com/zchee) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/746](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/746) **Full Changelog**: grpc-ecosystem/go-grpc-middleware@v2.2.0...v2.3.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent efb8813 commit 5534187

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/simple_plugin/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ require (
4343
github.com/goccy/go-json v0.10.5 // indirect
4444
github.com/google/flatbuffers v25.2.10+incompatible // indirect
4545
github.com/google/uuid v1.6.0 // indirect
46-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.2.0 // indirect
46+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.1 // indirect
4747
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 // indirect
4848
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
4949
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect

examples/simple_plugin/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
8989
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
9090
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
9191
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
92-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.2.0 h1:kQ0NI7W1B3HwiN5gAYtY+XFItDPbLBwYRxAqbFTyDes=
93-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.2.0/go.mod h1:zrT2dxOAjNFPRGjTUe2Xmb4q4YdUwVvQFV6xiCSf+z0=
92+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.1 h1:KcFzXwzM/kGhIRHvc8jdixfIJjVzuUJdnv+5xsPutog=
93+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.1/go.mod h1:qOchhhIlmRcqk/O9uCo/puJlyo07YINaIqdZfZG3Jkc=
9494
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 h1:VNqngBF40hVlDloBruUehVYC3ArSgIyScOAyMRqBxRg=
9595
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1/go.mod h1:RBRO7fro65R6tjKzYgLAFo0t1QEXY1Dp+i/bvpRiqiQ=
9696
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/golang/mock v1.6.0
2020
github.com/google/go-cmp v0.7.0
2121
github.com/google/uuid v1.6.0
22-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.2.0
22+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.1
2323
github.com/hashicorp/go-retryablehttp v0.7.7
2424
github.com/invopop/jsonschema v0.13.0
2525
github.com/mitchellh/hashstructure/v2 v2.0.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
9191
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
9292
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
9393
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
94-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.2.0 h1:kQ0NI7W1B3HwiN5gAYtY+XFItDPbLBwYRxAqbFTyDes=
95-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.2.0/go.mod h1:zrT2dxOAjNFPRGjTUe2Xmb4q4YdUwVvQFV6xiCSf+z0=
94+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.1 h1:KcFzXwzM/kGhIRHvc8jdixfIJjVzuUJdnv+5xsPutog=
95+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.1/go.mod h1:qOchhhIlmRcqk/O9uCo/puJlyo07YINaIqdZfZG3Jkc=
9696
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 h1:VNqngBF40hVlDloBruUehVYC3ArSgIyScOAyMRqBxRg=
9797
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1/go.mod h1:RBRO7fro65R6tjKzYgLAFo0t1QEXY1Dp+i/bvpRiqiQ=
9898
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=

0 commit comments

Comments
 (0)