2020-02-14 00:00:06 +01:00
|
|
|
module github.com/openshift/installer
|
|
|
|
|
|
2021-11-24 00:43:52 -05:00
|
|
|
go 1.17
|
2020-02-14 00:00:06 +01:00
|
|
|
|
|
|
|
|
require (
|
2021-12-17 14:18:12 -05:00
|
|
|
cloud.google.com/go v0.81.0
|
2021-05-03 09:46:33 -04:00
|
|
|
github.com/AlecAivazis/survey/v2 v2.2.12
|
2022-03-17 17:34:51 +01:00
|
|
|
github.com/Azure/azure-sdk-for-go v51.2.0+incompatible
|
2021-07-23 18:06:09 -04:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.18
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.4.1
|
2021-04-27 16:37:41 -04:00
|
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0
|
2022-03-03 12:33:15 -06:00
|
|
|
github.com/IBM-Cloud/bluemix-go v0.0.0-20211102075456-ffc4e11dfb16
|
|
|
|
|
github.com/IBM-Cloud/power-go-client v1.1.4
|
|
|
|
|
github.com/IBM/go-sdk-core/v4 v4.9.0
|
|
|
|
|
github.com/IBM/go-sdk-core/v5 v5.9.1
|
2021-04-15 14:51:26 -04:00
|
|
|
github.com/IBM/networking-go-sdk v0.14.0
|
2021-07-13 10:12:17 -04:00
|
|
|
github.com/IBM/platform-services-go-sdk v0.18.16
|
2021-04-15 14:51:26 -04:00
|
|
|
github.com/IBM/vpc-go-sdk v1.0.1
|
2022-01-25 17:40:39 +08:00
|
|
|
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1264
|
2021-10-12 10:28:02 -04:00
|
|
|
github.com/aliyun/aliyun-oss-go-sdk v2.1.8+incompatible
|
2020-10-19 11:20:18 +03:00
|
|
|
github.com/apparentlymart/go-cidr v1.1.0
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/awalterschulze/gographviz v0.0.0-20190522210029-fa59802746ab
|
2022-03-15 22:05:21 -04:00
|
|
|
github.com/aws/aws-sdk-go v1.43.19
|
2020-07-21 18:39:41 +02:00
|
|
|
github.com/clarketm/json v1.14.1
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/containers/image v3.0.2+incompatible
|
2021-02-13 00:04:51 +02:00
|
|
|
github.com/coreos/ignition/v2 v2.9.0
|
2021-10-12 10:28:02 -04:00
|
|
|
github.com/coreos/stream-metadata-go v0.1.3
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
|
2020-03-04 12:05:18 +01:00
|
|
|
github.com/go-playground/validator/v10 v10.2.0
|
2021-10-12 10:28:02 -04:00
|
|
|
github.com/golang/mock v1.6.0
|
2021-09-24 14:01:04 -04:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2021-12-22 10:36:51 -05:00
|
|
|
github.com/google/go-cmp v0.5.7
|
2021-04-15 14:51:26 -04:00
|
|
|
github.com/google/uuid v1.2.0
|
2022-03-16 08:40:26 +01:00
|
|
|
github.com/gophercloud/gophercloud v0.24.0
|
|
|
|
|
github.com/gophercloud/utils v0.0.0-20220307143606-8e7800759d16
|
2020-02-27 22:56:18 +01:00
|
|
|
github.com/h2non/filetype v1.0.12
|
2021-12-22 10:36:51 -05:00
|
|
|
github.com/hashicorp/terraform-exec v0.16.0
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/libvirt/libvirt-go v5.10.0+incompatible
|
2022-01-29 00:30:32 +08:00
|
|
|
github.com/metal3-io/baremetal-operator v0.0.0-20220128094204-28771f489634
|
2021-07-07 16:48:27 +01:00
|
|
|
github.com/metal3-io/baremetal-operator/apis v0.0.0
|
2021-12-03 04:01:18 -05:00
|
|
|
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.0.0
|
2022-03-11 14:18:09 -08:00
|
|
|
github.com/openshift/api v0.0.0-20220310165943-abf6417c2748
|
2022-03-03 12:33:15 -06:00
|
|
|
github.com/openshift/client-go v0.0.0-20211209144617-7385dd6338e3
|
2020-03-15 11:32:39 -07:00
|
|
|
github.com/openshift/cloud-credential-operator v0.0.0-20200316201045-d10080b52c9e
|
2021-12-07 14:13:03 -05:00
|
|
|
github.com/openshift/cluster-api-provider-baremetal v0.0.0-20210924143856-c2d3ece4da38
|
2021-11-18 13:15:17 -05:00
|
|
|
github.com/openshift/cluster-api-provider-ibmcloud v0.0.0-20211008100740-4d7907adbd6b
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/openshift/cluster-api-provider-libvirt v0.2.1-0.20191219173431-2336783d4603
|
2021-11-23 10:19:57 -05:00
|
|
|
github.com/openshift/cluster-api-provider-ovirt v0.1.1-0.20211111151530-06177b773958
|
2022-03-03 18:52:50 -06:00
|
|
|
github.com/openshift/library-go v0.0.0-20211214183058-58531ccbde67
|
|
|
|
|
github.com/openshift/machine-api-provider-powervs v0.0.0-20220303154846-89bb5bec120e
|
2020-07-21 18:39:41 +02:00
|
|
|
github.com/openshift/machine-config-operator v0.0.0
|
2021-03-26 17:36:05 +01:00
|
|
|
github.com/ovirt/go-ovirt v0.0.0-20210308100159-ac0bcbc88d7c
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/pborman/uuid v1.2.0
|
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
|
github.com/pkg/sftp v1.10.1
|
2021-11-23 10:19:57 -05:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-12-17 14:18:12 -05:00
|
|
|
github.com/prometheus/common v0.28.0
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
|
2021-10-12 10:28:02 -04:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-11-23 10:19:57 -05:00
|
|
|
github.com/spf13/cobra v1.2.1
|
2021-06-28 17:35:45 -04:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2020-10-19 11:20:18 +03:00
|
|
|
github.com/ulikunitz/xz v0.5.8
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/vincent-petithory/dataurl v0.0.0-20191104211930-d1553a71de50
|
2021-02-11 08:42:36 -05:00
|
|
|
github.com/vmware/govmomi v0.24.0
|
2022-03-16 08:40:26 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
|
2021-12-07 14:16:39 -05:00
|
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
|
2022-03-03 12:33:15 -06:00
|
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
|
2021-12-17 14:18:12 -05:00
|
|
|
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
|
2022-03-03 12:33:15 -06:00
|
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
|
2021-11-23 10:19:57 -05:00
|
|
|
google.golang.org/api v0.44.0
|
2021-12-17 14:18:12 -05:00
|
|
|
google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2
|
|
|
|
|
google.golang.org/grpc v1.40.0
|
2022-01-25 17:40:39 +08:00
|
|
|
gopkg.in/ini.v1 v1.66.2
|
2020-11-30 18:56:22 -05:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2021-12-17 14:18:12 -05:00
|
|
|
k8s.io/api v0.23.0
|
|
|
|
|
k8s.io/apiextensions-apiserver v0.23.0
|
|
|
|
|
k8s.io/apimachinery v0.23.0
|
2020-02-14 00:00:06 +01:00
|
|
|
k8s.io/client-go v12.0.0+incompatible
|
2020-10-22 11:01:37 -04:00
|
|
|
k8s.io/klog v1.0.0
|
2021-12-17 14:18:12 -05:00
|
|
|
k8s.io/klog/v2 v2.30.0
|
2022-03-03 12:33:15 -06:00
|
|
|
k8s.io/utils v0.0.0-20211208161948-7d6a63dca704
|
2020-02-14 00:00:06 +01:00
|
|
|
sigs.k8s.io/cluster-api-provider-aws v0.0.0
|
|
|
|
|
sigs.k8s.io/cluster-api-provider-openstack v0.0.0
|
2022-03-03 18:52:50 -06:00
|
|
|
sigs.k8s.io/controller-tools v0.8.0
|
2020-02-14 00:00:06 +01:00
|
|
|
)
|
|
|
|
|
|
2021-11-24 00:43:52 -05:00
|
|
|
require (
|
|
|
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
2021-12-22 10:36:51 -05:00
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
|
|
|
|
|
github.com/Azure/go-autorest/autorest/azure/cli v0.3.1 // indirect
|
2021-11-24 00:43:52 -05:00
|
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
|
|
|
|
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
|
|
|
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
|
|
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
|
|
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
2022-03-03 12:33:15 -06:00
|
|
|
github.com/PuerkitoBio/purell v1.1.1 // indirect
|
|
|
|
|
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
|
|
|
|
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
|
2021-12-22 10:36:51 -05:00
|
|
|
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
|
2021-11-24 00:43:52 -05:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
|
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
2021-11-23 10:19:57 -05:00
|
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
2021-11-24 00:43:52 -05:00
|
|
|
github.com/coreos/vcontext v0.0.0-20201120045928-b0e13dab675c // indirect
|
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2021-12-22 10:36:51 -05:00
|
|
|
github.com/dimchansky/utfbom v1.1.0 // indirect
|
2021-12-17 14:18:12 -05:00
|
|
|
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
|
2022-03-03 12:33:15 -06:00
|
|
|
github.com/fatih/color v1.12.0 // indirect
|
2021-11-24 00:43:52 -05:00
|
|
|
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
|
2021-12-17 14:18:12 -05:00
|
|
|
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
2022-03-03 12:33:15 -06:00
|
|
|
github.com/go-logr/logr v1.2.2 // indirect
|
|
|
|
|
github.com/go-openapi/analysis v0.21.2 // indirect
|
|
|
|
|
github.com/go-openapi/errors v0.20.2 // indirect
|
|
|
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
|
|
|
|
github.com/go-openapi/jsonreference v0.19.6 // indirect
|
|
|
|
|
github.com/go-openapi/loads v0.21.1 // indirect
|
|
|
|
|
github.com/go-openapi/runtime v0.23.0 // indirect
|
|
|
|
|
github.com/go-openapi/spec v0.20.4 // indirect
|
|
|
|
|
github.com/go-openapi/strfmt v0.21.2 // indirect
|
|
|
|
|
github.com/go-openapi/swag v0.21.1 // indirect
|
|
|
|
|
github.com/go-openapi/validate v0.20.3 // indirect
|
|
|
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
|
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
|
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
|
|
|
github.com/gobuffalo/flect v0.2.3 // indirect
|
2021-11-24 00:43:52 -05:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2022-03-03 12:33:15 -06:00
|
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
2021-11-24 00:43:52 -05:00
|
|
|
github.com/google/renameio v1.0.0 // indirect
|
|
|
|
|
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
|
|
|
|
|
github.com/googleapis/gnostic v0.5.5 // indirect
|
2021-03-10 19:13:42 -08:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
2022-03-03 12:33:15 -06:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
|
2021-12-22 10:36:51 -05:00
|
|
|
github.com/hashicorp/go-version v1.4.0 // indirect
|
|
|
|
|
github.com/hashicorp/terraform-json v0.13.0 // indirect
|
2021-12-17 14:18:12 -05:00
|
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
2021-11-24 00:43:52 -05:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
2022-03-03 12:33:15 -06:00
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
2021-12-17 14:18:12 -05:00
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
2021-11-24 00:43:52 -05:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
|
|
|
github.com/kr/fs v0.1.0 // indirect
|
2022-03-03 12:33:15 -06:00
|
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
|
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
2021-11-24 00:43:52 -05:00
|
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
|
|
|
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
|
|
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
2022-03-03 12:33:15 -06:00
|
|
|
github.com/mitchellh/mapstructure v1.4.3 // indirect
|
2021-11-24 00:43:52 -05:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
2021-12-17 14:18:12 -05:00
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2021-11-24 00:43:52 -05:00
|
|
|
github.com/oklog/ulid v1.3.1 // indirect
|
|
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
|
|
|
github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 // indirect
|
|
|
|
|
github.com/openshift/cluster-api v0.0.0-20190805113604-f8de78af80fc // indirect
|
2022-03-03 12:33:15 -06:00
|
|
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
2021-11-24 00:43:52 -05:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
2021-11-23 10:19:57 -05:00
|
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
2021-11-24 00:43:52 -05:00
|
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
2021-12-22 10:36:51 -05:00
|
|
|
github.com/shurcooL/httpfs v0.0.0-20171119174359-809beceb2371 // indirect
|
2021-11-24 00:43:52 -05:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2021-12-22 10:36:51 -05:00
|
|
|
github.com/zclconf/go-cty v1.10.0 // indirect
|
2022-03-03 12:33:15 -06:00
|
|
|
go.mongodb.org/mongo-driver v1.8.3 // indirect
|
2021-12-22 10:36:51 -05:00
|
|
|
go.opencensus.io v0.23.0 // indirect
|
2021-11-24 00:43:52 -05:00
|
|
|
golang.org/x/mod v0.4.2 // indirect
|
2022-03-03 12:33:15 -06:00
|
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
2021-12-17 14:18:12 -05:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2021-11-24 00:43:52 -05:00
|
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
|
2021-12-17 14:18:12 -05:00
|
|
|
golang.org/x/tools v0.1.6-0.20210820212750-d4cc65f0b2ff // indirect
|
2021-11-24 00:43:52 -05:00
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
2021-12-17 14:18:12 -05:00
|
|
|
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
|
2021-11-24 00:43:52 -05:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
|
|
|
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
|
|
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
2021-12-17 14:18:12 -05:00
|
|
|
k8s.io/component-base v0.23.0 // indirect
|
|
|
|
|
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
|
|
|
|
|
sigs.k8s.io/controller-runtime v0.11.0 // indirect
|
2022-03-03 12:33:15 -06:00
|
|
|
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
|
2021-12-17 14:18:12 -05:00
|
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.0 // indirect
|
|
|
|
|
sigs.k8s.io/yaml v1.3.0 // indirect
|
2021-11-24 00:43:52 -05:00
|
|
|
)
|
|
|
|
|
|
2021-12-22 10:36:51 -05:00
|
|
|
// OpenShift Forks
|
2020-02-14 00:00:06 +01:00
|
|
|
replace (
|
2021-12-22 10:36:51 -05:00
|
|
|
github.com/metal3-io/baremetal-operator => github.com/openshift/baremetal-operator v0.0.0-20211201170610-92ffa60c683d
|
|
|
|
|
github.com/metal3-io/baremetal-operator/apis => github.com/openshift/baremetal-operator/apis v0.0.0-20211201170610-92ffa60c683d
|
|
|
|
|
github.com/metal3-io/baremetal-operator/pkg/hardwareutils => github.com/openshift/baremetal-operator/pkg/hardwareutils v0.0.0-20211201170610-92ffa60c683d
|
2021-03-16 09:12:10 +02:00
|
|
|
sigs.k8s.io/cluster-api-provider-aws => github.com/openshift/cluster-api-provider-aws v0.2.1-0.20210121023454-5ffc5f422a80
|
2021-12-10 10:00:32 -05:00
|
|
|
sigs.k8s.io/cluster-api-provider-azure => github.com/openshift/cluster-api-provider-azure v0.1.0-alpha.3.0.20210626224711-5d94c794092f // Indirect dependency through MAO from cluster API providers
|
2021-11-23 10:19:57 -05:00
|
|
|
sigs.k8s.io/cluster-api-provider-openstack => github.com/openshift/cluster-api-provider-openstack v0.0.0-20211111204942-611d320170af
|
2020-02-14 00:00:06 +01:00
|
|
|
)
|
2020-10-19 11:20:18 +03:00
|
|
|
|
2021-12-22 10:36:51 -05:00
|
|
|
// Pin MCO so it doesn't get downgraded
|
|
|
|
|
replace github.com/openshift/machine-config-operator => github.com/openshift/machine-config-operator v0.0.1-0.20201009041932-4fe8559913b8
|
|
|
|
|
|
|
|
|
|
// Needed because machine-api-operator uses a "later" v12 version, which is actually an earlier version.
|
|
|
|
|
// This should be kept in line with the k8s version used.
|
|
|
|
|
replace k8s.io/client-go => k8s.io/client-go v0.23.0
|
|
|
|
|
|
|
|
|
|
// Needed so that the InstallConfig CRD can be created. Later versions of controller-gen balk at using IPNet as a field.
|
|
|
|
|
replace sigs.k8s.io/controller-tools => sigs.k8s.io/controller-tools v0.3.1-0.20200617211605-651903477185
|