Skip to content

Commit 122fa38

Browse files
deps(deps): update module github.com/validator-labs/validator to v0.1.6 (#255)
[![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.5` -> `v0.1.6` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fvalidator-labs%2fvalidator/v0.1.6?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.6?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.5/v0.1.6?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.5/v0.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>validator-labs/validator (github.com/validator-labs/validator)</summary> ### [`v0.1.6`](https://togithub.com/validator-labs/validator/releases/tag/v0.1.6) [Compare Source](https://togithub.com/validator-labs/validator/compare/v0.1.5...v0.1.6) ##### Other - bump plugin versions ([#&#8203;395](https://togithub.com/validator-labs/validator/issues/395)) ([ae540cb](https://togithub.com/validator-labs/validator/commit/ae540cb9ba9a19e1792a1573de5b5b77d38470a5)) ##### Dependency Updates - **deps:** update module github.com/slack-go/slack to v0.14.0 ([#&#8203;393](https://togithub.com/validator-labs/validator/issues/393)) ([b3ecb8b](https://togithub.com/validator-labs/validator/commit/b3ecb8b4a40449005c733bc9080804cedc9926f3)) </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-network). <!--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 a9b9420 commit 122fa38

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
@@ -6,7 +6,7 @@ require (
66
github.com/go-logr/logr v1.4.2
77
github.com/onsi/ginkgo/v2 v2.20.0
88
github.com/onsi/gomega v1.34.1
9-
github.com/validator-labs/validator v0.1.5
9+
github.com/validator-labs/validator v0.1.6
1010
k8s.io/api v0.30.3
1111
k8s.io/apimachinery v0.30.3
1212
k8s.io/client-go v0.30.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
141141
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
142142
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
143143
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
144-
github.com/validator-labs/validator v0.1.5 h1:9MAmxm4y33W2DjKNifrBQNq58VF4Oety15vZi2xv1fU=
145-
github.com/validator-labs/validator v0.1.5/go.mod h1:+O3N6l3JncmREk6nDcATNxEQ3ukZKkyI1HrSMwH3YOA=
144+
github.com/validator-labs/validator v0.1.6 h1:Gckp+rYFPNYJwCU5iLgJXuS/o6yy7ayivvGzhxNOf3o=
145+
github.com/validator-labs/validator v0.1.6/go.mod h1:ssEvc9ws3kwWJ2VpIsOtgm7WmA6bdux2kkuIHbgT6oU=
146146
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
147147
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
148148
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 h1:jq9TW8u3so/bN+JPT166wjOI6/vQPF6Xe7nMNIltagk=

0 commit comments

Comments
 (0)