Skip to content

Commit dad2921

Browse files
author
Kenny Woodson
committed
Updating machine-api dependencies to openshift/api
1 parent 36ecd2d commit dad2921

File tree

109 files changed

+5584
-7238
lines changed

Some content is hidden

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

109 files changed

+5584
-7238
lines changed

go.mod

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,18 @@ require (
1313
github.com/gophercloud/utils v0.0.0-20210720165645-8a3ad2ad9e70
1414
github.com/onsi/ginkgo v1.16.4
1515
github.com/onsi/gomega v1.14.0
16-
github.com/openshift/api v0.0.0-20210817132244-67c28690af52
17-
github.com/openshift/client-go v0.0.0-20210730113412-1811c1b3fc0e
18-
github.com/openshift/machine-api-operator v0.2.1-0.20210820103535-d50698c302f5
16+
github.com/openshift/api v0.0.0-20211108165917-be1be0e89115
17+
github.com/openshift/client-go v0.0.0-20211025111749-96ca2abfc56c
18+
github.com/openshift/machine-api-operator v0.2.1-0.20211111133920-c8bba3e64310
1919
github.com/vincent-petithory/dataurl v0.0.0-20160330182126-9a301d65acbb // indirect
2020
go4.org v0.0.0-20191010144846-132d2879e1e9 // indirect
2121
gopkg.in/yaml.v2 v2.4.0
22-
k8s.io/api v0.22.0
23-
k8s.io/apimachinery v0.22.0
24-
k8s.io/client-go v0.22.0
22+
k8s.io/api v0.22.1
23+
k8s.io/apimachinery v0.22.1
24+
k8s.io/client-go v0.22.1
2525
k8s.io/cluster-bootstrap v0.0.0-20190202014938-c9acc0c1bea2
2626
k8s.io/klog v1.0.0
2727
k8s.io/klog/v2 v2.9.0
2828
sigs.k8s.io/controller-runtime v0.9.6
2929
sigs.k8s.io/yaml v1.2.0
3030
)
31-
32-
replace (
33-
sigs.k8s.io/cluster-api-provider-aws => github.com/openshift/cluster-api-provider-aws v0.2.1-0.20210622023641-c69a3acaee27
34-
sigs.k8s.io/cluster-api-provider-azure => github.com/openshift/cluster-api-provider-azure v0.1.0-alpha.3.0.20210816141152-a7c40345b994
35-
)

go.sum

Lines changed: 16 additions & 312 deletions
Large diffs are not rendered by default.

vendor/github.com/MakeNowJust/heredoc/LICENSE

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/MakeNowJust/heredoc/README.md

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/MakeNowJust/heredoc/go.mod

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

vendor/github.com/MakeNowJust/heredoc/heredoc.go

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

vendor/github.com/openshift/api/config/v1/0000_00_cluster-version-operator_01_clusterversion.crd.yaml

Lines changed: 135 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/api/config/v1/0000_03_config-operator_01_proxy.crd.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)