@@ -3,7 +3,6 @@ module github.com/openshift/cluster-node-tuning-operator
3
3
go 1.17
4
4
5
5
require (
6
- // PAO
7
6
github.com/RHsyseng/operator-utils v0.0.0-20200213165520-1a022eb07a43
8
7
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f
9
8
github.com/coreos/ignition v0.35.0
@@ -17,11 +16,9 @@ require (
17
16
github.com/openshift/api v0.0.0-20220110171111-997c316db5e1
18
17
github.com/openshift/build-machinery-go v0.0.0-20211213093930-7e33a7eb4ce3
19
18
github.com/openshift/client-go v0.0.0-20211209144617-7385dd6338e3
20
- // github.com/openshift/api v3.9.1-0.20191111211345-a27ff30ebf09+incompatible
21
19
github.com/openshift/custom-resource-status v0.0.0-20200602122900-c002fd1547ca
22
20
github.com/openshift/library-go v0.0.0-20211220195323-eca2c467c492
23
21
github.com/openshift/machine-config-operator v0.0.1-0.20210514234214-c415ce6aed25
24
- // github.com/openshift/machine-config-operator v4.2.0-alpha.0.0.20190917115525-033375cbe820+incompatible
25
22
github.com/operator-framework/api v0.10.7
26
23
github.com/operator-framework/operator-lifecycle-manager v3.11.0+incompatible
27
24
github.com/pkg/errors v0.9.1
@@ -41,7 +38,6 @@ require (
41
38
k8s.io/kubelet v0.23.3
42
39
k8s.io/kubernetes v0.23.3
43
40
k8s.io/utils v0.0.0-20211116205334-6203023598ed
44
- // k8s.io/utils v0.0.0-20211116205334-6203023598ed
45
41
kubevirt.io/qe-tools v0.1.6
46
42
sigs.k8s.io/controller-runtime v0.11.0
47
43
sigs.k8s.io/controller-tools v0.6.2
@@ -158,7 +154,6 @@ replace (
158
154
k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.23.3
159
155
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.23.3
160
156
sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.11.1
161
- // sigs.k8s.io/controller-tools => sigs.k8s.io/controller-tools v0.6.2
162
157
sigs.k8s.io/controller-tools => sigs.k8s.io/controller-tools v0.7.0
163
158
)
164
159
@@ -167,11 +162,7 @@ replace (
167
162
github.com/Azure/go-autorest => github.com/Azure/go-autorest v14.2.0+incompatible
168
163
github.com/coreos/prometheus-operator => github.com/coreos/prometheus-operator v0.40.0
169
164
github.com/mtrmac/gpgme => github.com/mtrmac/gpgme v0.1.1
170
- github.com/openshift/api => github.com/openshift/api v0.0.0-20220203140920-bfe251c51d2d // release-4.11
171
- github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20211209144617-7385dd6338e3 // release-4.11
172
- // github.com/openshift/library-go => github.com/openshift/library-go v0.0.0-20211208213416-9b73bdcf5d00 // release-4.8
173
165
github.com/openshift/machine-config-operator => github.com/openshift/machine-config-operator v0.0.1-0.20220203091316-d3010b34d344 // release-4.11
174
- // golang.org/x/tools => golang.org/x/tools v0.0.0-20191206213732-070c9d21b343
175
166
)
176
167
177
168
replace vbom.ml/util => github.com/fvbommel/util v0.0.0-20180919145318-efcd4e0f9787
0 commit comments