Skip to content

Commit

Permalink
bot: Bump github.com/getkin/kin-openapi from 0.128.0 to 0.129.0 (#3418)
Browse files Browse the repository at this point in the history
Bumps
[github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi)
from 0.128.0 to 0.129.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.129.0</h2>
<h2>What's Changed</h2>
<ul>
<li>README: add Fuego to dependents by <a
href="https://github.com/EwenQuim"><code>@​EwenQuim</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1017">getkin/kin-openapi#1017</a></li>
<li>openapi3: skip a test in CI to avoid 403s from some remote server by
<a href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1019">getkin/kin-openapi#1019</a></li>
<li>openapi3: introduce StringMap type to enable unmarshalling of maps
with Origin by <a
href="https://github.com/reuvenharrison"><code>@​reuvenharrison</code></a>
in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1018">getkin/kin-openapi#1018</a></li>
<li>openapi3: reference originating locations in YAML specs - step 1 by
<a
href="https://github.com/reuvenharrison"><code>@​reuvenharrison</code></a>
in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1007">getkin/kin-openapi#1007</a></li>
<li>openapi3: reference originating locations in YAML specs - step 2 by
<a
href="https://github.com/reuvenharrison"><code>@​reuvenharrison</code></a>
in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1024">getkin/kin-openapi#1024</a></li>
<li>openapi3: process discriminator mapping values as refs by <a
href="https://github.com/jgresty"><code>@​jgresty</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1022">getkin/kin-openapi#1022</a></li>
<li>openapi3filter: register decoder for other JSON content types by <a
href="https://github.com/oliverli"><code>@​oliverli</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1026">getkin/kin-openapi#1026</a></li>
<li>Revert &quot;openapi3: process discriminator mapping values as
refs&quot; by <a
href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1029">getkin/kin-openapi#1029</a></li>
<li>openapi3: fail to load spec because of schema names in mapping by <a
href="https://github.com/reuvenharrison"><code>@​reuvenharrison</code></a>
in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1027">getkin/kin-openapi#1027</a></li>
<li>openapi2conv: convert schemaRef for additional props by <a
href="https://github.com/jayanth-tatina-groww"><code>@​jayanth-tatina-groww</code></a>
in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1030">getkin/kin-openapi#1030</a></li>
<li>openapi3: simplify by replacing math.Min with min by <a
href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1032">getkin/kin-openapi#1032</a></li>
<li>openapi3: fix deprecation comments by <a
href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1034">getkin/kin-openapi#1034</a></li>
<li>test: fix expected-actual parameters in require.Equal by <a
href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1035">getkin/kin-openapi#1035</a></li>
<li>use forked yaml modules without &quot;replace&quot; by <a
href="https://github.com/reuvenharrison"><code>@​reuvenharrison</code></a>
in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1038">getkin/kin-openapi#1038</a></li>
<li>openapi3: update date schema formats to not match months or days of
'00' by <a
href="https://github.com/RulerOfTheQueendom"><code>@​RulerOfTheQueendom</code></a>
in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1042">getkin/kin-openapi#1042</a></li>
<li>openapi3,openapi3filter: replace interface{} with any by <a
href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1040">getkin/kin-openapi#1040</a></li>
<li>openapi3filter: Simplify ValidateRequest implementation by <a
href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1041">getkin/kin-openapi#1041</a></li>
<li>openapi3filter: validation of <code>x-www-form-urlencoded</code>
with arbitrary nested allOf by <a
href="https://github.com/mikhalytch"><code>@​mikhalytch</code></a> in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1046">getkin/kin-openapi#1046</a></li>
<li>openapi2conv: convert references in nested additionalProperties
schemas by <a
href="https://github.com/travisnewhouse"><code>@​travisnewhouse</code></a>
in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1047">getkin/kin-openapi#1047</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/EwenQuim"><code>@​EwenQuim</code></a>
made their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1017">getkin/kin-openapi#1017</a></li>
<li><a href="https://github.com/jgresty"><code>@​jgresty</code></a> made
their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1022">getkin/kin-openapi#1022</a></li>
<li><a href="https://github.com/oliverli"><code>@​oliverli</code></a>
made their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1026">getkin/kin-openapi#1026</a></li>
<li><a
href="https://github.com/jayanth-tatina-groww"><code>@​jayanth-tatina-groww</code></a>
made their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1030">getkin/kin-openapi#1030</a></li>
<li><a
href="https://github.com/RulerOfTheQueendom"><code>@​RulerOfTheQueendom</code></a>
made their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1042">getkin/kin-openapi#1042</a></li>
<li><a
href="https://github.com/mikhalytch"><code>@​mikhalytch</code></a> made
their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1046">getkin/kin-openapi#1046</a></li>
<li><a
href="https://github.com/travisnewhouse"><code>@​travisnewhouse</code></a>
made their first contribution in <a
href="https://redirect.github.com/getkin/kin-openapi/pull/1047">getkin/kin-openapi#1047</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/getkin/kin-openapi/compare/v0.128.0...v0.129.0">https://github.com/getkin/kin-openapi/compare/v0.128.0...v0.129.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getkin/kin-openapi/commit/cea0a13b906a708102947f95b9b09d631ff60976"><code>cea0a13</code></a>
openapi2conv: convert references in nested additionalProperties schemas
(<a
href="https://redirect.github.com/getkin/kin-openapi/issues/1047">#1047</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/f476f7b5c45634be488e9c09e67dab24251a54f7"><code>f476f7b</code></a>
openapi3filter: validation of <code>x-www-form-urlencoded</code> with
arbitrary nested a...</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/325cecc5e4e13ad531ac01968b82e8f6cb4095b3"><code>325cecc</code></a>
openapi3filter: simplify ValidateRequest implementation (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/1041">#1041</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/20441ea16ff8894389a5966fee2be217d2845fb4"><code>20441ea</code></a>
openapi3,openapi3filter: replace interface{} with any (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/1040">#1040</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/b82c647146a1ed15497d7027b07ca4c357e850e7"><code>b82c647</code></a>
openapi3: update date schema formats to not match months or days of '00'
(<a
href="https://redirect.github.com/getkin/kin-openapi/issues/1042">#1042</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/d819171639b6ddc051a6e8a7fdeffac8e9a75d55"><code>d819171</code></a>
use forked yaml modules without &quot;replace&quot; (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/1038">#1038</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/793b28df2a1ec5b007a2da6d0918a80f2f70d487"><code>793b28d</code></a>
test: fix expected-actual parameters in require.Equal (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/1035">#1035</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/be48da5ce74c067be2dfbef240d2594828beb7b0"><code>be48da5</code></a>
openapi3: fix deprecation comments (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/1034">#1034</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/02a0d6fb611d6e543ed132f9493f7dbfb3f0c0cc"><code>02a0d6f</code></a>
openapi3: simplify by replacing math.Min with min (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/1032">#1032</a>)</li>
<li><a
href="https://github.com/getkin/kin-openapi/commit/e230c133e5cab2b61903b2234826941e4601b3ba"><code>e230c13</code></a>
openapi2conv: convert schemaRef for additional props (<a
href="https://redirect.github.com/getkin/kin-openapi/issues/1030">#1030</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getkin/kin-openapi/compare/v0.128.0...v0.129.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.128.0&new-version=0.129.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shahzad Lone <[email protected]>
  • Loading branch information
dependabot[bot] and shahzadlone authored Feb 4, 2025
1 parent a2b8971 commit 2443c8c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sourcenetwork/defradb

go 1.22.0
go 1.22.5

toolchain go1.22.7

Expand All @@ -13,7 +13,7 @@ require (
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0
github.com/evanphx/json-patch/v5 v5.9.0
github.com/fxamacker/cbor/v2 v2.7.0
github.com/getkin/kin-openapi v0.128.0
github.com/getkin/kin-openapi v0.129.0
github.com/go-chi/chi/v5 v5.2.0
github.com/go-chi/cors v1.2.1
github.com/go-errors/errors v1.5.1
Expand Down Expand Up @@ -220,7 +220,6 @@ require (
github.com/ignite/cli/v28 v28.4.0 // indirect
github.com/improbable-eng/grpc-web v0.15.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/invopop/yaml v0.3.1 // indirect
github.com/ipfs/bbloom v0.0.4 // indirect
github.com/ipfs/go-ipfs-delay v0.0.1 // indirect
github.com/ipfs/go-ipfs-pq v0.0.3 // indirect
Expand Down Expand Up @@ -284,6 +283,8 @@ require (
github.com/multiformats/go-multistream v0.6.0 // indirect
github.com/multiformats/go-varint v0.0.7 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/oasdiff/yaml v0.0.0-20241210131133-6b86fb107d80 // indirect
github.com/oasdiff/yaml3 v0.0.0-20241210130736-a94c01f36349 // indirect
github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/onsi/ginkgo/v2 v2.22.0 // indirect
Expand Down
10 changes: 6 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -518,8 +518,8 @@ github.com/gammazero/chanqueue v1.0.0 h1:FER/sMailGFA3DDvFooEkipAMU+3c9Bg3bheloP
github.com/gammazero/chanqueue v1.0.0/go.mod h1:fMwpwEiuUgpab0sH4VHiVcEoji1pSi+EIzeG4TPeKPc=
github.com/gammazero/deque v1.0.0 h1:LTmimT8H7bXkkCy6gZX7zNLtkbz4NdS2z8LZuor3j34=
github.com/gammazero/deque v1.0.0/go.mod h1:iflpYvtGfM3U8S8j+sZEKIak3SAKYpA5/SQewgfXDKo=
github.com/getkin/kin-openapi v0.128.0 h1:jqq3D9vC9pPq1dGcOCv7yOp1DaEe7c/T1vzcLbITSp4=
github.com/getkin/kin-openapi v0.128.0/go.mod h1:OZrfXzUfGrNbsKj+xmFBx6E5c6yH3At/tAKSc2UszXM=
github.com/getkin/kin-openapi v0.129.0 h1:QGYTNcmyP5X0AtFQ2Dkou9DGBJsUETeLH9rFrJXZh30=
github.com/getkin/kin-openapi v0.129.0/go.mod h1:gmWI+b/J45xqpyK5wJmRRZse5wefA5H0RDMK46kLUtI=
github.com/getsentry/sentry-go v0.27.0 h1:Pv98CIbtB3LkMWmXi4Joa5OOcwbmnX88sF5qbK3r3Ps=
github.com/getsentry/sentry-go v0.27.0/go.mod h1:lc76E2QywIyW8WuBnwl8Lc4bkmQH4+w1gwTf25trprY=
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
Expand Down Expand Up @@ -858,8 +858,6 @@ github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANyt
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo=
github.com/invopop/yaml v0.3.1 h1:f0+ZpmhfBSS4MhG+4HYseMdJhoeeopbSKbq5Rpeelso=
github.com/invopop/yaml v0.3.1/go.mod h1:PMOp3nn4/12yEZUFfmOuNHJsZToEEOwoWsT+D81KkeA=
github.com/ipfs/bbloom v0.0.4 h1:Gi+8EGJ2y5qiD5FbsbpX/TMNcJw8gSqr7eyjHa4Fhvs=
github.com/ipfs/bbloom v0.0.4/go.mod h1:cS9YprKXpoZ9lT0n/Mw/a6/aFV6DTjTLYHeA+gyqMG0=
github.com/ipfs/boxo v0.27.2 h1:sGo4KdwBaMjdBjH08lqPJyt27Z4CO6sugne3ryX513s=
Expand Down Expand Up @@ -1149,6 +1147,10 @@ github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
github.com/nxadm/tail v1.4.11 h1:8feyoE3OzPrcshW5/MJ4sGESc5cqmGkGCWlco4l0bqY=
github.com/nxadm/tail v1.4.11/go.mod h1:OTaG3NK980DZzxbRq6lEuzgU+mug70nY11sMd4JXXHc=
github.com/oasdiff/yaml v0.0.0-20241210131133-6b86fb107d80 h1:nZspmSkneBbtxU9TopEAE0CY+SBJLxO8LPUlw2vG4pU=
github.com/oasdiff/yaml v0.0.0-20241210131133-6b86fb107d80/go.mod h1:7tFDb+Y51LcDpn26GccuUgQXUk6t0CXZsivKjyimYX8=
github.com/oasdiff/yaml3 v0.0.0-20241210130736-a94c01f36349 h1:t05Ww3DxZutOqbMN+7OIuqDwXbhl32HiZGpLy26BAPc=
github.com/oasdiff/yaml3 v0.0.0-20241210130736-a94c01f36349/go.mod h1:y5+oSEHCPT/DGrS++Wc/479ERge0zTFxaF8PbGKcg2o=
github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a h1:dlRvE5fWabOchtH7znfiFCcOvmIYgOeAS5ifBXBlh9Q=
github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a/go.mod h1:hVoHR2EVESiICEMbg137etN/Lx+lSrHPTD39Z/uE+2s=
github.com/oklog/oklog v0.3.2/go.mod h1:FCV+B7mhrz4o+ueLpx+KqkyXRGMWOYEvfiXtdGtbWGs=
Expand Down

0 comments on commit 2443c8c

Please sign in to comment.