Skip to content

Commit 96f78ab

Browse files
fix(deps): update module github.com/kubescape/kubevuln to v0.3.14
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b31d626 commit 96f78ab

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ toolchain go1.21.8
66

77
require (
88
github.com/go-logr/logr v1.4.1
9-
github.com/kubescape/kubevuln v0.3.3-0.20240326161027-4780cf609919
10-
github.com/kubescape/storage v0.0.74
9+
github.com/kubescape/kubevuln v0.3.14
10+
github.com/kubescape/storage v0.0.79
1111
github.com/onsi/ginkgo/v2 v2.16.0
1212
github.com/onsi/gomega v1.31.1
1313
github.com/spectrocloud-labs/validator v0.0.38
14+
k8s.io/api v0.29.2
1415
k8s.io/apimachinery v0.29.3
1516
k8s.io/client-go v0.29.2
1617
sigs.k8s.io/cluster-api v1.6.2
@@ -205,7 +206,6 @@ require (
205206
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
206207
gopkg.in/yaml.v2 v2.4.0 // indirect
207208
gopkg.in/yaml.v3 v3.0.1 // indirect
208-
k8s.io/api v0.29.2 // indirect
209209
k8s.io/apiextensions-apiserver v0.29.0 // indirect
210210
k8s.io/component-base v0.29.0 // indirect
211211
k8s.io/klog/v2 v2.120.1 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -498,10 +498,10 @@ github.com/kubescape/go-logger v0.0.22 h1:gle7wH6emOiGv9ljdpVi82pWLQ3jGucrUucvil
498498
github.com/kubescape/go-logger v0.0.22/go.mod h1:x3HBpZo3cMT/WIdy18BxvVVd5D0e/PWFVk/HiwBNu3g=
499499
github.com/kubescape/k8s-interface v0.0.162 h1:tIXwuB7073GJV3OPgGMS4kXBh7N709NscVYiePMCvU4=
500500
github.com/kubescape/k8s-interface v0.0.162/go.mod h1:oF+Yxug3Kpfu9Yr2j63wy7gwswrKXpiqI0mLk/7gF/s=
501-
github.com/kubescape/kubevuln v0.3.3-0.20240326161027-4780cf609919 h1:3U+36nSmMrPhcIQrEMEBrGPkCoNR+sn/fCS96s80CW0=
502-
github.com/kubescape/kubevuln v0.3.3-0.20240326161027-4780cf609919/go.mod h1:E1d8RSX2AtcSW28iiKvVJD65HzMrTmFf0DNIS5h/7V8=
503-
github.com/kubescape/storage v0.0.74 h1:Fdogm2799K6koPKezmcbimDa3+X9rm92BuLvOiJkKP8=
504-
github.com/kubescape/storage v0.0.74/go.mod h1:ttwWSuxDyckuB014uPHBs23zSdFZx6TMD0MZHlwuw+0=
501+
github.com/kubescape/kubevuln v0.3.14 h1:eZgR6z59jXYLDXzgSOrReUd5VNf7J4hnWKxhpl//qvg=
502+
github.com/kubescape/kubevuln v0.3.14/go.mod h1:9gMLobuI8tx4aIvgIq2gbpjkqJcUNWoXtflYnmIo5pg=
503+
github.com/kubescape/storage v0.0.79 h1:APvBd00/OYjNMvMgOhdiiIFSUzy/wUyLzb92xjcmuqw=
504+
github.com/kubescape/storage v0.0.79/go.mod h1:ttwWSuxDyckuB014uPHBs23zSdFZx6TMD0MZHlwuw+0=
505505
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381 h1:bqDmpDG49ZRnB5PcgP0RXtQvnMSgIF14M7CBd2shtXs=
506506
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381/go.mod h1:7rIyQOR62GCctdiQpZ/zOJlFyk6y+94wXzv6RNZgaR4=
507507
github.com/lunixbochs/vtclean v1.0.0/go.mod h1:pHhQNgMf3btfWnGBVipUOjRYhoOsdGqdm/+2c2E2WMI=

0 commit comments

Comments
 (0)