Skip to content

Commit c8f27fd

Browse files
committed
DO NOT MERGE: proof
1 parent b749816 commit c8f27fd

File tree

7 files changed

+34
-5
lines changed

7 files changed

+34
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ require (
129129
sigs.k8s.io/yaml v1.4.0 // indirect
130130
)
131131

132-
replace github.com/openshift/library-go => github.com/sanchezl/library-go cherry-pick-2022-and-2024-to-release-4.19
132+
replace github.com/openshift/library-go => github.com/sanchezl/library-go v0.0.0-20251112141828-e0c19b592e31

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ github.com/openshift/build-machinery-go v0.0.0-20250102153059-e85a1a7ecb5c h1:6X
166166
github.com/openshift/build-machinery-go v0.0.0-20250102153059-e85a1a7ecb5c/go.mod h1:8jcm8UPtg2mCAsxfqKil1xrmRMI3a+XU2TZ9fF8A7TE=
167167
github.com/openshift/client-go v0.0.0-20250125113824-8e1f0b8fa9a7 h1:4iliLcvr1P9EUMZgIaSNEKNQQzBn+L6PSequlFOuB6Q=
168168
github.com/openshift/client-go v0.0.0-20250125113824-8e1f0b8fa9a7/go.mod h1:2tcufBE4Cu6RNgDCxcUJepa530kGo5GFVfR9BSnndhI=
169-
github.com/openshift/library-go v0.0.0-20250512121900-863508cf7a27 h1:9gC5e5821g15dahkbhKd8njBU8l/3l+0LgGvlMKWs2I=
170-
github.com/openshift/library-go v0.0.0-20250512121900-863508cf7a27/go.mod h1:DAa3BGl0CFtkfJn/g5rU8kDDTErfMVA/QlFm4cvU+MI=
171169
github.com/orisano/pixelmatch v0.0.0-20220722002657-fb0b55479cde/go.mod h1:nZgzbfBr3hhjoZnS66nKrHmduYNpc34ny7RK4z5/HM0=
172170
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
173171
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
@@ -191,6 +189,8 @@ github.com/robfig/cron v1.2.0/go.mod h1:JGuDeoQd7Z6yL4zQhZ3OPEVHB7fL6Ka6skscFHfm
191189
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
192190
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
193191
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
192+
github.com/sanchezl/library-go v0.0.0-20251112141828-e0c19b592e31 h1:OW3cmm6Cb0urN+Z9MlwJSpTCBuVTfCvd8QG4H1+wpc8=
193+
github.com/sanchezl/library-go v0.0.0-20251112141828-e0c19b592e31/go.mod h1:DAa3BGl0CFtkfJn/g5rU8kDDTErfMVA/QlFm4cvU+MI=
194194
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
195195
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
196196
github.com/soheilhy/cmux v0.1.5 h1:jjzc5WVemNEDTLwv9tlmemhC73tI08BNOIGwBOo10Js=

vendor/github.com/openshift/library-go/pkg/operator/certrotation/client_cert_rotation_controller.go

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/library-go/pkg/operator/certrotation/target.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/library-go/pkg/operator/resource/resourceapply/generic.go

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/library-go/pkg/operator/resource/resourceapply/storage.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ github.com/openshift/client-go/security/informers/externalversions/internalinter
349349
github.com/openshift/client-go/security/informers/externalversions/security
350350
github.com/openshift/client-go/security/informers/externalversions/security/v1
351351
github.com/openshift/client-go/security/listers/security/v1
352-
# github.com/openshift/library-go v0.0.0-20250512121900-863508cf7a27
352+
# github.com/openshift/library-go v0.0.0-20250512121900-863508cf7a27 => github.com/sanchezl/library-go v0.0.0-20251112141828-e0c19b592e31
353353
## explicit; go 1.23.0
354354
github.com/openshift/library-go/pkg/apiserver/jsonpatch
355355
github.com/openshift/library-go/pkg/assets
@@ -1556,3 +1556,4 @@ sigs.k8s.io/structured-merge-diff/v4/value
15561556
## explicit; go 1.12
15571557
sigs.k8s.io/yaml
15581558
sigs.k8s.io/yaml/goyaml.v2
1559+
# github.com/openshift/library-go => github.com/sanchezl/library-go v0.0.0-20251112141828-e0c19b592e31

0 commit comments

Comments
 (0)