Skip to content

Commit fd0b1d9

Browse files
committed
Bump library-go to latest master
1 parent 57e407f commit fd0b1d9

File tree

6 files changed

+48
-27
lines changed

6 files changed

+48
-27
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/openshift/api v0.0.0-20250710004639-926605d3338b
1616
github.com/openshift/build-machinery-go v0.0.0-20250530140348-dc5b2804eeee
1717
github.com/openshift/client-go v0.0.0-20250710075018-396b36f983ee
18-
github.com/openshift/library-go v0.0.0-20250724123005-03d85c4e997c
18+
github.com/openshift/library-go v0.0.0-20250729191057-91376e1b394e
1919
github.com/pkg/profile v1.7.0 // indirect
2020
github.com/prometheus/client_golang v1.22.0
2121
github.com/spf13/cobra v1.8.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ github.com/openshift/build-machinery-go v0.0.0-20250530140348-dc5b2804eeee h1:+S
166166
github.com/openshift/build-machinery-go v0.0.0-20250530140348-dc5b2804eeee/go.mod h1:8jcm8UPtg2mCAsxfqKil1xrmRMI3a+XU2TZ9fF8A7TE=
167167
github.com/openshift/client-go v0.0.0-20250710075018-396b36f983ee h1:tOtrrxfDEW8hK3eEsHqxsXurq/D6LcINGfprkQC3hqY=
168168
github.com/openshift/client-go v0.0.0-20250710075018-396b36f983ee/go.mod h1:zhRiYyNMk89llof2qEuGPWPD+joQPhCRUc2IK0SB510=
169-
github.com/openshift/library-go v0.0.0-20250724123005-03d85c4e997c h1:KG1U3r4ocDe39/Mvc6oxgDoi9YlCrWAor6n+uvJzRok=
170-
github.com/openshift/library-go v0.0.0-20250724123005-03d85c4e997c/go.mod h1:tptKNust9MdRI0p90DoBSPHIrBa9oh+Rok59tF0vT8c=
169+
github.com/openshift/library-go v0.0.0-20250729191057-91376e1b394e h1:xYT+P++PSc9G+Y47pIcU9fm8IDV/tg6tMi3i+0m23pU=
170+
github.com/openshift/library-go v0.0.0-20250729191057-91376e1b394e/go.mod h1:tptKNust9MdRI0p90DoBSPHIrBa9oh+Rok59tF0vT8c=
171171
github.com/orisano/pixelmatch v0.0.0-20220722002657-fb0b55479cde/go.mod h1:nZgzbfBr3hhjoZnS66nKrHmduYNpc34ny7RK4z5/HM0=
172172
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
173173
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

vendor/github.com/openshift/library-go/pkg/operator/staticpod/controllers.go

Lines changed: 15 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/status/status_controller.go

Lines changed: 7 additions & 6 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/status/version.go

Lines changed: 22 additions & 6 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
@@ -346,7 +346,7 @@ github.com/openshift/client-go/security/informers/externalversions/internalinter
346346
github.com/openshift/client-go/security/informers/externalversions/security
347347
github.com/openshift/client-go/security/informers/externalversions/security/v1
348348
github.com/openshift/client-go/security/listers/security/v1
349-
# github.com/openshift/library-go v0.0.0-20250724123005-03d85c4e997c
349+
# github.com/openshift/library-go v0.0.0-20250729191057-91376e1b394e
350350
## explicit; go 1.24.0
351351
github.com/openshift/library-go/pkg/apiserver/jsonpatch
352352
github.com/openshift/library-go/pkg/assets

0 commit comments

Comments
 (0)