Skip to content

Commit da43b29

Browse files
fix(deps): update github.com/openshift/library-go digest to 378de07
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent c3649f8 commit da43b29

File tree

8 files changed

+118
-37
lines changed

8 files changed

+118
-37
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/openshift/api v0.0.0-20250710082954-674ad74beffc
1212
github.com/openshift/build-machinery-go v0.0.0-20250602125535-1b6d00b8c37c
1313
github.com/openshift/client-go v0.0.0-20250710075018-396b36f983ee
14-
github.com/openshift/library-go v0.0.0-20250711143941-47604345e7ea
14+
github.com/openshift/library-go v0.0.0-20250812160438-378de074fe7b
1515
github.com/prometheus/client_golang v1.22.0
1616
github.com/spf13/cobra v1.9.1
1717
github.com/spf13/pflag v1.0.6

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ github.com/openshift/build-machinery-go v0.0.0-20250602125535-1b6d00b8c37c h1:gJ
170170
github.com/openshift/build-machinery-go v0.0.0-20250602125535-1b6d00b8c37c/go.mod h1:8jcm8UPtg2mCAsxfqKil1xrmRMI3a+XU2TZ9fF8A7TE=
171171
github.com/openshift/client-go v0.0.0-20250710075018-396b36f983ee h1:tOtrrxfDEW8hK3eEsHqxsXurq/D6LcINGfprkQC3hqY=
172172
github.com/openshift/client-go v0.0.0-20250710075018-396b36f983ee/go.mod h1:zhRiYyNMk89llof2qEuGPWPD+joQPhCRUc2IK0SB510=
173-
github.com/openshift/library-go v0.0.0-20250711143941-47604345e7ea h1:0BNis5UGo5Z7J9GtRY1nw/pt8hWxIZqvfqnqH3eV5cs=
174-
github.com/openshift/library-go v0.0.0-20250711143941-47604345e7ea/go.mod h1:tptKNust9MdRI0p90DoBSPHIrBa9oh+Rok59tF0vT8c=
173+
github.com/openshift/library-go v0.0.0-20250812160438-378de074fe7b h1:AvoeP4LZgeHXTeNO7HiSdIxPbYrKvpJFa1JNTiYrx8M=
174+
github.com/openshift/library-go v0.0.0-20250812160438-378de074fe7b/go.mod h1:tptKNust9MdRI0p90DoBSPHIrBa9oh+Rok59tF0vT8c=
175175
github.com/orisano/pixelmatch v0.0.0-20220722002657-fb0b55479cde/go.mod h1:nZgzbfBr3hhjoZnS66nKrHmduYNpc34ny7RK4z5/HM0=
176176
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
177177
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

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

Lines changed: 31 additions & 8 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/certrotation/client_cert_rotation_controller.go

Lines changed: 17 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/metadata.go

Lines changed: 1 addition & 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/signer.go

Lines changed: 33 additions & 11 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/certrotation/target.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ github.com/openshift/client-go/route/informers/externalversions/internalinterfac
313313
github.com/openshift/client-go/route/informers/externalversions/route
314314
github.com/openshift/client-go/route/informers/externalversions/route/v1
315315
github.com/openshift/client-go/route/listers/route/v1
316-
# github.com/openshift/library-go v0.0.0-20250711143941-47604345e7ea
316+
# github.com/openshift/library-go v0.0.0-20250812160438-378de074fe7b
317317
## explicit; go 1.24.0
318318
github.com/openshift/library-go/pkg/apiserver/jsonpatch
319319
github.com/openshift/library-go/pkg/authorization/hardcodedauthorizer

0 commit comments

Comments
 (0)