From 1e6926fa640ec1af83e5721c2feb619b6f5858cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 15:09:42 +0000 Subject: [PATCH] deps(deps): update module github.com/kubescape/storage to v0.0.90 (#68) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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/kubescape/storage](https://togithub.com/kubescape/storage) | `v0.0.89` -> `v0.0.90` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fkubescape%2fstorage/v0.0.90?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fkubescape%2fstorage/v0.0.90?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fkubescape%2fstorage/v0.0.89/v0.0.90?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fkubescape%2fstorage/v0.0.89/v0.0.90?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
kubescape/storage (github.com/kubescape/storage) ### [`v0.0.90`](https://togithub.com/kubescape/storage/compare/v0.0.89...v0.0.90) [Compare Source](https://togithub.com/kubescape/storage/compare/v0.0.89...v0.0.90)
--- ### 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. --- - [ ] 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-kubescape). Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b772b78..36aed84 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22.4 require ( github.com/go-logr/logr v1.4.2 github.com/kubescape/kubevuln v0.3.25 - github.com/kubescape/storage v0.0.89 + github.com/kubescape/storage v0.0.90 github.com/onsi/ginkgo/v2 v2.19.0 github.com/onsi/gomega v1.33.1 github.com/validator-labs/validator v0.0.46 diff --git a/go.sum b/go.sum index 74cde0a..78e1bda 100644 --- a/go.sum +++ b/go.sum @@ -449,8 +449,8 @@ github.com/kubescape/k8s-interface v0.0.162 h1:tIXwuB7073GJV3OPgGMS4kXBh7N709Nsc github.com/kubescape/k8s-interface v0.0.162/go.mod h1:oF+Yxug3Kpfu9Yr2j63wy7gwswrKXpiqI0mLk/7gF/s= github.com/kubescape/kubevuln v0.3.25 h1:h2fH5afNtsDiHFNVT19/Xw1pzXCfjXf1fA/22I/Iywo= github.com/kubescape/kubevuln v0.3.25/go.mod h1:tdTVFWlLStCH06j6ifFvlJivrENkVGVXR8JbRbDrF0o= -github.com/kubescape/storage v0.0.89 h1:kYjaYqKndm3C/15MB1J4hgdmA4vbV4zCMWox2ga8O3M= -github.com/kubescape/storage v0.0.89/go.mod h1:eLCQ7JKpR6JRjtENnN3JduvRLMOyJFtBihfdVC+1hLA= +github.com/kubescape/storage v0.0.90 h1:dcBO3KPaaYZf5ZMb1P3G7D13wPSmdXUJVAIwIDH6v7g= +github.com/kubescape/storage v0.0.90/go.mod h1:eLCQ7JKpR6JRjtENnN3JduvRLMOyJFtBihfdVC+1hLA= github.com/lunixbochs/vtclean v1.0.0/go.mod h1:pHhQNgMf3btfWnGBVipUOjRYhoOsdGqdm/+2c2E2WMI= github.com/lyft/protoc-gen-star v0.5.3/go.mod h1:V0xaHgaf5oCCqmcxYcWiDfTiKsZsRc87/1qhoTACD8w= github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60=