Skip to content

Commit

Permalink
build(deps): bump the go-openapi group with 1 update (#4960)
Browse files Browse the repository at this point in the history
Bumps the go-openapi group with 1 update:
[github.com/go-openapi/validate](https://github.com/go-openapi/validate).

<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/go-openapi/validate/commit/194d97ec43681857f9279b7c36eed18c8c70e7a1"><code>194d97e</code></a>
Merge pull request <a
href="https://redirect.github.com/go-openapi/validate/issues/157">#157</a>
from dadgar/master</li>
<li><a
href="https://github.com/go-openapi/validate/commit/99afba0b09e6c7744eb8071b0c3afea25674effd"><code>99afba0</code></a>
Option to disable strict path param uniquess</li>
<li><a
href="https://github.com/go-openapi/validate/commit/348543c76e9210df64cdda6b5a2a99a6df80b628"><code>348543c</code></a>
fix: *string(nil) not equal &amp;string <a
href="https://redirect.github.com/go-openapi/validate/issues/152">#152</a></li>
<li><a
href="https://github.com/go-openapi/validate/commit/c9f1d67f84a54853d03661cfdff7b2d3238c79c5"><code>c9f1d67</code></a>
Update all dependencies. (<a
href="https://redirect.github.com/go-openapi/validate/issues/156">#156</a>)</li>
<li><a
href="https://github.com/go-openapi/validate/commit/82e6077f5c37db001c1e1893171096bcdf2880c3"><code>82e6077</code></a>
update go version to 1.18. Fix lint</li>
<li>See full diff in <a
href="https://github.com/go-openapi/validate/compare/v0.22.1...v0.22.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/validate&package-manager=go_modules&previous-version=0.22.1&new-version=0.22.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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</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] committed Nov 21, 2023
1 parent e3bde89 commit 9cd9fdb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 82 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ require (
github.com/fsnotify/fsnotify v1.7.0
github.com/go-kit/kit v0.13.0
github.com/go-logr/zapr v1.3.0
github.com/go-openapi/errors v0.20.3
github.com/go-openapi/errors v0.20.4
github.com/go-openapi/loads v0.21.2
github.com/go-openapi/runtime v0.26.0
github.com/go-openapi/spec v0.20.8
github.com/go-openapi/spec v0.20.9
github.com/go-openapi/strfmt v0.21.7
github.com/go-openapi/swag v0.22.3
github.com/go-openapi/validate v0.22.1
github.com/go-openapi/swag v0.22.4
github.com/go-openapi/validate v0.22.2
github.com/gocql/gocql v1.3.2
github.com/gogo/googleapis v1.4.1
github.com/gogo/protobuf v1.3.2
Expand Down Expand Up @@ -117,8 +117,8 @@ require (
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-openapi/analysis v0.21.4 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.20.0 // indirect
github.com/go-openapi/jsonpointer v0.20.0 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/golang/glog v1.1.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/snappy v0.0.4 // indirect
Expand Down Expand Up @@ -197,7 +197,7 @@ require (
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
go.mongodb.org/mongo-driver v1.11.6 // indirect
go.mongodb.org/mongo-driver v1.12.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/collector v0.89.0 // indirect
go.opentelemetry.io/collector/config/configauth v0.89.0 // indirect
Expand Down

0 comments on commit 9cd9fdb

Please sign in to comment.