2020-02-14 00:00:06 +01:00
|
|
|
module github.com/openshift/installer
|
|
|
|
|
|
2020-06-04 18:18:11 -07:00
|
|
|
go 1.14
|
2020-02-14 00:00:06 +01:00
|
|
|
|
|
|
|
|
require (
|
2020-10-19 11:20:18 +03:00
|
|
|
cloud.google.com/go v0.65.0
|
2020-07-07 09:40:31 -07:00
|
|
|
github.com/Azure/azure-sdk-for-go v43.2.0+incompatible
|
2020-10-19 11:20:18 +03:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.6
|
2020-12-23 17:15:54 +02:00
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.5
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.4.1
|
|
|
|
|
github.com/Azure/go-autorest/autorest/to v0.3.1-0.20191028180845-3492b2aff503
|
|
|
|
|
github.com/Azure/go-ntlmssp v0.0.0-20191115210519-2b2be6cc8ed4 // indirect
|
|
|
|
|
github.com/ChrisTrenkamp/goxpath v0.0.0-20190607011252-c5096ec8773d // indirect
|
|
|
|
|
github.com/Netflix/go-expect v0.0.0-20190729225929-0e00d9168667 // indirect
|
|
|
|
|
github.com/antchfx/xpath v1.1.2 // indirect
|
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
|
2021-03-16 09:12:10 +02:00
|
|
|
github.com/aws/aws-sdk-go v1.35.20
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/btubbs/datetime v0.1.1 // indirect
|
|
|
|
|
github.com/c4milo/gotoolkit v0.0.0-20190525173301-67483a18c17a // indirect
|
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-02-25 18:17:30 +00:00
|
|
|
github.com/coreos/stream-metadata-go v0.0.0-20210225230131-70edb9eb47b3
|
2020-12-17 12:08:37 -05:00
|
|
|
github.com/dmacvicar/terraform-provider-libvirt v0.6.4-0.20201216193629-2b60d7626ff8
|
2020-11-30 18:56:22 -05:00
|
|
|
github.com/fatih/color v1.10.0 // indirect
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/frankban/quicktest v1.7.2 // indirect
|
|
|
|
|
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
|
2020-11-30 18:56:22 -05:00
|
|
|
github.com/gobuffalo/flect v0.2.2 // indirect
|
2021-03-05 10:55:21 +10:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2020-10-19 11:20:18 +03:00
|
|
|
github.com/golang/mock v1.4.4
|
2020-12-23 17:15:54 +02:00
|
|
|
github.com/golang/protobuf v1.4.3
|
2020-11-30 18:56:22 -05:00
|
|
|
github.com/google/martian v2.1.1-0.20190517191504-25dcb96d9e51+incompatible // indirect
|
2020-10-19 11:20:18 +03:00
|
|
|
github.com/google/uuid v1.1.2
|
2021-03-11 15:55:51 -05:00
|
|
|
github.com/gophercloud/gophercloud v0.16.1-0.20210311194000-69f51f2f086c
|
2021-02-15 20:55:49 +01:00
|
|
|
github.com/gophercloud/utils v0.0.0-20210216074907-f6de111f2eae
|
2020-02-27 22:56:18 +01:00
|
|
|
github.com/h2non/filetype v1.0.12
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/hashicorp/go-azure-helpers v0.10.0
|
2020-10-19 11:20:18 +03:00
|
|
|
github.com/hashicorp/go-plugin v1.3.0
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/hashicorp/logutils v1.0.0
|
2020-10-19 11:20:18 +03:00
|
|
|
github.com/hashicorp/terraform v0.13.4
|
|
|
|
|
github.com/hashicorp/terraform-plugin-sdk v1.16.0
|
|
|
|
|
github.com/hashicorp/terraform-provider-kubernetes v1.13.3
|
2021-02-11 08:42:36 -05:00
|
|
|
github.com/hashicorp/terraform-provider-vsphere v1.24.3
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/hashicorp/vault v1.3.0 // indirect
|
|
|
|
|
github.com/hinshun/vt10x v0.0.0-20180809195222-d55458df857c // indirect
|
2020-10-19 11:20:18 +03:00
|
|
|
github.com/k8snetworkplumbingwg/network-attachment-definition-client v0.0.0-20191119172530-79f836b90111
|
|
|
|
|
github.com/kubevirt/terraform-provider-kubevirt v0.0.0-00010101000000-000000000000
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/libvirt/libvirt-go v5.10.0+incompatible
|
|
|
|
|
github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 // indirect
|
|
|
|
|
github.com/masterzen/winrm v0.0.0-20190308153735-1d17eaf15943 // indirect
|
2021-02-18 17:19:45 +01:00
|
|
|
github.com/metal3-io/baremetal-operator v0.0.0-20210212154228-75e27989f8c7
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/metal3-io/cluster-api-provider-baremetal v0.0.0
|
2020-07-21 18:39:41 +02:00
|
|
|
github.com/mitchellh/cli v1.1.1
|
2020-12-01 12:17:07 +00:00
|
|
|
github.com/openshift-metal3/terraform-provider-ironic v0.2.4
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/openshift/api v3.9.1-0.20191111211345-a27ff30ebf09+incompatible
|
2021-03-16 09:12:10 +02:00
|
|
|
github.com/openshift/client-go v0.0.0-20201214125552-e615e336eb49
|
2020-03-15 11:32:39 -07:00
|
|
|
github.com/openshift/cloud-credential-operator v0.0.0-20200316201045-d10080b52c9e
|
2020-11-30 18:56:22 -05:00
|
|
|
github.com/openshift/cluster-api v0.0.0-20191030113141-9a3a7bbe9258
|
|
|
|
|
github.com/openshift/cluster-api-provider-gcp v0.0.1-0.20201203141909-4dc702fd57a5
|
2020-12-14 15:19:33 +02:00
|
|
|
github.com/openshift/cluster-api-provider-kubevirt v0.0.0-20201214114543-e5aed9c73f1f
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/openshift/cluster-api-provider-libvirt v0.2.1-0.20191219173431-2336783d4603
|
2021-03-16 09:12:10 +02:00
|
|
|
github.com/openshift/cluster-api-provider-ovirt v0.1.1-0.20210315122142-893a4db3909a
|
|
|
|
|
github.com/openshift/library-go v0.0.0-20201215165635-4ee79b1caed5
|
|
|
|
|
github.com/openshift/machine-api-operator v0.2.1-0.20210104142355-8e6ae0acdfcf
|
2020-07-21 18:39:41 +02:00
|
|
|
github.com/openshift/machine-config-operator v0.0.0
|
2021-01-18 15:09:33 +02:00
|
|
|
github.com/ovirt/go-ovirt v0.0.0-20210112072624-e4d3b104de71
|
|
|
|
|
github.com/ovirt/terraform-provider-ovirt v0.4.3-0.20210118101701-cc657a8c6634
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/packer-community/winrmcp v0.0.0-20180921211025-c76d91c1e7db // indirect
|
|
|
|
|
github.com/pborman/uuid v1.2.0
|
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
|
github.com/pkg/sftp v1.10.1
|
2020-10-12 21:14:03 +03:00
|
|
|
github.com/prometheus/client_golang v1.7.1
|
|
|
|
|
github.com/prometheus/common v0.10.0
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/satori/uuid v1.2.0 // indirect
|
2021-02-18 17:19:45 +01:00
|
|
|
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
|
2021-02-18 17:19:45 +01:00
|
|
|
github.com/sirupsen/logrus v1.7.0
|
2020-11-30 18:56:22 -05:00
|
|
|
github.com/spf13/cobra v1.1.1
|
2020-10-12 21:14:03 +03:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2021-02-15 20:55:49 +01:00
|
|
|
github.com/terraform-provider-openstack/terraform-provider-openstack v1.37.0
|
2020-10-19 11:20:18 +03:00
|
|
|
github.com/terraform-providers/terraform-provider-aws v1.60.1-0.20200807230610-d5346d47e3af
|
|
|
|
|
github.com/terraform-providers/terraform-provider-azurerm v1.44.1-0.20200911233120-57b2bfc9d42c
|
2020-06-26 19:21:04 -07:00
|
|
|
github.com/terraform-providers/terraform-provider-google v1.20.1-0.20200623174414-27107f2ee160
|
2020-07-21 18:39:41 +02:00
|
|
|
github.com/terraform-providers/terraform-provider-ignition/v2 v2.1.0
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/terraform-providers/terraform-provider-local v1.4.0
|
|
|
|
|
github.com/terraform-providers/terraform-provider-random v1.3.2-0.20190925210718-83518d96ae4f
|
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
|
2021-01-19 10:12:36 -05:00
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
2020-04-08 10:23:17 -05:00
|
|
|
golang.org/x/lint v0.0.0-20200302205851-738671d3881b
|
2020-11-30 18:56:22 -05:00
|
|
|
golang.org/x/mod v0.4.0 // indirect
|
|
|
|
|
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect
|
2020-10-19 11:20:18 +03:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
|
2020-11-30 18:56:22 -05:00
|
|
|
golang.org/x/sys v0.0.0-20201202213521-69691e467435
|
2020-12-14 15:19:33 +02:00
|
|
|
google.golang.org/api v0.33.0
|
2021-03-05 10:55:21 +10:00
|
|
|
google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a
|
2020-10-19 11:20:18 +03:00
|
|
|
google.golang.org/grpc v1.32.0
|
2020-02-27 14:18:35 -05:00
|
|
|
gopkg.in/AlecAivazis/survey.v1 v1.8.9-0.20200217094205-6773bdf39b7f
|
2020-10-19 11:20:18 +03:00
|
|
|
gopkg.in/ini.v1 v1.61.0
|
2020-11-30 18:56:22 -05:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2021-03-05 10:55:21 +10:00
|
|
|
k8s.io/api v0.20.1
|
|
|
|
|
k8s.io/apiextensions-apiserver v0.20.1
|
|
|
|
|
k8s.io/apimachinery v0.20.1
|
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
|
2020-11-30 18:56:22 -05:00
|
|
|
k8s.io/klog/v2 v2.4.0
|
|
|
|
|
k8s.io/utils v0.0.0-20201110183641-67b214c5f920
|
2020-10-19 11:20:18 +03:00
|
|
|
kubevirt.io/client-go v0.29.0
|
|
|
|
|
kubevirt.io/containerized-data-importer v1.10.9
|
2020-02-14 00:00:06 +01:00
|
|
|
sigs.k8s.io/cluster-api-provider-aws v0.0.0
|
|
|
|
|
sigs.k8s.io/cluster-api-provider-azure v0.0.0
|
|
|
|
|
sigs.k8s.io/cluster-api-provider-openstack v0.0.0
|
2020-12-14 15:19:33 +02:00
|
|
|
sigs.k8s.io/controller-tools v0.4.1
|
2020-02-14 00:00:06 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
replace (
|
2020-11-30 18:56:22 -05:00
|
|
|
cloud.google.com/go => cloud.google.com/go v0.57.0
|
2020-04-29 17:57:45 -03:00
|
|
|
github.com/Azure/go-autorest => github.com/tombuildsstuff/go-autorest v14.0.1-0.20200416184303-d4e299a3c04a+incompatible
|
|
|
|
|
github.com/Azure/go-autorest/autorest => github.com/tombuildsstuff/go-autorest/autorest v0.10.1-0.20200416184303-d4e299a3c04a
|
|
|
|
|
github.com/Azure/go-autorest/autorest/azure/auth => github.com/tombuildsstuff/go-autorest/autorest/azure/auth v0.4.3-0.20200416184303-d4e299a3c04a
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/go-log/log => github.com/go-log/log v0.1.1-0.20181211034820-a514cf01a3eb // Pinned by MCO
|
2020-07-13 18:21:13 -07:00
|
|
|
github.com/hashicorp/terraform => github.com/openshift/terraform v0.12.20-openshift-4 // Pin to fork with deduplicated rpc types v0.12.20-openshift-4
|
2020-07-01 20:35:01 -07:00
|
|
|
github.com/hashicorp/terraform-plugin-sdk => github.com/openshift/hashicorp-terraform-plugin-sdk v1.14.0-openshift // Pin to fork with public rpc types
|
2021-02-11 08:42:36 -05:00
|
|
|
github.com/hashicorp/terraform-provider-vsphere => github.com/openshift/terraform-provider-vsphere v1.24.3-openshift
|
2020-12-24 09:05:35 +02:00
|
|
|
github.com/kubevirt/terraform-provider-kubevirt => github.com/nirarg/terraform-provider-kubevirt v0.0.0-20201222125919-101cee051ed3
|
2021-03-16 09:12:10 +02:00
|
|
|
github.com/metal3-io/baremetal-operator => github.com/openshift/baremetal-operator v0.0.0-20210315180230-b37e044d24a4 // Use OpenShift fork
|
2020-02-14 00:00:06 +01:00
|
|
|
github.com/metal3-io/cluster-api-provider-baremetal => github.com/openshift/cluster-api-provider-baremetal v0.0.0-20190821174549-a2a477909c1d // Pin OpenShift fork
|
2020-12-23 17:15:54 +02:00
|
|
|
github.com/openshift/api => github.com/openshift/api v0.0.0-20210208192252-670ac3fc997c // Pin API
|
2020-10-12 21:14:03 +03:00
|
|
|
github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20200929181438-91d71ef2122c // Pin client-go
|
|
|
|
|
github.com/openshift/machine-config-operator => github.com/openshift/machine-config-operator v0.0.1-0.20201009041932-4fe8559913b8 // Pin MCO so it doesn't get downgraded
|
2020-07-01 20:37:52 -07:00
|
|
|
github.com/terraform-providers/terraform-provider-aws => github.com/openshift/terraform-provider-aws v1.60.1-0.20200630224953-76d1fb4e5699 // Pin to openshift fork with tag v2.67.0-openshift
|
2020-07-07 09:40:31 -07:00
|
|
|
github.com/terraform-providers/terraform-provider-azurerm => github.com/openshift/terraform-provider-azurerm v1.40.1-0.20200707062554-97ea089cc12a // release-2.17.0 branch
|
2020-07-21 18:39:41 +02:00
|
|
|
github.com/terraform-providers/terraform-provider-ignition/v2 => github.com/community-terraform-providers/terraform-provider-ignition/v2 v2.1.0
|
2020-12-23 17:15:54 +02:00
|
|
|
k8s.io/client-go => k8s.io/client-go v0.20.0
|
2020-12-14 15:19:33 +02:00
|
|
|
kubevirt.io/client-go => kubevirt.io/client-go v0.29.0
|
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
|
2020-11-30 18:56:22 -05:00
|
|
|
sigs.k8s.io/cluster-api-provider-azure => github.com/openshift/cluster-api-provider-azure v0.1.0-alpha.3.0.20201016155852-4090a6970205
|
|
|
|
|
sigs.k8s.io/cluster-api-provider-openstack => github.com/openshift/cluster-api-provider-openstack v0.0.0-20201116051540-155384b859c5
|
2020-12-14 15:19:33 +02:00
|
|
|
sigs.k8s.io/controller-tools => sigs.k8s.io/controller-tools v0.3.1-0.20200617211605-651903477185
|
2020-02-14 00:00:06 +01:00
|
|
|
)
|
2020-10-19 11:20:18 +03:00
|
|
|
|
|
|
|
|
// Prevent the following modules from upgrading version as result of terraform-provider-kubernetes module
|
|
|
|
|
// The following modules need to be locked to compile correctly with terraform-provider-azure and terraform-provider-google
|
|
|
|
|
replace (
|
|
|
|
|
github.com/Azure/go-autorest/autorest/adal => github.com/Azure/go-autorest/autorest/adal v0.8.2
|
|
|
|
|
github.com/Azure/go-autorest/autorest/azure/cli => github.com/Azure/go-autorest/autorest/azure/cli v0.3.1
|
|
|
|
|
github.com/Azure/go-autorest/autorest/date => github.com/Azure/go-autorest/autorest/date v0.2.0
|
|
|
|
|
github.com/Azure/go-autorest/autorest/validation => github.com/Azure/go-autorest/autorest/validation v0.2.1-0.20191028180845-3492b2aff503
|
|
|
|
|
github.com/apparentlymart/go-cidr => github.com/apparentlymart/go-cidr v1.0.1
|
|
|
|
|
github.com/aws/aws-sdk-go => github.com/aws/aws-sdk-go v1.32.3
|
|
|
|
|
github.com/go-openapi/spec => github.com/go-openapi/spec v0.19.4
|
|
|
|
|
github.com/hashicorp/go-plugin => github.com/hashicorp/go-plugin v1.2.2
|
|
|
|
|
github.com/ulikunitz/xz => github.com/ulikunitz/xz v0.5.7
|
|
|
|
|
google.golang.org/api => google.golang.org/api v0.25.0
|
|
|
|
|
google.golang.org/genproto => google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
|
|
|
|
|
google.golang.org/grpc => google.golang.org/grpc v1.29.1
|
|
|
|
|
)
|