File tree Expand file tree Collapse file tree 4 files changed +31
-4
lines changed
github.com/openshift/machine-api-operator/pkg/util Expand file tree Collapse file tree 4 files changed +31
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
16
16
github.com/onsi/ginkgo/v2 v2.9.5
17
17
github.com/onsi/gomega v1.27.7
18
18
github.com/openshift/api v0.0.0-20230509100629-894b49f57a15
19
- github.com/openshift/machine-api-operator v0.2.1-0.20230526095704-3938d727319b
19
+ github.com/openshift/machine-api-operator v0.2.1-0.20230531233206-931f6f67c1c7
20
20
github.com/pkg/errors v0.9.1
21
21
github.com/spf13/cobra v1.7.0
22
22
golang.org/x/crypto v0.6.0
Original file line number Diff line number Diff line change @@ -305,8 +305,8 @@ github.com/openshift/client-go v0.0.0-20230503144108-75015d2347cb h1:Nij5OnaECrk
305
305
github.com/openshift/client-go v0.0.0-20230503144108-75015d2347cb /go.mod h1:Rhb3moCqeiTuGHAbXBOlwPubUMlOZEkrEWTRjIF3jzs =
306
306
github.com/openshift/library-go v0.0.0-20230508110756-9b7abe2c9cbf h1:ZpFAN2qprgp7jEhGPrOAwP8mmuYC9BRYzvDefg+k4GM =
307
307
github.com/openshift/library-go v0.0.0-20230508110756-9b7abe2c9cbf /go.mod h1:PJVatR/oS/EaFciwylyAr9hORSqQHrC+5bXf4L0wsBY =
308
- github.com/openshift/machine-api-operator v0.2.1-0.20230526095704-3938d727319b h1:Bui00y1DNxAPvmLEb1+sKzUCRPfl01y+DNdL223f5Ns =
309
- github.com/openshift/machine-api-operator v0.2.1-0.20230526095704-3938d727319b /go.mod h1:cYJjVQyNskmxEixGczlLytGF9iacFubTD/UbGvu5EEY =
308
+ github.com/openshift/machine-api-operator v0.2.1-0.20230531233206-931f6f67c1c7 h1:6/Yok3qh3FPnjw+OsefCEPbV0KFEVkr00NaEYDpAY6M =
309
+ github.com/openshift/machine-api-operator v0.2.1-0.20230531233206-931f6f67c1c7 /go.mod h1:cYJjVQyNskmxEixGczlLytGF9iacFubTD/UbGvu5EEY =
310
310
github.com/peterbourgon/diskv v2.0.1+incompatible h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI =
311
311
github.com/peterbourgon/diskv v2.0.1+incompatible /go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU =
312
312
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 h1:KoWmjvw+nsYOo29YJK9vDA65RGE3NrOnUtO7a+RF9HU =
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ github.com/openshift/client-go/machine/listers/machine/v1beta1
335
335
## explicit; go 1.20
336
336
github.com/openshift/library-go/pkg/config/clusterstatus
337
337
github.com/openshift/library-go/pkg/config/leaderelection
338
- # github.com/openshift/machine-api-operator v0.2.1-0.20230526095704-3938d727319b
338
+ # github.com/openshift/machine-api-operator v0.2.1-0.20230531233206-931f6f67c1c7
339
339
## explicit; go 1.19
340
340
github.com/openshift/machine-api-operator/pkg/controller/machine
341
341
github.com/openshift/machine-api-operator/pkg/metrics
You can’t perform that action at this time.
0 commit comments