Skip to content

Commit a55b4ea

Browse files
Revendor
1 parent 13f9a3c commit a55b4ea

File tree

963 files changed

+693
-194769
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

963 files changed

+693
-194769
lines changed

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ require (
3838
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0
3939
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0
4040
github.com/jongio/azidext/go/azidext v0.5.0
41-
github.com/openshift/library-go v0.0.0-20240723172506-8bb8fe6cc56d
41+
github.com/openshift/library-go v0.0.0-20240822162747-42bcbbc4ccc6
4242
go.uber.org/mock v0.4.0
43+
k8s.io/apiserver v0.30.1
4344
k8s.io/component-base v0.30.2
4445
)
4546

@@ -134,7 +135,6 @@ require (
134135
gopkg.in/yaml.v2 v2.4.0 // indirect
135136
gopkg.in/yaml.v3 v3.0.1 // indirect
136137
k8s.io/apiextensions-apiserver v0.30.1 // indirect
137-
k8s.io/apiserver v0.30.1 // indirect
138138
k8s.io/cli-runtime v0.30.0 // indirect
139139
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
140140
k8s.io/kubectl v0.30.0 // indirect
@@ -143,5 +143,3 @@ require (
143143
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
144144
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
145145
)
146-
147-
replace github.com/openshift/library-go => github.com/theobarberbany/library-go v0.0.0-20240815101832-67c243cfb5b5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,8 @@ github.com/openshift/api v0.0.0-20240731195412-e863d9f8a215 h1:NY9X6aNRa3PKTRj9n
301301
github.com/openshift/api v0.0.0-20240731195412-e863d9f8a215/go.mod h1:OOh6Qopf21pSzqNVCB5gomomBXb8o5sGKZxG2KNpaXM=
302302
github.com/openshift/client-go v0.0.0-20240528061634-b054aa794d87 h1:JtLhaGpSEconE+1IKmIgCOof/Len5ceG6H1pk43yv5U=
303303
github.com/openshift/client-go v0.0.0-20240528061634-b054aa794d87/go.mod h1:3IPD4U0qyovZS4EFady2kqY32m8lGcbs/Wx+yprg9z8=
304+
github.com/openshift/library-go v0.0.0-20240822162747-42bcbbc4ccc6 h1:SXoVbgBF/K2BadaF+e0ubOkyFDlu+/MwRZ/BhifoQE4=
305+
github.com/openshift/library-go v0.0.0-20240822162747-42bcbbc4ccc6/go.mod h1:PdASVamWinll2BPxiUpXajTwZxV8A1pQbWEsCN1od7I=
304306
github.com/openshift/machine-api-operator v0.2.1-0.20240813104042-5af274324af8 h1:yPtRlkjfyH1zVa49PxglUki9TgJ02XtDR8xefGEfTAg=
305307
github.com/openshift/machine-api-operator v0.2.1-0.20240813104042-5af274324af8/go.mod h1:ntS+1b2WpwGffLBuV8rS2zSndDIDtTPZcaBONrkaqrM=
306308
github.com/peterbourgon/diskv v2.0.1+incompatible h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=
@@ -350,8 +352,6 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
350352
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
351353
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
352354
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
353-
github.com/theobarberbany/library-go v0.0.0-20240815101832-67c243cfb5b5 h1:vtNxSkkbE2s4bTiquVhakWEoqJJgacT8qOesjT6WUUY=
354-
github.com/theobarberbany/library-go v0.0.0-20240815101832-67c243cfb5b5/go.mod h1:PdASVamWinll2BPxiUpXajTwZxV8A1pQbWEsCN1od7I=
355355
github.com/xlab/treeprint v1.2.0 h1:HzHnuAF1plUN2zGlAFHbSQP2qJ0ZAD3XF5XD7OesXRQ=
356356
github.com/xlab/treeprint v1.2.0/go.mod h1:gj5Gd3gPdKtR1ikdDK6fnFLdmIS0X30kTTuNd/WEJu0=
357357
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

vendor/github.com/openshift/api/.ci-operator.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

vendor/github.com/openshift/api/.gitattributes

Lines changed: 0 additions & 7 deletions
This file was deleted.

vendor/github.com/openshift/api/.gitignore

Lines changed: 0 additions & 21 deletions
This file was deleted.

vendor/github.com/openshift/api/Dockerfile.ocp

Lines changed: 0 additions & 23 deletions
This file was deleted.

vendor/github.com/openshift/api/Makefile

Lines changed: 0 additions & 183 deletions
This file was deleted.

vendor/github.com/openshift/api/OWNERS

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)