File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.24.6
7
7
require (
8
8
github.com/cert-manager/cert-manager v1.18.2
9
9
github.com/go-logr/logr v1.4.3
10
- github.com/stretchr/testify v1.11.0
10
+ github.com/stretchr/testify v1.11.1
11
11
go.etcd.io/etcd/api/v3 v3.6.4
12
12
go.etcd.io/etcd/client/pkg/v3 v3.6.4
13
13
go.etcd.io/etcd/client/v3 v3.6.4
@@ -17,7 +17,6 @@ require (
17
17
k8s.io/apimachinery v0.33.4
18
18
k8s.io/client-go v0.33.4
19
19
k8s.io/klog/v2 v2.130.1
20
- k8s.io/utils v0.0.0-20241210054802-24370beab758
21
20
sigs.k8s.io/controller-runtime v0.21.0
22
21
)
23
22
@@ -30,6 +29,7 @@ require (
30
29
github.com/vladimirvivien/gexe v0.4.1 // indirect
31
30
go.etcd.io/raft/v3 v3.6.0 // indirect
32
31
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
32
+ k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
33
33
sigs.k8s.io/gateway-api v1.1.0 // indirect
34
34
sigs.k8s.io/randfill v1.0.0 // indirect
35
35
)
Original file line number Diff line number Diff line change @@ -160,8 +160,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
160
160
github.com/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
161
161
github.com/stretchr/testify v1.8.0 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
162
162
github.com/stretchr/testify v1.8.1 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
163
- github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8 =
164
- github.com/stretchr/testify v1.11.0 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
163
+ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
164
+ github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
165
165
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 h1:6fotK7otjonDflCTK0BCfls4SPy3NcCVb5dqqmbRknE =
166
166
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 /go.mod h1:KO6IkyS8Y3j8OdNO85qEYBsRPuteD+YciPomcXdrMnk =
167
167
github.com/vladimirvivien/gexe v0.4.1 h1:W9gWkp8vSPjDoXDu04Yp4KljpVMaSt8IQuHswLDd5LY =
You can’t perform that action at this time.
0 commit comments