File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
17
17
github.com/onsi/ginkgo/v2 v2.25.1
18
18
github.com/onsi/gomega v1.38.1
19
19
github.com/prometheus/client_golang v1.23.0
20
- github.com/stretchr/testify v1.10.0
20
+ github.com/stretchr/testify v1.11.1
21
21
go.uber.org/zap v1.27.0
22
22
golang.org/x/net v0.43.0
23
23
google.golang.org/grpc v1.74.2
@@ -27,6 +27,7 @@ require (
27
27
k8s.io/client-go v0.33.4
28
28
k8s.io/klog/v2 v2.130.1
29
29
k8s.io/kubernetes v1.33.4
30
+ k8s.io/mount-utils v0.33.4
30
31
k8s.io/pod-security-admission v0.33.4
31
32
)
32
33
@@ -173,7 +174,6 @@ require (
173
174
k8s.io/kube-scheduler v0.33.4 // indirect
174
175
k8s.io/kubectl v0.33.4 // indirect
175
176
k8s.io/kubelet v0.33.4 // indirect
176
- k8s.io/mount-utils v0.33.4 // indirect
177
177
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
178
178
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 // indirect
179
179
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
Original file line number Diff line number Diff line change @@ -286,6 +286,8 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl
286
286
github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
287
287
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
288
288
github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
289
+ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
290
+ github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
289
291
github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI =
290
292
github.com/twitchyliquid64/golang-asm v0.15.1 /go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08 =
291
293
github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE =
You can’t perform that action at this time.
0 commit comments