From 2673c73775d4174e1ef096c44868b2972342af18 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 14 Dec 2025 23:03:23 +0100 Subject: [PATCH] chore(deps): update module github.com/oapi-codegen/runtime to v1.1.2 (#8) 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.1.1` -> `v1.1.2` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2foapi-codegen%2fruntime/v1.1.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2foapi-codegen%2fruntime/v1.1.1/v1.1.2?slim=true) | --- ### Release Notes
oapi-codegen/runtime (github.com/oapi-codegen/runtime) ### [`v1.1.2`](https://github.com/oapi-codegen/runtime/releases/tag/v1.1.2): : fixes for `map`s and `x-go-type-skip-optional-pointer` [Compare Source](https://github.com/oapi-codegen/runtime/compare/v1.1.1...v1.1.2) #### 🐛 Bug fixes - Fix [#​70](https://github.com/oapi-codegen/runtime/issues/70): Use %w formatting directives when fmt.Error'ing an error. ([#​71](https://github.com/oapi-codegen/runtime/issues/71)) [@​constantoine](https://github.com/constantoine) - Fix BindQueryParameter for optional parameters ([#​48](https://github.com/oapi-codegen/runtime/issues/48)) [@​TelpeNight](https://github.com/TelpeNight) - fix: make BindQueryParameter play along with x-go-type-skip-optional-pointer ([#​47](https://github.com/oapi-codegen/runtime/issues/47)) [@​swistakm](https://github.com/swistakm) - fix: correctly handle `map`s with different value types when binding ([#​38](https://github.com/oapi-codegen/runtime/issues/38)) [@​andnow873](https://github.com/andnow873) #### 👻 Maintenance - docs(sponsors): add `FUNDING.yml` ([#​46](https://github.com/oapi-codegen/runtime/issues/46)) [@​jamietanna](https://github.com/jamietanna) - Simplify CI build matrix + build against Go 1.22 ([#​33](https://github.com/oapi-codegen/runtime/issues/33)) [@​jamietanna](https://github.com/jamietanna) #### 📦 Dependency updates - chore(deps): pin dependencies ([#​63](https://github.com/oapi-codegen/runtime/issues/63)) [@​renovate](https://github.com/renovate) #### Sponsors We would like to thank our sponsors for their support during this release.

DevZero logo

Speakeasy logo

Elastic logo

Cybozu logo

Livepeer logo

--- ### Configuration 📅 **Schedule**: 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 [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.t000-n.de/t.behrendt/ionosDnsClient/pulls/8 Reviewed-by: t.behrendt 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 ef0e771..6947cac 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module gitea.t000-n.de/t.behrendt/ionosDnsClient go 1.23.5 -require github.com/oapi-codegen/runtime v1.1.1 +require github.com/oapi-codegen/runtime v1.1.2 require ( github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect diff --git a/go.sum b/go.sum index 1ab0184..5406943 100644 --- a/go.sum +++ b/go.sum @@ -10,6 +10,8 @@ github.com/google/uuid v1.5.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/juju/gnuflag v0.0.0-20171113085948-2ce1bb71843d/go.mod h1:2PavIy+JPciBPrBUjwbNvtwB6RQlve+hkpll6QSNmOE= github.com/oapi-codegen/runtime v1.1.1 h1:EXLHh0DXIJnWhdRPN2w4MXAzFyE4CskzhNLUmtpMYro= github.com/oapi-codegen/runtime v1.1.1/go.mod h1:SK9X900oXmPWilYR5/WKPzt3Kqxn/uS/+lbpREv+eCg= +github.com/oapi-codegen/runtime v1.1.2 h1:P2+CubHq8fO4Q6fV1tqDBZHCwpVpvPg7oKiYzQgXIyI= +github.com/oapi-codegen/runtime v1.1.2/go.mod h1:SK9X900oXmPWilYR5/WKPzt3Kqxn/uS/+lbpREv+eCg= 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=