Skip to content

Commit 3bb0e30

Browse files
deps(deps): update module github.com/validator-labs/validator to v0.0.46 (#96)
[![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.0.44` -> `v0.0.46` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fvalidator-labs%2fvalidator/v0.0.46?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fvalidator-labs%2fvalidator/v0.0.46?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fvalidator-labs%2fvalidator/v0.0.44/v0.0.46?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fvalidator-labs%2fvalidator/v0.0.44/v0.0.46?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>validator-labs/validator (github.com/validator-labs/validator)</summary> ### [`v0.0.46`](https://togithub.com/validator-labs/validator/releases/tag/v0.0.46) [Compare Source](https://togithub.com/validator-labs/validator/compare/v0.0.45...v0.0.46) ##### Features - air-gapped support with Hauler ([#&#8203;322](https://togithub.com/validator-labs/validator/issues/322)) ([4cd726d](https://togithub.com/validator-labs/validator/commit/4cd726d06d1de615e75117fcbcccc98b9142f782)) ### [`v0.0.45`](https://togithub.com/validator-labs/validator/releases/tag/v0.0.45) [Compare Source](https://togithub.com/validator-labs/validator/compare/v0.0.44...v0.0.45) ##### Other - release 0.0.45 ([78f76a7](https://togithub.com/validator-labs/validator/commit/78f76a749eb139365c278fe3ef658a562927734f)) ##### Dependency Updates - **deps:** update softprops/action-gh-release digest to [`a74c6b7`](https://togithub.com/validator-labs/validator/commit/a74c6b7) ([#&#8203;313](https://togithub.com/validator-labs/validator/issues/313)) ([262b5a0](https://togithub.com/validator-labs/validator/commit/262b5a05ecd0030492f21141053a9154836c22e8)) </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/validator-labs/validator-plugin-maas). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJnbyJdfQ==--> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Tyler Gillson <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tyler Gillson <[email protected]>
1 parent e135801 commit 3bb0e30

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/onsi/ginkgo/v2 v2.19.0
1212
github.com/onsi/gomega v1.33.1
1313
github.com/stretchr/testify v1.9.0
14-
github.com/validator-labs/validator v0.0.44
14+
github.com/validator-labs/validator v0.0.46
1515
k8s.io/api v0.30.2
1616
k8s.io/apimachinery v0.30.2
1717
k8s.io/client-go v0.30.2
@@ -58,7 +58,7 @@ require (
5858
github.com/modern-go/reflect2 v1.0.2 // indirect
5959
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6060
github.com/pkg/errors v0.9.1 // indirect
61-
github.com/pmezard/go-difflib v1.0.0 // indirect
61+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
6262
github.com/prometheus/client_golang v1.18.0 // indirect
6363
github.com/prometheus/client_model v0.5.0 // indirect
6464
github.com/prometheus/common v0.45.0 // indirect

go.sum

+4-3
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,9 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
216216
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
217217
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
218218
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
219-
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
220219
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
220+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
221+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
221222
github.com/prometheus/client_golang v1.18.0 h1:HzFfmkOzH5Q8L8G+kSJKUx5dtG87sewO+FoDDqP5Tbk=
222223
github.com/prometheus/client_golang v1.18.0/go.mod h1:T+GXkCk5wSJyOqMIzVgvvjFDlkOQntgjkJWKrN5txjA=
223224
github.com/prometheus/client_model v0.5.0 h1:VQw1hfvPvk3Uv6Qf29VrPF32JB6rtbgI6cYPYQjL0Qw=
@@ -247,8 +248,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
247248
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
248249
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
249250
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
250-
github.com/validator-labs/validator v0.0.44 h1:aYbL8EfQNr53LL94ZP9rSV5bgegLa8DIIjsmmelE728=
251-
github.com/validator-labs/validator v0.0.44/go.mod h1:nix8i5eJmnvqN9va1xqsOK4KuzyovSRYDvSeS2J1IWo=
251+
github.com/validator-labs/validator v0.0.46 h1:oRP1+HAG5KJ41Kskv2c9IqPhwlLx9mkCOLWK5w1tNXA=
252+
github.com/validator-labs/validator v0.0.46/go.mod h1:J351YCG6U/npAyoH0yJLKqSN1WqLx30A72Std6ME9p0=
252253
github.com/xdg-go/stringprep v1.0.2/go.mod h1:8F9zXuvzgwmyT5DUm4GUfZGDdT3W+LCvS6+da4O5kxM=
253254
github.com/xdg-go/stringprep v1.0.3/go.mod h1:W3f5j4i+9rC0kuIEJL0ky1VpHXQU3ocBgklLGvcBnW8=
254255
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

0 commit comments

Comments
 (0)