Skip to content

Commit d7b058c

Browse files
deps(deps): update module github.com/validator-labs/validator to v0.1.3 (#235)
[![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.3-0.20240810201430-4642c6c7a7d7` -> `v0.1.3` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fvalidator-labs%2fvalidator/v0.1.3?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.3?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.3-0.20240810201430-4642c6c7a7d7/v0.1.3?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.3-0.20240810201430-4642c6c7a7d7/v0.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>validator-labs/validator (github.com/validator-labs/validator)</summary> ### [`v0.1.3`](https://togithub.com/validator-labs/validator/releases/tag/v0.1.3) [Compare Source](https://togithub.com/validator-labs/validator/compare/v0.1.2...v0.1.3) ##### Features - add GroupResource consts; set TypeMeta in Build ([#&#8203;379](https://togithub.com/validator-labs/validator/issues/379)) ([c05a36e](https://togithub.com/validator-labs/validator/commit/c05a36eebd3c6ce0398e9c3bd9946a22516d7966)) ##### Other - bump oci plugin version ([#&#8203;381](https://togithub.com/validator-labs/validator/issues/381)) ([8e09f0b](https://togithub.com/validator-labs/validator/commit/8e09f0b8c4c7851f9a9f7e3b648c375f324d3856)) ##### Docs - update architecture diagram ([#&#8203;378](https://togithub.com/validator-labs/validator/issues/378)) ([8fd8c5d](https://togithub.com/validator-labs/validator/commit/8fd8c5d5e7c5264ac8ddcf572992b628a0a72a22)) ##### Dependency Updates - **deps:** update golang.org/x/exp digest to [`0cdaa3a`](https://togithub.com/validator-labs/validator/commit/0cdaa3a) ([#&#8203;376](https://togithub.com/validator-labs/validator/issues/376)) ([65e2c2f](https://togithub.com/validator-labs/validator/commit/65e2c2fde9ae01a6cc6867184174e56366e26122)) - **deps:** update module github.com/validator-labs/validator-plugin-oci to v0.2.0 ([#&#8203;380](https://togithub.com/validator-labs/validator/issues/380)) ([4642c6c](https://togithub.com/validator-labs/validator/commit/4642c6c7a7d7954b50450612b2d322c0e6696fee)) </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-azure). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ28iXX0=--> 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 2da8866 commit d7b058c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/go-logr/logr v1.4.2
1111
github.com/onsi/ginkgo/v2 v2.20.0
1212
github.com/onsi/gomega v1.34.1
13-
github.com/validator-labs/validator v0.1.3-0.20240810201430-4642c6c7a7d7
13+
github.com/validator-labs/validator v0.1.3
1414
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa
1515
k8s.io/api v0.30.3
1616
k8s.io/apimachinery v0.30.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
155155
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
156156
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
157157
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
158-
github.com/validator-labs/validator v0.1.3-0.20240810201430-4642c6c7a7d7 h1:8kz8qtKZL1g/deIx6CFVhmE8SsK+8BxUagSph9zc+IM=
159-
github.com/validator-labs/validator v0.1.3-0.20240810201430-4642c6c7a7d7/go.mod h1:2KfBoFMB0Y6aH2REu7fL7oW3eK8m302EvI52nC4CP3c=
158+
github.com/validator-labs/validator v0.1.3 h1:IH7Jfn/t4qJWnvAtL/KkNXWB+7KSmrN4oiYFMxhQjeU=
159+
github.com/validator-labs/validator v0.1.3/go.mod h1:2KfBoFMB0Y6aH2REu7fL7oW3eK8m302EvI52nC4CP3c=
160160
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
161161
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
162162
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=

0 commit comments

Comments
 (0)