Skip to content

Commit 2e4943b

Browse files
Bump github.com/getkin/kin-openapi from 0.131.0 to 0.132.0 (#286)
Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.131.0 to 0.132.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getkin/kin-openapi/releases">github.com/getkin/kin-openapi's releases</a>.</em></p> <blockquote> <h2>v0.132.0</h2> <h2>What's Changed</h2> <ul> <li>style: Use fmt.Sprint without formating by <a href="https://github.com/gaiaz-iusipov"><code>@​gaiaz-iusipov</code></a> in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1061">getkin/kin-openapi#1061</a></li> <li>openapi3filter: don't consume request body in <code>AuthenticatorFunc</code> by <a href="https://github.com/jamietanna"><code>@​jamietanna</code></a> in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1064">getkin/kin-openapi#1064</a></li> <li>openapi2conv: fix for refs on items within additional properties by <a href="https://github.com/roberth1988"><code>@​roberth1988</code></a> in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1067">getkin/kin-openapi#1067</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gaiaz-iusipov"><code>@​gaiaz-iusipov</code></a> made their first contribution in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1061">getkin/kin-openapi#1061</a></li> <li><a href="https://github.com/roberth1988"><code>@​roberth1988</code></a> made their first contribution in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1067">getkin/kin-openapi#1067</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/getkin/kin-openapi/compare/v0.131.0...v0.132.0">https://github.com/getkin/kin-openapi/compare/v0.131.0...v0.132.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getkin/kin-openapi/commit/72b5d5177d5993bbbc8c863e36ef036850558658"><code>72b5d51</code></a> openapi2conv: fix for refs on items within additional properties (<a href="https://redirect.github.com/getkin/kin-openapi/issues/1067">#1067</a>)</li> <li><a href="https://github.com/getkin/kin-openapi/commit/75e2cc5ad8729cf119ad0274ea0678e2e360c731"><code>75e2cc5</code></a> openapi3filter: don't consume request body in <code>AuthenticatorFunc</code> (<a href="https://redirect.github.com/getkin/kin-openapi/issues/1064">#1064</a>)</li> <li><a href="https://github.com/getkin/kin-openapi/commit/3cf8f7dad86555f6ad46c5972cc1bfb517afb148"><code>3cf8f7d</code></a> style: Use fmt.Sprint without formating (<a href="https://redirect.github.com/getkin/kin-openapi/issues/1061">#1061</a>)</li> <li>See full diff in <a href="https://github.com/getkin/kin-openapi/compare/v0.131.0...v0.132.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/getkin/kin-openapi&package-manager=go_modules&previous-version=0.131.0&new-version=0.132.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 65b1d0f commit 2e4943b

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
@@ -3,7 +3,7 @@ module github.com/oxidecomputer/oxide.go
33
go 1.22.5
44

55
require (
6-
github.com/getkin/kin-openapi v0.131.0
6+
github.com/getkin/kin-openapi v0.132.0
77
github.com/iancoleman/strcase v0.3.0
88
github.com/pelletier/go-toml v1.9.5
99
github.com/stretchr/testify v1.10.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
22
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3-
github.com/getkin/kin-openapi v0.131.0 h1:NO2UeHnFKRYhZ8wg6Nyh5Cq7dHk4suQQr72a4pMrDxE=
4-
github.com/getkin/kin-openapi v0.131.0/go.mod h1:3OlG51PCYNsPByuiMB0t4fjnNlIDnaEDsjiKUV8nL58=
3+
github.com/getkin/kin-openapi v0.132.0 h1:3ISeLMsQzcb5v26yeJrBcdTCEQTag36ZjaGk7MIRUwk=
4+
github.com/getkin/kin-openapi v0.132.0/go.mod h1:3OlG51PCYNsPByuiMB0t4fjnNlIDnaEDsjiKUV8nL58=
55
github.com/go-openapi/jsonpointer v0.21.0 h1:YgdVicSA9vH5RiHs9TZW5oyafXZFc6+2Vc1rr/O9oNQ=
66
github.com/go-openapi/jsonpointer v0.21.0/go.mod h1:IUyH9l/+uyhIYQ/PXVA41Rexl+kOkAPDdXEYns6fzUY=
77
github.com/go-openapi/swag v0.23.0 h1:vsEVJDUo2hPJ2tu0/Xc+4noaxyEffXNIs3cOULZ+GrE=

0 commit comments

Comments
 (0)