Skip to content

Commit

Permalink
fix(deps): update module github.com/go-playground/validator/v10 to v1…
Browse files Browse the repository at this point in the history
…0.23.0 in go.mod (#120)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/go-playground/validator/v10](https://redirect.github.com/go-playground/validator)
| `v10.22.1` -> `v10.23.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-playground%2fvalidator%2fv10/v10.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgo-playground%2fvalidator%2fv10/v10.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgo-playground%2fvalidator%2fv10/v10.22.1/v10.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-playground%2fvalidator%2fv10/v10.22.1/v10.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>go-playground/validator
(github.com/go-playground/validator/v10)</summary>

###
[`v10.23.0`](https://redirect.github.com/go-playground/validator/releases/tag/v10.23.0):
Release 10.23.0

[Compare
Source](https://redirect.github.com/go-playground/validator/compare/v10.22.1...v10.23.0)

#### What's Changed

- fix: cron validation support for star step value by
[@&#8203;cgetzen](https://redirect.github.com/cgetzen) in
[https://github.com/go-playground/validator/pull/1302](https://redirect.github.com/go-playground/validator/pull/1302)
- doc(oneof): mention 'enum' by
[@&#8203;Crocmagnon](https://redirect.github.com/Crocmagnon) in
[https://github.com/go-playground/validator/pull/1326](https://redirect.github.com/go-playground/validator/pull/1326)
- Add oneofci validator (oneof case insensitive) by
[@&#8203;connorcarnes](https://redirect.github.com/connorcarnes) in
[https://github.com/go-playground/validator/pull/1321](https://redirect.github.com/go-playground/validator/pull/1321)
- feat: add validator for numeric ports by
[@&#8203;nodivbyzero](https://redirect.github.com/nodivbyzero) in
[https://github.com/go-playground/validator/pull/1294](https://redirect.github.com/go-playground/validator/pull/1294)

#### New Contributors

- [@&#8203;cgetzen](https://redirect.github.com/cgetzen) made their
first contribution in
[https://github.com/go-playground/validator/pull/1302](https://redirect.github.com/go-playground/validator/pull/1302)
- [@&#8203;Crocmagnon](https://redirect.github.com/Crocmagnon) made
their first contribution in
[https://github.com/go-playground/validator/pull/1326](https://redirect.github.com/go-playground/validator/pull/1326)
- [@&#8203;connorcarnes](https://redirect.github.com/connorcarnes) made
their first contribution in
[https://github.com/go-playground/validator/pull/1321](https://redirect.github.com/go-playground/validator/pull/1321)

**Full Changelog**:
go-playground/validator@v10.22.1...v10.23.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* */1 * * *" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/jippi/dottie).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent 6914fd1 commit 2aa11fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/charmbracelet/huh v0.6.0
github.com/charmbracelet/lipgloss v1.0.0
github.com/davecgh/go-spew v1.1.1
github.com/go-playground/validator/v10 v10.22.1
github.com/go-playground/validator/v10 v10.23.0
github.com/golang-cz/devslog v0.0.11
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/gosimple/slug v1.14.0
Expand Down

0 comments on commit 2aa11fc

Please sign in to comment.