1
1
module github.com/rancher/cis-operator
2
2
3
- go 1.23.4
3
+ go 1.23.5
4
4
5
5
toolchain go1.23.6
6
6
@@ -11,7 +11,7 @@ replace (
11
11
k8s.io/apimachinery => k8s.io/apimachinery v0.31.5
12
12
k8s.io/client-go => k8s.io/client-go v0.31.5
13
13
k8s.io/gengo/v2 => k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70
14
- k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8
14
+ k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
15
15
sigs.k8s.io/structured-merge-diff/v4 => sigs.k8s.io/structured-merge-diff/v4 v4.4.1
16
16
)
17
17
@@ -22,16 +22,16 @@ require (
22
22
github.com/prometheus/client_golang v1.20.5
23
23
github.com/rancher/kubernetes-provider-detector v0.1.5
24
24
github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813
25
- github.com/rancher/security-scan v0.5.4-rc.1
25
+ github.com/rancher/security-scan v0.5.4-rc.2
26
26
github.com/rancher/wrangler/v3 v3.1.0
27
27
github.com/robfig/cron v1.2.0
28
28
github.com/sirupsen/logrus v1.9.3
29
29
github.com/urfave/cli v1.22.16
30
30
golang.org/x/crypto/x509roots/fallback v0.0.0-20231030152948-74c2ba9521f1
31
- k8s.io/api v0.32.0
31
+ k8s.io/api v0.32.1
32
32
k8s.io/apiextensions-apiserver v0.31.5
33
- k8s.io/apimachinery v0.32.0
34
- k8s.io/client-go v0.32.0
33
+ k8s.io/apimachinery v0.32.1
34
+ k8s.io/client-go v0.32.1
35
35
)
36
36
37
37
require (
@@ -49,10 +49,10 @@ require (
49
49
)
50
50
51
51
require (
52
- github.com/aquasecurity/kube-bench v0.10.0 // indirect
53
- github.com/aws/aws-sdk-go-v2 v1.32.8 // indirect
54
- github.com/aws/aws-sdk-go-v2/service/securityhub v1.55.3 // indirect
55
- github.com/aws/smithy-go v1.22.1 // indirect
52
+ github.com/aquasecurity/kube-bench v0.10.1 // indirect
53
+ github.com/aws/aws-sdk-go-v2 v1.36.0 // indirect
54
+ github.com/aws/aws-sdk-go-v2/service/securityhub v1.55.8 // indirect
55
+ github.com/aws/smithy-go v1.22.2 // indirect
56
56
github.com/beorn7/perks v1.0.1 // indirect
57
57
github.com/cespare/xxhash/v2 v2.3.0 // indirect
58
58
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
0 commit comments