elastic / terraform-provider-ec

https://registry.terraform.io/providers/elastic/ec/latest/docs
Apache License 2.0
176 stars 89 forks source link

fix(deps): update module github.com/deepmap/oapi-codegen/v2 to v2.4.1 #844

Open elastic-renovate-prod[bot] opened 2 months ago

elastic-renovate-prod[bot] commented 2 months ago

This PR contains the following updates:

Package Type Update Change
github.com/deepmap/oapi-codegen/v2 require minor v2.1.0 -> v2.4.1

Release Notes

deepmap/oapi-codegen (github.com/deepmap/oapi-codegen/v2) ### [`v2.4.1`](https://togithub.com/oapi-codegen/oapi-codegen/releases/tag/v2.4.1): : A couple of post-release fixes [Compare Source](https://togithub.com/deepmap/oapi-codegen/compare/v2.4.0...v2.4.1) #### 🐛 Bug fixes - fix(import-mapping): don't produce unused variable when one mapping ([#​1781](https://togithub.com/deepmap/oapi-codegen/issues/1781)) [@​ottaviohartman](https://togithub.com/ottaviohartman) #### 📝 Documentation updates - docs(sponsors): clarify Elastic's 4h/mo ([#​1783](https://togithub.com/deepmap/oapi-codegen/issues/1783)) [@​jamietanna](https://togithub.com/jamietanna) #### 👻 Maintenance - build: remove patch version pinning on `go` directive ([#​1784](https://togithub.com/deepmap/oapi-codegen/issues/1784)) [@​jamietanna](https://togithub.com/jamietanna) #### Sponsors We would like to thank our sponsors for their support during this release.

DevZero logo

Speakeasy logo

Elastic logo

Cybozu logo

