Skip to content

Commit cd8ff75

Browse files
deps(deps): update module github.com/validator-labs/validator to v0.1.9 (#347)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/validator-labs/validator](https://togithub.com/validator-labs/validator) | `v0.1.8` -> `v0.1.9` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fvalidator-labs%2fvalidator/v0.1.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fvalidator-labs%2fvalidator/v0.1.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fvalidator-labs%2fvalidator/v0.1.8/v0.1.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fvalidator-labs%2fvalidator/v0.1.8/v0.1.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>validator-labs/validator (github.com/validator-labs/validator)</summary> ### [`v0.1.9`](https://togithub.com/validator-labs/validator/releases/tag/v0.1.9) [Compare Source](https://togithub.com/validator-labs/validator/compare/v0.1.8...v0.1.9) ##### Bug Fixes - update chart with new maas api token name ([#&#8203;406](https://togithub.com/validator-labs/validator/issues/406)) ([4641279](https://togithub.com/validator-labs/validator/commit/4641279a86fe125797492afa1173ca3795f5021b)) ##### Other - make reviewable ([5d13607](https://togithub.com/validator-labs/validator/commit/5d13607f103f5a1f13e721acd485a1dc7c917872)) ##### Dependency Updates - **deps:** update golang.org/x/exp digest to [`9b4947d`](https://togithub.com/validator-labs/validator/commit/9b4947d) ([#&#8203;401](https://togithub.com/validator-labs/validator/issues/401)) ([3f87eb2](https://togithub.com/validator-labs/validator/commit/3f87eb2bae7334958f3c482114dec8f68d584935)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/validator-labs/validator-plugin-vsphere). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ28iXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6454206 commit cd8ff75

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/pkg/errors v0.9.1
1212
github.com/sirupsen/logrus v1.9.3
1313
github.com/stretchr/testify v1.9.0
14-
github.com/validator-labs/validator v0.1.8
14+
github.com/validator-labs/validator v0.1.9
1515
github.com/vmware/govmomi v0.42.0
1616
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
1717
k8s.io/api v0.31.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
158158
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
159159
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
160160
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
161-
github.com/validator-labs/validator v0.1.8 h1:4PRcnQ92Knao7V0hm704DYQMi0+nNjbS/PgMRCDH2iU=
162-
github.com/validator-labs/validator v0.1.8/go.mod h1:+8vtI1GlihPKm0Jp61D50KPgkJkFmLZNc5fqh415DuQ=
161+
github.com/validator-labs/validator v0.1.9 h1:jFFp0ovfkdmYBR+FFEQNsc6G7SDj3YMiB/X+nFXPTd0=
162+
github.com/validator-labs/validator v0.1.9/go.mod h1:jErFY8zdH1b1jsRCjpI/RKTDphaE0bXRwKpSqTytz9w=
163163
github.com/vmware/govmomi v0.42.0 h1:MbvAlVfjNBE1mHMaQ7yOSop1KLB0/93x6VAGuCtjqtI=
164164
github.com/vmware/govmomi v0.42.0/go.mod h1:1H5LWwsBif8HKZqbFp0FdoKTHyJE4FzL6ACequMKYQg=
165165
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=

0 commit comments

Comments
 (0)