Skip to content

Commit

Permalink
chore(deps): bump github.com/go-openapi/runtime from 0.26.0 to 0.26.2 (
Browse files Browse the repository at this point in the history
…#55)

Bumps
[github.com/go-openapi/runtime](https://github.com/go-openapi/runtime)
from 0.26.0 to 0.26.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/go-openapi/runtime/commit/7c6b268a3c52b92dee62c2347d9dceae34fe6d53"><code>7c6b268</code></a>
fix linting warnings</li>
<li><a
href="https://github.com/go-openapi/runtime/commit/5adaa3589c3dc720411280b735d52f1b6d4b9240"><code>5adaa35</code></a>
handle EOF when detect content type</li>
<li><a
href="https://github.com/go-openapi/runtime/commit/7c81d433beb0f12d49f913fd38b23f2973683ed4"><code>7c81d43</code></a>
Merge pull request <a
href="https://redirect.github.com/go-openapi/runtime/issues/275">#275</a>
from fredbi/chore/linting-phase3</li>
<li><a
href="https://github.com/go-openapi/runtime/commit/8e5f4776db7ad1ca8c0fcad8701c34642caa7d00"><code>8e5f477</code></a>
Merge pull request <a
href="https://redirect.github.com/go-openapi/runtime/issues/274">#274</a>
from fredbi/chore/linting-phase2</li>
<li><a
href="https://github.com/go-openapi/runtime/commit/4bad8c435129512699d47a136548a43cfc502832"><code>4bad8c4</code></a>
test: refactored tests for authenticators</li>
<li><a
href="https://github.com/go-openapi/runtime/commit/42df208085bdf90c0b4b1ad109613421e332d59f"><code>42df208</code></a>
chore: relinting, continued</li>
<li><a
href="https://github.com/go-openapi/runtime/commit/1af6e9044268a3d741d17bb9ec1984ae819b0b40"><code>1af6e90</code></a>
added check to prevent HasContent() to panic after the reader is</li>
<li><a
href="https://github.com/go-openapi/runtime/commit/337c9303fdd07f1080e6ef8b99472414ef0714d6"><code>337c930</code></a>
upgraded to yaml.v3</li>
<li><a
href="https://github.com/go-openapi/runtime/commit/1d20135f6278072cb26121f3aec5753e12608ec4"><code>1d20135</code></a>
upgraded opentelemetry client to OTEL v1.17.0</li>
<li><a
href="https://github.com/go-openapi/runtime/commit/381952b1c56edfbc697197e303ebf0e78ae3aac8"><code>381952b</code></a>
Merge pull request <a
href="https://redirect.github.com/go-openapi/runtime/issues/269">#269</a>
from fredbi/chore/update-linting</li>
<li>Additional commits viewable in <a
href="https://github.com/go-openapi/runtime/compare/v0.26.0...v0.26.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-openapi/runtime&package-manager=go_modules&previous-version=0.26.0&new-version=0.26.2)](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>
  • Loading branch information
dependabot[bot] authored Jan 9, 2024
1 parent 2ad8412 commit dbdb483
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 113 deletions.
21 changes: 11 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ go 1.21.5
require (
github.com/cloudbase/garm v0.1.3
github.com/cloudbase/garm-provider-common v0.1.0
github.com/go-openapi/runtime v0.26.0
github.com/go-openapi/runtime v0.26.2
github.com/go-playground/validator/v10 v10.16.0
github.com/knadh/koanf/parsers/yaml v0.1.0
github.com/knadh/koanf/providers/env v0.1.0
Expand Down Expand Up @@ -41,17 +41,17 @@ require (
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-logr/logr v1.3.0 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-openapi/analysis v0.21.4 // indirect
github.com/go-openapi/errors v0.20.4 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.20.1 // indirect
github.com/go-openapi/jsonpointer v0.20.0 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/loads v0.21.2 // indirect
github.com/go-openapi/spec v0.20.8 // indirect
github.com/go-openapi/strfmt v0.21.7 // indirect
github.com/go-openapi/spec v0.20.11 // indirect
github.com/go-openapi/strfmt v0.21.8 // indirect
github.com/go-openapi/swag v0.22.4 // indirect
github.com/go-openapi/validate v0.22.1 // indirect
github.com/go-openapi/validate v0.22.3 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
Expand Down Expand Up @@ -85,9 +85,10 @@ require (
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.10.1 // indirect
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569 // indirect
go.mongodb.org/mongo-driver v1.11.3 // indirect
go.opentelemetry.io/otel v1.14.0 // indirect
go.opentelemetry.io/otel/trace v1.14.0 // indirect
go.mongodb.org/mongo-driver v1.13.1 // indirect
go.opentelemetry.io/otel v1.17.0 // indirect
go.opentelemetry.io/otel/metric v1.17.0 // indirect
go.opentelemetry.io/otel/trace v1.17.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.8.0 // indirect
Expand Down
Loading

0 comments on commit dbdb483

Please sign in to comment.