### [`v2.4.0`](https://togithub.com/oapi-codegen/oapi-codegen/releases/tag/v2.4.0): : OpenAPI Overlay, improved `import-mapping` functionality, and a whole host of other great things 🚀 [Compare Source](https://togithub.com/deepmap/oapi-codegen/compare/v2.3.0...v2.4.0) #### 🎉 Notable changes ##### Modifying the input OpenAPI Specification, *without needing to modify it directly* Prior to `oapi-codegen` v2.4.0, users wishing to override specific configuration, for instance taking advantage of extensions such as `x-go-type` would need to modify the OpenAPI specification they are using. In a lot of cases, this OpenAPI specification would be produced by a different team to the consumers (or even a different company) and so asking them to make changes like this were unreasonable. This would lead to the API consumers needing to vendor the specification from the producer (which is [our recommendation anyway](#https-paths)) and then make any number of local changes to the specification to make it generate code that looks reasonable. However, in the case that a consumer would update their specification, they would likely end up with a number of merge conflicts. Now, as of `oapi-codegen` v2.4.0, it is now possible to make changes to the input OpenAPI specification *without needing to modify it directly*. This takes advantage of the [OpenAPI Overlay specification](https://togithub.com/OAI/Overlay-Specification), which is a stable specification. We're very excited for y'all to be able to take advantage of this, and to be able to manipulate complex specifications you don't have control over. ##### Using a single package, with multiple OpenAPI spec for a given package Since `oapi-codegen` v2.4.0, it is now possible to split large OpenAPI specifications into the same Go package, using the "self" mapping (denoted by a `-`) when using Import Mapping. This is an improvement on the previous model, which would require splitting files across multiple packages. This should improve the ability to use a multi-file OpenAPI specification. ##### Reverting a breaking change to Strict servers using `text/plain` Changes in [https://github.com/oapi-codegen/oapi-codegen/pull/1132](https://togithub.com/oapi-codegen/oapi-codegen/pull/1132) had unintended side effects, and so we have reverted this. This will be a breaking change to anyone who *had* pulled in this change, since it landed in [v1.13.1](https://togithub.com/oapi-codegen/oapi-codegen/releases/tag/v1.13.1). ##### Minimum version of Go needed for `oapi-codegen` is now 1.21 Does what it says on the tin. This was required for a new dependency, and given Go 1.21 is now End-of-Life, this isn't *too* bad a requirement, without requiring folks unnecessarily bump their minimum supported version higher. ##### Starting work towards the OpenSSF Best Practices badge As a means to better understand the compliance of `oapi-codegen` with [OpenSSF's Best Practices](https://www.bestpractices.dev/en) guide, we've started work towards the "passing" badge. [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9450/badge)](https://www.bestpractices.dev/projects/9450) This gives us some insight into where we have gaps, and makes it known for our users, too. ##### PR Builds now have required status checks Previously, PR builds did not have a required status check. Although as maintainers we would only merge changes after the CI checks had passed, this now gives us - and you as our users - greater confidence in the stability of the project. Previously raised PRs - before 2024-09-20 - will need to merge in the latest changes in `main` before these status checks will pass. #### 🚀 New features and improvements - feat: allow `import-mapping` to the current package ([#​1774](https://togithub.com/deepmap/oapi-codegen/issues/1774)) [@​jamietanna](https://togithub.com/jamietanna) [@​djgilcrease](https://togithub.com/djgilcrease) - feat(std-http): accept `Mux` interface instead of `*http.ServeMux` ([#​1720](https://togithub.com/deepmap/oapi-codegen/issues/1720)) [@​sonalys](https://togithub.com/sonalys) - feat: handle `<` and `>` in property or type names ([#​1740](https://togithub.com/deepmap/oapi-codegen/issues/1740)) [@​ansoni](https://togithub.com/ansoni) - feat: add support for OpenAPI Overlay ([#​1727](https://togithub.com/deepmap/oapi-codegen/issues/1727)) [@​jamietanna](https://togithub.com/jamietanna) - feat(extension): add `x-oapi-codegen-only-honour-go-name` ([#​1697](https://togithub.com/deepmap/oapi-codegen/issues/1697)) [@​jamietanna](https://togithub.com/jamietanna) #### 🐛 Bug fixes - Revert "fix(template): fix strict-interface template to make sure text response content type uses string type ([#​1132](https://togithub.com/deepmap/oapi-codegen/issues/1132))" ([#​1773](https://togithub.com/deepmap/oapi-codegen/issues/1773)) [@​jamietanna](https://togithub.com/jamietanna) - fix: correctly generate structs and properties for `anyOf`s ([#​1178](https://togithub.com/deepmap/oapi-codegen/issues/1178)) [@​daleef-rahman](https://togithub.com/daleef-rahman) - fix(cookies): wrap `cookie` variables in block scope ([#​1687](https://togithub.com/deepmap/oapi-codegen/issues/1687)) [@​andremarianiello](https://togithub.com/andremarianiello) - fix(extensions): use the `x-order` from next to `$ref`, if present ([#​1700](https://togithub.com/deepmap/oapi-codegen/issues/1700)) [@​paulmach](https://togithub.com/paulmach) - fix(oapi-codegen): add missing newline to error when swagger spec load fails ([oapi-codegen#1688](https://togithub.com/oapi-codegen/oapi-codegen/issues/1688)) ([#​1690](https://togithub.com/deepmap/oapi-codegen/issues/1690)) [@​willbuckner](https://togithub.com/willbuckner) #### 📝 Documentation updates - docs: correct wording of heading ([#​1776](https://togithub.com/deepmap/oapi-codegen/issues/1776)) [@​jamietanna](https://togithub.com/jamietanna) - docs: remove `deepmap/oapi-codegen` references ([#​1771](https://togithub.com/deepmap/oapi-codegen/issues/1771)) [@​jamietanna](https://togithub.com/jamietanna) - docs(tests): add an example of using `in: cookie` ([#​1770](https://togithub.com/deepmap/oapi-codegen/issues/1770)) [@​jamietanna](https://togithub.com/jamietanna) - docs(sponsors): add Cybozu ([#​1768](https://togithub.com/deepmap/oapi-codegen/issues/1768)) [@​jamietanna](https://togithub.com/jamietanna) - docs: add link to OpenSSF Best Practices badge ([#​1761](https://togithub.com/deepmap/oapi-codegen/issues/1761)) [@​jamietanna](https://togithub.com/jamietanna) - Update CONTRIBUTING.md ([#​1750](https://togithub.com/deepmap/oapi-codegen/issues/1750)) [@​joeriddles](https://togithub.com/joeriddles) - docs(overlay): improve Overlay docs ([#​1749](https://togithub.com/deepmap/oapi-codegen/issues/1749)) [@​jamietanna](https://togithub.com/jamietanna) - Fix usage YAML example schema path in README.md ([#​1748](https://togithub.com/deepmap/oapi-codegen/issues/1748)) [@​gren236](https://togithub.com/gren236) - Update link for DevZero ([#​1716](https://togithub.com/deepmap/oapi-codegen/issues/1716)) [@​dray92](https://togithub.com/dray92) - Update speakeasy URL on oapi-codegen ([#​1707](https://togithub.com/deepmap/oapi-codegen/issues/1707)) [@​ndimares](https://togithub.com/ndimares) - docs(sponsors): add Elastic ([#​1667](https://togithub.com/deepmap/oapi-codegen/issues/1667)) [@​jamietanna](https://togithub.com/jamietanna) - docs(sponsors): add `FUNDING.yml` ([#​1661](https://togithub.com/deepmap/oapi-codegen/issues/1661)) [@​jamietanna](https://togithub.com/jamietanna) - docs(sponsors): add Speakeasy ([#​1649](https://togithub.com/deepmap/oapi-codegen/issues/1649)) [@​jamietanna](https://togithub.com/jamietanna) - docs: correct module path replacements ([#​1657](https://togithub.com/deepmap/oapi-codegen/issues/1657)) [@​jamietanna](https://togithub.com/jamietanna) - docs: clarify module version installations ([#​1653](https://togithub.com/deepmap/oapi-codegen/issues/1653)) [@​jamietanna](https://togithub.com/jamietanna) #### 👻 Maintenance - build: check results of matrix jobs ([#​1769](https://togithub.com/deepmap/oapi-codegen/issues/1769)) [@​jamietanna](https://togithub.com/jamietanna) - build: require Go 1.21 to build ([#​1728](https://togithub.com/deepmap/oapi-codegen/issues/1728)) [@​jamietanna](https://togithub.com/jamietanna) - build: validate against Go 1.23 ([#​1724](https://togithub.com/deepmap/oapi-codegen/issues/1724)) [@​jamietanna](https://togithub.com/jamietanna) - chore: make it possible to provide detailed config validation errors ([#​1699](https://togithub.com/deepmap/oapi-codegen/issues/1699)) [@​jamietanna](https://togithub.com/jamietanna) - chore: remove accidental compiled binary ([#​1698](https://togithub.com/deepmap/oapi-codegen/issues/1698)) [@​jamietanna](https://togithub.com/jamietanna) - Avoid extra http.Request allocation (stdhttp, chi, gorilla) ([#​1673](https://togithub.com/deepmap/oapi-codegen/issues/1673)) [@​gaiaz-iusipov](https://togithub.com/gaiaz-iusipov) - chore: correct Release Drafter branch ([#​1654](https://togithub.com/deepmap/oapi-codegen/issues/1654)) [@​jamietanna](https://togithub.com/jamietanna) #### 📦 Dependency updates
9 changes - chore(deps): update module github.com/golangci/golangci-lint to v1.61.0 ([#​1753](https://togithub.com/deepmap/oapi-codegen/issues/1753)) [@​renovate](https://togithub.com/renovate) - fix(deps): update module golang.org/x/text to v0.18.0 ([#​1640](https://togithub.com/deepmap/oapi-codegen/issues/1640)) [@​renovate](https://togithub.com/renovate) - chore(deps): update module github.com/golangci/golangci-lint to v1.60.3 ([#​1735](https://togithub.com/deepmap/oapi-codegen/issues/1735)) [@​renovate](https://togithub.com/renovate) - chore(deps): update module github.com/golangci/golangci-lint to v1.60.2 ([#​1731](https://togithub.com/deepmap/oapi-codegen/issues/1731)) [@​renovate](https://togithub.com/renovate) - fix(deps): update module github.com/getkin/kin-openapi to v0.127.0 ([#​1711](https://togithub.com/deepmap/oapi-codegen/issues/1711)) [@​renovate](https://togithub.com/renovate) - chore(deps): update module github.com/golangci/golangci-lint to v1.60.1 ([#​1725](https://togithub.com/deepmap/oapi-codegen/issues/1725)) [@​renovate](https://togithub.com/renovate) - fix(deps): update module github.com/getkin/kin-openapi to v0.126.0 ([#​1689](https://togithub.com/deepmap/oapi-codegen/issues/1689)) [@​renovate](https://togithub.com/renovate) - fix(deps): update module github.com/getkin/kin-openapi to v0.125.0 ([#​1659](https://togithub.com/deepmap/oapi-codegen/issues/1659)) [@​renovate](https://togithub.com/renovate) - chore(deps): update module github.com/golangci/golangci-lint to v1.59.1 ([#​1658](https://togithub.com/deepmap/oapi-codegen/issues/1658)) [@​renovate](https://togithub.com/renovate)
#### Sponsors We would like to thank our sponsors for their support during this release.

DevZero logo

Speakeasy logo

Elastic logo

Cybozu logo

### [`v2.3.0`](https://togithub.com/oapi-codegen/oapi-codegen/releases/tag/v2.3.0): Updates related to repository move [Compare Source](https://togithub.com/deepmap/oapi-codegen/compare/v2.2.0...v2.3.0) With this version, `oapi-codegen` consolidates all code under `github.com/oapi-codegen`. When you install the core tool, please use this new location, `github.com/oapi-codegen/oapi-codegen/v2` starting with version `v2.3.0`, but continue to use `github.com/deepmap/oapi-codegen/v2` with any earlier release. This release contains changes to import paths, go.mod and the README. #### What's Changed - chore(deps): update middleware dependencies by [@​jamietanna](https://togithub.com/jamietanna) in [https://github.com/oapi-codegen/oapi-codegen/pull/1636](https://togithub.com/oapi-codegen/oapi-codegen/pull/1636) - Rename module post-move by [@​mromaszewicz](https://togithub.com/mromaszewicz) in [https://github.com/oapi-codegen/oapi-codegen/pull/1643](https://togithub.com/oapi-codegen/oapi-codegen/pull/1643) - Update README by [@​mromaszewicz](https://togithub.com/mromaszewicz) in [https://github.com/oapi-codegen/oapi-codegen/pull/1646](https://togithub.com/oapi-codegen/oapi-codegen/pull/1646) - Update readme with install instrctions by [@​mromaszewicz](https://togithub.com/mromaszewicz) in [https://github.com/oapi-codegen/oapi-codegen/pull/1652](https://togithub.com/oapi-codegen/oapi-codegen/pull/1652) **Full Changelog**: https://github.com/oapi-codegen/oapi-codegen/compare/v2.2.0...v2.3.0 ### [`v2.2.0`](https://togithub.com/oapi-codegen/oapi-codegen/releases/tag/v2.2.0): : Pure-Go 1.22+ server, documentation overhaul. JSON schema and several bug fixes [Compare Source](https://togithub.com/deepmap/oapi-codegen/compare/v2.1.0...v2.2.0) #### Big announcements In case you've missed it, we've got a few big announcements as maintainers of `oapi-codegen` which we'd recommend you read in more depth. - [`oapi-codegen` is moving to its own org ](https://togithub.com/deepmap/oapi-codegen/discussions/1605) - This is from release v2.3.0, but will be enacted likely before you get a chance to read these release notes, as we want to migrate everything to the same org ASAP - [Creating a more sustainable model for `oapi-codegen` in the future](https://togithub.com/deepmap/oapi-codegen/discussions/1606) - Please consider looking at sponsoring the maintenance that we do on the project. We'd also like to thank our sponsors for this release: DevZero logo #### 🔊 Notable features The v2.2.0 release was largely focussed on the following big changes, alongside a number of other bug fixes. ##### Generate a pure Go 1.22+ `net/http` server With Go 1.22+'s [enhanced routing](https://go.dev/blog/routing-enhancements), it's now easier than ever to be able to write a pure-Go HTTP service, and thanks to a contribution from [@​thedadams](https://togithub.com/thedadams) we now have a `std-http-server`, further documented in [the Supported Servers section in the README](https://togithub.com/deepmap/oapi-codegen/blob/v2.2.0/README.md#supported-servers). > \[!NOTE] > Not seeing this working, i.e. seeing a `404 page not found`? Make sure that the `go` directive in your project's `go.mod` is updated! > > [In the future](https://togithub.com/deepmap/oapi-codegen/issues/1628) we're going to see if we can preemptively warn you if you're not quite set up correctly. ##### Documentation overhaul A *significant* undertaking in this release was to rewrite pretty much every line of documentation we had, as well as introducing a number of additional examples and test cases. We're excited to hear your feedback on the new structure of the README, the additional docs added, and whether there are any additional examples that may be of use. ##### JSON Schema configuration In the spirit of documentation, we now also have [a JSON schema](https://togithub.com/deepmap/oapi-codegen/blob/v2.2.0/configuration-schema.json) which can be found further documented in the [Usage section in the README](https://togithub.com/deepmap/oapi-codegen/blob/v2.2.0/README.md#usage). This not only gives a separate definition of fields and their meaning, but it can be used with IDEs for autocompletion and validation, allowing for a much better Developer Experience. ##### kin-openapi upgrade A few big upgrades have come in [kin-openapi](https://togithub.com/getkin/kin-openapi), which we use for the underlying OpenAPI parsing and validation, which included a significant breaking change that meant that consumers of `oapi-codegen` couldn't upgrade the kin-openapi version until we had made changes in `oapi-codegen`. This has additionally been set up [as an FAQ](https://togithub.com/deepmap/oapi-codegen/blob/v2.2.0/README.md#ive-just-updated-my-version-of-kin-openapi-and-now-i-cant-build-my-code-) as it's one we commonly get. #### 🚀 New features and improvements - feat: add ability to tweak generated names (including use of initialisms) ([#​1041](https://togithub.com/deepmap/oapi-codegen/issues/1041)) [@​wtertius](https://togithub.com/wtertius) - docs: revamp README, add a CONTRIBUTING.md and add a JSON Schema for configuration files ([#​1485](https://togithub.com/deepmap/oapi-codegen/issues/1485)) [@​jamietanna](https://togithub.com/jamietanna) - feat: add support for Go 1.22+ net/http routing ([#​1475](https://togithub.com/deepmap/oapi-codegen/issues/1475)) [@​thedadams](https://togithub.com/thedadams) #### 🐛 Bug fixes - Bug: using x-go-type-name results in missing types ([#​1397](https://togithub.com/deepmap/oapi-codegen/issues/1397)) [@​jamesphillpotts-fr](https://togithub.com/jamesphillpotts-fr) - fix: correctly register Fiber middleware ([#​1615](https://togithub.com/deepmap/oapi-codegen/issues/1615)) [@​jamietanna](https://togithub.com/jamietanna) - fix: ensure we pre-import `nullable` ([#​1585](https://togithub.com/deepmap/oapi-codegen/issues/1585)) [@​jamietanna](https://togithub.com/jamietanna) - Prefactor: Changes from [#​1475](https://togithub.com/deepmap/oapi-codegen/issues/1475) ([#​1480](https://togithub.com/deepmap/oapi-codegen/issues/1480)) [@​jamietanna](https://togithub.com/jamietanna) - Ensure docstring comment names are set correctly ([#​1457](https://togithub.com/deepmap/oapi-codegen/issues/1457)) [@​ConorPKeegan](https://togithub.com/ConorPKeegan) #### 📝 Documentation updates - docs(sponsors): add a Sponsors section in README ([#​1635](https://togithub.com/deepmap/oapi-codegen/issues/1635)) [@​jamietanna](https://togithub.com/jamietanna) - docs(examples): document how to set up authenticated middleware with a non-`echo` server ([#​1627](https://togithub.com/deepmap/oapi-codegen/issues/1627)) [@​jamietanna](https://togithub.com/jamietanna) - docs(extensions): add missing `x-go-type-name` docs ([#​1616](https://togithub.com/deepmap/oapi-codegen/issues/1616)) [@​jamietanna](https://togithub.com/jamietanna) - chore: log warning when using 3.1.x ([#​1592](https://togithub.com/deepmap/oapi-codegen/issues/1592)) [@​jamietanna](https://togithub.com/jamietanna) - docs: link to blog post for syncing vendored specs ([#​1580](https://togithub.com/deepmap/oapi-codegen/issues/1580)) [@​jamietanna](https://togithub.com/jamietanna) - docs: correct `std-http-server` example ([#​1576](https://togithub.com/deepmap/oapi-codegen/issues/1576)) [@​sajjanjyothi](https://togithub.com/sajjanjyothi) - docs: revamp README, add a CONTRIBUTING.md and add a JSON Schema for configuration files ([#​1485](https://togithub.com/deepmap/oapi-codegen/issues/1485)) [@​jamietanna](https://togithub.com/jamietanna) - docs: update OpenAPI spec links to `main` branch ([#​1493](https://togithub.com/deepmap/oapi-codegen/issues/1493)) [@​dharsanb](https://togithub.com/dharsanb) - Add Fiber example in README ([#​1495](https://togithub.com/deepmap/oapi-codegen/issues/1495)) [@​alexandregv](https://togithub.com/alexandregv) - Prefactor: Changes from [#​1475](https://togithub.com/deepmap/oapi-codegen/issues/1475) ([#​1480](https://togithub.com/deepmap/oapi-codegen/issues/1480)) [@​jamietanna](https://togithub.com/jamietanna) - docs: use relative links to files ([#​1471](https://togithub.com/deepmap/oapi-codegen/issues/1471)) [@​alexandear](https://togithub.com/alexandear) #### 👻 Maintenance - chore: add missing test case for replaceInitialism ([#​1624](https://togithub.com/deepmap/oapi-codegen/issues/1624)) [@​alexandear](https://togithub.com/alexandear) - Simplify extensions merge in `mergeOpenapiSchemas` ([#​1424](https://togithub.com/deepmap/oapi-codegen/issues/1424)) [@​Juneezee](https://togithub.com/Juneezee) - chore: log warning when using 3.1.x ([#​1592](https://togithub.com/deepmap/oapi-codegen/issues/1592)) [@​jamietanna](https://togithub.com/jamietanna) - refactor: extension variable instead of accessing extensions directly ([#​1448](https://togithub.com/deepmap/oapi-codegen/issues/1448)) [@​alexandear](https://togithub.com/alexandear) - chore(deps): remove dependency on `golang.org/x/lint` ([#​1588](https://togithub.com/deepmap/oapi-codegen/issues/1588)) [@​jamietanna](https://togithub.com/jamietanna) - docs: revamp README, add a CONTRIBUTING.md and add a JSON Schema for configuration files ([#​1485](https://togithub.com/deepmap/oapi-codegen/issues/1485)) [@​jamietanna](https://togithub.com/jamietanna) - chore: add test case for `additionalProperties` bug ([#​1528](https://togithub.com/deepmap/oapi-codegen/issues/1528)) [@​jamietanna](https://togithub.com/jamietanna) - Prefactor: Build changes for [#​1475](https://togithub.com/deepmap/oapi-codegen/issues/1475) ([#​1482](https://togithub.com/deepmap/oapi-codegen/issues/1482)) [@​jamietanna](https://togithub.com/jamietanna) - Prefactor: Changes from [#​1475](https://togithub.com/deepmap/oapi-codegen/issues/1475) ([#​1480](https://togithub.com/deepmap/oapi-codegen/issues/1480)) [@​jamietanna](https://togithub.com/jamietanna) - Simplify CI build matrix + build against Go 1.22 ([#​1459](https://togithub.com/deepmap/oapi-codegen/issues/1459)) [@​jamietanna](https://togithub.com/jamietanna) #### 📦 Dependency updates
16 changes - fix(deps): update module golang.org/x/tools to v0.21.0 ([#​1601](https://togithub.com/deepmap/oapi-codegen/issues/1601)) [@​renovate](https://togithub.com/renovate) - fix(deps): update module github.com/getkin/kin-openapi to v0.124.0 ([#​1532](https://togithub.com/deepmap/oapi-codegen/issues/1532)) [@​renovate](https://togithub.com/renovate) - chore(deps): update module github.com/golangci/golangci-lint to v1.59.0 ([#​1625](https://togithub.com/deepmap/oapi-codegen/issues/1625)) [@​renovate](https://togithub.com/renovate) - chore(deps): update module github.com/golangci/golangci-lint to v1.58.2 ([#​1618](https://togithub.com/deepmap/oapi-codegen/issues/1618)) [@​renovate](https://togithub.com/renovate) - chore(deps): update module github.com/golangci/golangci-lint to v1.58.1 ([#​1603](https://togithub.com/deepmap/oapi-codegen/issues/1603)) [@​renovate](https://togithub.com/renovate) - fix(deps): update module golang.org/x/text to v0.15.0 ([#​1591](https://togithub.com/deepmap/oapi-codegen/issues/1591)) [@​renovate](https://togithub.com/renovate) - chore(deps): update module github.com/golangci/golangci-lint to v1.58.0 ([#​1586](https://togithub.com/deepmap/oapi-codegen/issues/1586)) [@​renovate](https://togithub.com/renovate) - fix(deps): update module golang.org/x/tools to v0.20.0 ([#​1531](https://togithub.com/deepmap/oapi-codegen/issues/1531)) [@​renovate](https://togithub.com/renovate) - fix(deps): update module golang.org/x/tools to v0.19.0 ([#​1289](https://togithub.com/deepmap/oapi-codegen/issues/1289)) [@​renovate](https://togithub.com/renovate) - fix(deps): update module github.com/getkin/kin-openapi to v0.123.0 ([#​1431](https://togithub.com/deepmap/oapi-codegen/issues/1431)) [@​renovate](https://togithub.com/renovate) - chore(deps): update module github.com/golangci/golangci-lint to v1.57.2 ([#​1466](https://togithub.com/deepmap/oapi-codegen/issues/1466)) [@​renovate](https://togithub.com/renovate) - fix(deps): update module github.com/stretchr/testify to v1.9.0 ([#​1479](https://togithub.com/deepmap/oapi-codegen/issues/1479)) [@​renovate](https://togithub.com/renovate) - chore(deps): update actions/checkout action to v4 ([#​1290](https://togithub.com/deepmap/oapi-codegen/issues/1290)) [@​renovate](https://togithub.com/renovate) - chore(deps): update actions/setup-go action to v5 ([#​1375](https://togithub.com/deepmap/oapi-codegen/issues/1375)) [@​renovate](https://togithub.com/renovate) - Update release-drafter/release-drafter action to v6 ([#​1453](https://togithub.com/deepmap/oapi-codegen/issues/1453)) [@​renovate](https://togithub.com/renovate) - Update module github.com/golangci/golangci-lint to v1.56.1 ([#​1455](https://togithub.com/deepmap/oapi-codegen/issues/1455)) [@​renovate](https://togithub.com/renovate)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



This PR has been generated by Renovate Bot.

elastic-renovate-prod[bot] commented 2 months ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: github.com/deepmap/oapi-codegen/v2@v2.4.1: parsing go.mod:
    module declares its path as: github.com/oapi-codegen/oapi-codegen/v2
            but was required as: github.com/deepmap/oapi-codegen/v2