Skip to content

Commit fb599ec

Browse files
committed
Bump library-go to cert-annotations-not-before-not-after branch
1 parent 8ef2c1d commit fb599ec

File tree

8 files changed

+55
-18
lines changed

8 files changed

+55
-18
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,5 @@ require (
128128
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
129129
sigs.k8s.io/yaml v1.4.0 // indirect
130130
)
131+
132+
replace github.com/openshift/library-go => github.com/vrutkovs/library-go v0.0.0-20241122091102-4d0a3e9ced24

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ github.com/openshift/build-machinery-go v0.0.0-20240613134303-8359781da660 h1:F0
167167
github.com/openshift/build-machinery-go v0.0.0-20240613134303-8359781da660/go.mod h1:8jcm8UPtg2mCAsxfqKil1xrmRMI3a+XU2TZ9fF8A7TE=
168168
github.com/openshift/client-go v0.0.0-20241001162912-da6d55e4611f h1:FRc0bVNWprihWS0GqQWzb3dY4dkCwpOP3mDw5NwSoR4=
169169
github.com/openshift/client-go v0.0.0-20241001162912-da6d55e4611f/go.mod h1:KiZi2mJRH1TOJ3FtBDYS6YvUL30s/iIXaGSUrSa36mo=
170-
github.com/openshift/library-go v0.0.0-20241119162247-f466fdd82330 h1:nK16PhWNPIjnv7Vux1jBlzEPgA9q/o/CwqsbRpQJrpY=
171-
github.com/openshift/library-go v0.0.0-20241119162247-f466fdd82330/go.mod h1:9B1MYPoLtP9tqjWxcbUNVpwxy68zOH/3EIP6c31dAM0=
172170
github.com/orisano/pixelmatch v0.0.0-20220722002657-fb0b55479cde/go.mod h1:nZgzbfBr3hhjoZnS66nKrHmduYNpc34ny7RK4z5/HM0=
173171
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
174172
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
@@ -215,6 +213,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
215213
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
216214
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 h1:6fotK7otjonDflCTK0BCfls4SPy3NcCVb5dqqmbRknE=
217215
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75/go.mod h1:KO6IkyS8Y3j8OdNO85qEYBsRPuteD+YciPomcXdrMnk=
216+
github.com/vrutkovs/library-go v0.0.0-20241122091102-4d0a3e9ced24 h1:OMTPL8M+Wba2xfon/rctp0SDp8JdIJwSKv8ponsKgp8=
217+
github.com/vrutkovs/library-go v0.0.0-20241122091102-4d0a3e9ced24/go.mod h1:9B1MYPoLtP9tqjWxcbUNVpwxy68zOH/3EIP6c31dAM0=
218218
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
219219
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
220220
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 h1:eY9dn8+vbi4tKz5Qo6v2eYzo7kUS51QINcR5jNpbZS8=

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

Lines changed: 22 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/certrotation/client_cert_rotation_controller.go

Lines changed: 0 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/signer.go

Lines changed: 6 additions & 4 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: 2 additions & 2 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/events/recorder.go

Lines changed: 19 additions & 1 deletion
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-20241119162247-f466fdd82330
352+
# github.com/openshift/library-go v0.0.0-20241119162247-f466fdd82330 => github.com/vrutkovs/library-go v0.0.0-20241122091102-4d0a3e9ced24
353353
## explicit; go 1.22.0
354354
github.com/openshift/library-go/pkg/apiserver/jsonpatch
355355
github.com/openshift/library-go/pkg/assets
@@ -1542,3 +1542,4 @@ sigs.k8s.io/structured-merge-diff/v4/value
15421542
## explicit; go 1.12
15431543
sigs.k8s.io/yaml
15441544
sigs.k8s.io/yaml/goyaml.v2
1545+
# github.com/openshift/library-go => github.com/vrutkovs/library-go v0.0.0-20241122091102-4d0a3e9ced24

0 commit comments

Comments
 (0)