Skip to content

Commit 4c48509

Browse files
authored
fix(deps): Update module github.com/deepmap/oapi-codegen to v1.16.2 (#142)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/deepmap/oapi-codegen](https://togithub.com/deepmap/oapi-codegen) | indirect | minor | `v1.15.0` -> `v1.16.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>deepmap/oapi-codegen (github.com/deepmap/oapi-codegen)</summary> ### [`v1.16.2`](https://togithub.com/deepmap/oapi-codegen/releases/tag/v1.16.2): : Further improve documentation notices [Compare Source](https://togithub.com/deepmap/oapi-codegen/compare/v1.16.1...v1.16.2) #### What's Changed - Improve deprecation notices by [@&#8203;jamietanna](https://togithub.com/jamietanna) in [https://github.com/deepmap/oapi-codegen/pull/1337](https://togithub.com/deepmap/oapi-codegen/pull/1337) **Full Changelog**: oapi-codegen/oapi-codegen@v1.16.1...v1.16.2 ### [`v1.16.1`](https://togithub.com/deepmap/oapi-codegen/releases/tag/v1.16.1): : Ensure deprecation comments appear correctly [Compare Source](https://togithub.com/deepmap/oapi-codegen/compare/v1.16.0...v1.16.1) #### What's Changed - Fix: Ensure deprecations are parsed correctly by [@&#8203;jamietanna](https://togithub.com/jamietanna) in [https://github.com/deepmap/oapi-codegen/pull/1335](https://togithub.com/deepmap/oapi-codegen/pull/1335) **Full Changelog**: oapi-codegen/oapi-codegen@v1.16.0...v1.16.1 ### [`v1.16.0`](https://togithub.com/deepmap/oapi-codegen/releases/tag/v1.16.0): : Reduce runtime dependencies [Compare Source](https://togithub.com/deepmap/oapi-codegen/compare/v1.15.0...v1.16.0) As part of the final preparation towards the [v2 release](https://togithub.com/deepmap/oapi-codegen/discussions/1309), this release finalises the use of the new multi-repo packages, and deprecates all internal packages ahead of next week's release removing them. #### Key callouts - Migrate middleware to their own Go modules by [@&#8203;jamietanna](https://togithub.com/jamietanna) in [https://github.com/deepmap/oapi-codegen/pull/1257](https://togithub.com/deepmap/oapi-codegen/pull/1257) - Replace + deprecate `testutil` by [@&#8203;jamietanna](https://togithub.com/jamietanna) in [https://github.com/deepmap/oapi-codegen/pull/1314](https://togithub.com/deepmap/oapi-codegen/pull/1314) **Full Changelog**: oapi-codegen/oapi-codegen@v1.15.0...v1.16.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE2My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent ff6ca5f commit 4c48509

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ require (
3737
github.com/chenzhuoyu/iasm v0.9.1 // indirect
3838
github.com/cloudquery/cloudquery-api-go v1.7.2 // indirect
3939
github.com/davecgh/go-spew v1.1.1 // indirect
40-
github.com/deepmap/oapi-codegen v1.15.0 // indirect
40+
github.com/deepmap/oapi-codegen v1.16.2 // indirect
4141
github.com/fatih/structs v1.1.0 // indirect
4242
github.com/flosch/pongo2/v4 v4.0.2 // indirect
4343
github.com/gabriel-vasile/mimetype v1.4.3 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSV
6767
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
6868
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
6969
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
70-
github.com/deepmap/oapi-codegen v1.15.0 h1:SQqViaeb4k2vMul8gx12oDOIadEtoRqTdLkxjzqtQ90=
71-
github.com/deepmap/oapi-codegen v1.15.0/go.mod h1:a6KoHV7lMRwsPoEg2C6NDHiXYV3EQfiFocOlJ8dgJQE=
70+
github.com/deepmap/oapi-codegen v1.16.2 h1:xGHx0dNqYfy9gE8a7AVgVM8Sd5oF9SEgePzP+UPAUXI=
71+
github.com/deepmap/oapi-codegen v1.16.2/go.mod h1:rdYoEA2GE+riuZ91DvpmBX9hJbQpuY9wchXpfQ3n+ho=
7272
github.com/dnaeon/go-vcr v1.2.0 h1:zHCHvJYTMh1N7xnV7zf1m1GPBF9Ad0Jk/whtQ1663qI=
7373
github.com/dnaeon/go-vcr v1.2.0/go.mod h1:R4UdLID7HZT3taECzJs4YgbbH6PIGXB6W/sc5OLb6RQ=
7474
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=

0 commit comments

Comments
 (0)