From ed87367edddf1a51f159bc2d31e048e0b306832d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 27 Jun 2026 11:47:00 +0200 Subject: [PATCH] chore(deps): update module github.com/oapi-codegen/runtime to v1.4.2 (#29) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime) | `v1.4.1` → `v1.4.2` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2foapi-codegen%2fruntime/v1.4.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2foapi-codegen%2fruntime/v1.4.1/v1.4.2?slim=true) | --- ### Release Notes
oapi-codegen/runtime (github.com/oapi-codegen/runtime) ### [`v1.4.2`](https://github.com/oapi-codegen/runtime/releases/tag/v1.4.2): Bug fix for required parameters [Compare Source](https://github.com/oapi-codegen/runtime/compare/v1.4.1...v1.4.2) This is a bug fix to address a regression introduced in oapi-codegen v2.7.0 #### 🐛 Bug fixes - Add missing required parameter detection ([#​135](https://github.com/oapi-codegen/runtime/issues/135)) [@​mromaszewicz](https://github.com/mromaszewicz) #### Sponsors We would like to thank our sponsors for their support during this release.

DevZero logo

Cybozu logo

--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.t000-n.de/t.behrendt/ionosDnsClient/pulls/29 Reviewed-by: t.behrendt <2+t.behrendt@noreply.localhost> Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5b291b7..1ff7afc 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module gitea.t000-n.de/t.behrendt/ionosDnsClient go 1.24.0 -require github.com/oapi-codegen/runtime v1.4.1 +require github.com/oapi-codegen/runtime v1.4.2 require ( github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect diff --git a/go.sum b/go.sum index d433e2e..9c1b3eb 100644 --- a/go.sum +++ b/go.sum @@ -22,6 +22,8 @@ github.com/oapi-codegen/runtime v1.4.0 h1:KLOSFOp7UzkbS7Cs1ms6NBEKYr0WmH2wZG0KKb github.com/oapi-codegen/runtime v1.4.0/go.mod h1:5sw5fxCDmnOzKNYmkVNF8d34kyUeejJEY8HNT2WaPec= github.com/oapi-codegen/runtime v1.4.1 h1:9nwLoI+KrWxzbBcp0jO/R8uXqbik/HUyCvPeU68Y/qo= github.com/oapi-codegen/runtime v1.4.1/go.mod h1:GwV7hC2hviaMzj+ITfHVRESK5J2W/GefVwIND/bMGvU= +github.com/oapi-codegen/runtime v1.4.2 h1:GMxFVYLzoYLua+/KvzgSphkyK1lLTReQI9Vf4hvATKE= +github.com/oapi-codegen/runtime v1.4.2/go.mod h1:GwV7hC2hviaMzj+ITfHVRESK5J2W/GefVwIND/bMGvU= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad/go.mod h1:qLr4V1qq6nMqFKkMo8ZTx3f+BZEkzsRUY10Xsm2mwU0=