@@ -5,9 +5,8 @@ go 1.23.0
5
5
require (
6
6
github.com/cenkalti/backoff/v4 v4.3.0
7
7
github.com/onsi/ginkgo v1.16.5
8
- github.com/onsi/ginkgo/v2 v2.22.2
9
8
github.com/onsi/gomega v1.36.2
10
- k8s.io/apimachinery v0.32.1
9
+ k8s.io/apimachinery v0.32.3
11
10
k8s.io/client-go v0.32.1
12
11
open-cluster-management.io/api v0.15.0
13
12
sigs.k8s.io/controller-runtime v0.20.2
@@ -27,14 +26,10 @@ require (
27
26
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect
28
27
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
29
28
github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3 // indirect
30
- github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
31
29
github.com/dennwc/varint v1.0.0 // indirect
32
30
github.com/edsrzf/mmap-go v1.2.0 // indirect
33
- github.com/envoyproxy/go-control-plane v0.13.1 // indirect
34
31
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb // indirect
35
32
github.com/felixge/httpsnoop v1.0.4 // indirect
36
- github.com/go-kit/log v0.2.1 // indirect
37
- github.com/go-logfmt/logfmt v0.6.0 // indirect
38
33
github.com/go-logr/stdr v1.2.2 // indirect
39
34
github.com/go-openapi/analysis v0.22.2 // indirect
40
35
github.com/go-openapi/errors v0.22.0 // indirect
@@ -60,7 +55,6 @@ require (
60
55
github.com/oklog/ulid v1.3.1 // indirect
61
56
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
62
57
github.com/prometheus/alertmanager v0.27.0 // indirect
63
- github.com/prometheus/common/sigv4 v0.1.0 // indirect
64
58
github.com/prometheus/sigv4 v0.1.0 // indirect
65
59
github.com/rogpeppe/go-internal v1.13.2-0.20241226121412-a5dc8ff20d0a // indirect
66
60
go.mongodb.org/mongo-driver v1.14.0 // indirect
@@ -75,7 +69,7 @@ require (
75
69
go.opentelemetry.io/otel/trace v1.33.0 // indirect
76
70
go.uber.org/atomic v1.11.0 // indirect
77
71
go.uber.org/goleak v1.3.0 // indirect
78
- golang.org/x/crypto v0.35 .0 // indirect
72
+ golang.org/x/crypto v0.36 .0 // indirect
79
73
google.golang.org/api v0.215.0 // indirect
80
74
google.golang.org/genproto/googleapis/api v0.0.0-20241216192217-9240e9c98484 // indirect
81
75
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
@@ -87,7 +81,6 @@ require (
87
81
github.com/antchfx/xmlquery v1.4.3
88
82
github.com/beorn7/perks v1.0.1 // indirect
89
83
github.com/blang/semver/v4 v4.0.0
90
- github.com/cenkalti/backoff/v5 v5.0.1
91
84
github.com/cespare/xxhash/v2 v2.3.0 // indirect
92
85
github.com/clarketm/json v1.17.1
93
86
github.com/coreos/ignition/v2 v2.20.0
@@ -111,7 +104,7 @@ require (
111
104
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
112
105
github.com/modern-go/reflect2 v1.0.2 // indirect
113
106
github.com/nxadm/tail v1.4.8 // indirect
114
- github.com/openshift/api v0.0.0-20250120092857-366ffb8c60da
107
+ github.com/openshift/api v0.0.0-20250327202946-4521905c611e
115
108
github.com/openshift/library-go v0.0.0-20241022210936-abb8c75b88dc
116
109
github.com/openshift/machine-config-operator v0.0.1-0.20250106175656-2d1f23a7513e
117
110
github.com/pborman/uuid v1.2.1
@@ -131,19 +124,19 @@ require (
131
124
go.uber.org/multierr v1.11.0 // indirect
132
125
go.uber.org/zap v1.27.0
133
126
golang.org/x/mod v0.22.0
134
- golang.org/x/net v0.36 .0
127
+ golang.org/x/net v0.37 .0
135
128
golang.org/x/oauth2 v0.25.0 // indirect
136
- golang.org/x/sys v0.30 .0 // indirect
137
- golang.org/x/term v0.29 .0 // indirect
138
- golang.org/x/text v0.22 .0 // indirect
129
+ golang.org/x/sys v0.31 .0 // indirect
130
+ golang.org/x/term v0.30 .0 // indirect
131
+ golang.org/x/text v0.23 .0 // indirect
139
132
golang.org/x/time v0.8.0 // indirect
140
133
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
141
134
google.golang.org/protobuf v1.36.2 // indirect
142
135
gopkg.in/inf.v0 v0.9.1 // indirect
143
136
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
144
137
gopkg.in/yaml.v2 v2.4.0 // indirect
145
138
gopkg.in/yaml.v3 v3.0.1
146
- k8s.io/api v0.32.1
139
+ k8s.io/api v0.32.3
147
140
k8s.io/apiextensions-apiserver v0.32.1
148
141
k8s.io/apiserver v0.32.1
149
142
k8s.io/component-base v0.32.1 // indirect
@@ -153,7 +146,7 @@ require (
153
146
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
154
147
sigs.k8s.io/controller-tools v0.17.1
155
148
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
156
- sigs.k8s.io/structured-merge-diff/v4 v4.5 .0 // indirect
149
+ sigs.k8s.io/structured-merge-diff/v4 v4.6 .0 // indirect
157
150
sigs.k8s.io/yaml v1.4.0
158
151
)
159
152
@@ -189,7 +182,7 @@ require (
189
182
github.com/mattn/go-runewidth v0.0.16 // indirect
190
183
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
191
184
github.com/olekukonko/tablewriter v0.0.5 // indirect
192
- github.com/openshift/client-go v0.0.0-20241203091221-452dfb8fa071 // indirect
185
+ github.com/openshift/client-go v0.0.0-20250330132942-bc2e3c2af6e1 // indirect
193
186
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
194
187
github.com/prometheus/prometheus v0.301.0
195
188
github.com/rivo/uniseg v0.4.7 // indirect
@@ -200,7 +193,7 @@ require (
200
193
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
201
194
go4.org v0.0.0-20200104003542-c7e774b10ea0 // indirect
202
195
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
203
- golang.org/x/sync v0.11 .0 // indirect
196
+ golang.org/x/sync v0.12 .0 // indirect
204
197
golang.org/x/tools v0.29.0 // indirect
205
198
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
206
199
k8s.io/kube-aggregator v0.31.1 // indirect
@@ -209,5 +202,5 @@ require (
209
202
210
203
replace (
211
204
github.com/openshift/api => github.com/openshift/api v0.0.0-20250120092857-366ffb8c60da
212
- github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20250106104058-89709a455e2a
205
+ github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20250330132942-bc2e3c2af6e1
213
206
)
0 commit comments