2020-10-31 21:05:27 +03:00
|
|
|
module github.com/Azure/ARO-RP
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2021-02-17 15:34:36 +03:00
|
|
|
cloud.google.com/go v0.77.0 // indirect
|
2020-10-31 21:05:27 +03:00
|
|
|
github.com/AlekSi/gocov-xml v0.0.0-20190121064608-3a14fb1c4737
|
2021-03-23 00:24:13 +03:00
|
|
|
github.com/Azure/azure-sdk-for-go v52.5.0+incompatible
|
2021-02-17 15:34:36 +03:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.18
|
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.13
|
|
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.7
|
2020-10-31 21:05:27 +03:00
|
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0
|
|
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0
|
2021-01-14 23:55:44 +03:00
|
|
|
github.com/Azure/go-autorest/autorest/validation v0.3.1
|
2020-10-31 21:05:27 +03:00
|
|
|
github.com/Azure/go-autorest/tracing v0.6.0
|
2021-01-14 23:55:44 +03:00
|
|
|
github.com/Microsoft/go-winio v0.4.16 // indirect
|
2020-10-31 21:05:27 +03:00
|
|
|
github.com/alvaroloes/enumer v1.1.2
|
|
|
|
github.com/apparentlymart/go-cidr v1.1.0
|
2021-02-17 15:34:36 +03:00
|
|
|
github.com/aws/aws-sdk-go v1.37.12 // indirect
|
2020-10-31 21:05:27 +03:00
|
|
|
github.com/axw/gocov v1.0.0
|
2021-01-28 15:04:55 +03:00
|
|
|
github.com/clarketm/json v1.15.7 // indirect
|
2020-12-14 17:58:43 +03:00
|
|
|
github.com/codahale/etm v0.0.0-20141003032925-c00c9e6fb4c9
|
2021-02-17 15:34:36 +03:00
|
|
|
github.com/containers/image/v5 v5.10.2
|
2020-10-31 21:05:27 +03:00
|
|
|
github.com/containers/libtrust v0.0.0-20200511145503-9c3a6c22cd9a // indirect
|
2021-01-28 15:04:55 +03:00
|
|
|
github.com/containers/ocicrypt v1.1.0 // indirect
|
2021-02-17 15:34:36 +03:00
|
|
|
github.com/containers/storage v1.25.0 // indirect
|
2021-01-14 23:55:44 +03:00
|
|
|
github.com/coreos/go-oidc v2.2.1+incompatible
|
2020-10-31 21:05:27 +03:00
|
|
|
github.com/coreos/go-systemd/v22 v22.1.0
|
2021-01-14 23:55:44 +03:00
|
|
|
github.com/coreos/ignition/v2 v2.9.0 // indirect
|
2021-02-17 15:34:36 +03:00
|
|
|
github.com/docker/docker v20.10.3+incompatible // indirect
|
|
|
|
github.com/docker/spdystream v0.2.0 // indirect
|
2020-11-17 12:55:36 +03:00
|
|
|
github.com/emicklei/go-restful v2.15.0+incompatible // indirect
|
2020-10-31 21:05:27 +03:00
|
|
|
github.com/form3tech-oss/jwt-go v3.2.2+incompatible
|
|
|
|
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
|
|
|
|
github.com/go-bindata/go-bindata v3.1.2+incompatible
|
2021-01-28 15:04:55 +03:00
|
|
|
github.com/go-logr/logr v0.4.0
|
2021-02-17 15:34:36 +03:00
|
|
|
github.com/go-openapi/spec v0.20.3 // indirect
|
2020-10-31 21:05:27 +03:00
|
|
|
github.com/go-playground/validator/v10 v10.4.1 // indirect
|
|
|
|
github.com/go-test/deep v1.0.7
|
2021-03-23 00:24:13 +03:00
|
|
|
github.com/gofrs/uuid v3.3.0+incompatible
|
2021-01-14 23:55:44 +03:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2020-10-31 21:05:27 +03:00
|
|
|
github.com/golang/mock v1.4.4
|
2020-11-14 02:09:17 +03:00
|
|
|
github.com/golangci/golangci-lint v1.32.2
|
2020-12-03 17:16:25 +03:00
|
|
|
github.com/google/go-cmp v0.5.4
|
2020-10-31 21:05:27 +03:00
|
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
2021-01-28 15:04:55 +03:00
|
|
|
github.com/google/uuid v1.2.0 // indirect
|
2021-02-17 15:34:36 +03:00
|
|
|
github.com/googleapis/gnostic v0.5.4
|
|
|
|
github.com/gophercloud/utils v0.0.0-20210216074907-f6de111f2eae // indirect
|
2020-03-17 01:58:52 +03:00
|
|
|
github.com/gorilla/csrf v1.7.0
|
2020-10-31 21:05:27 +03:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2020-03-17 01:58:52 +03:00
|
|
|
github.com/gorilla/securecookie v1.1.1
|
|
|
|
github.com/gorilla/sessions v1.2.1
|
2020-10-31 21:05:27 +03:00
|
|
|
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
|
2021-01-28 15:04:55 +03:00
|
|
|
github.com/h2non/filetype v1.1.1 // indirect
|
2020-11-19 22:28:59 +03:00
|
|
|
github.com/jim-minter/go-cosmosdb v0.0.0-20201119201311-b37af9b82812
|
2020-10-31 21:05:27 +03:00
|
|
|
github.com/jstemmer/go-junit-report v0.9.1
|
2021-01-14 23:55:44 +03:00
|
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
|
|
github.com/libvirt/libvirt-go v7.0.0+incompatible // indirect
|
2021-02-17 15:34:36 +03:00
|
|
|
github.com/magefile/mage v1.11.0 // indirect
|
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
2021-01-14 23:55:44 +03:00
|
|
|
github.com/mattn/go-runewidth v0.0.10 // indirect
|
|
|
|
github.com/metal3-io/cluster-api-provider-baremetal v0.2.2 // indirect
|
2020-10-31 21:05:27 +03:00
|
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
2021-02-17 15:34:36 +03:00
|
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
|
|
github.com/onsi/ginkgo v1.15.0
|
|
|
|
github.com/onsi/gomega v1.10.5
|
2020-10-31 21:05:27 +03:00
|
|
|
github.com/openshift/api v3.9.1-0.20191111211345-a27ff30ebf09+incompatible
|
|
|
|
github.com/openshift/client-go v0.0.0-20200827190008-3062137373b5
|
2021-02-17 15:34:36 +03:00
|
|
|
github.com/openshift/cloud-credential-operator v0.0.0-20210217002926-dce99f70f22c // indirect
|
2021-01-28 15:04:55 +03:00
|
|
|
github.com/openshift/cluster-api-provider-baremetal v0.0.0-20210126223742-4e254d08e0ad // indirect
|
2021-02-17 15:34:36 +03:00
|
|
|
github.com/openshift/console-operator v0.0.0-20210216151626-6e1cbc849915
|
2020-10-31 21:05:27 +03:00
|
|
|
github.com/openshift/installer v0.16.1
|
2021-01-28 15:04:55 +03:00
|
|
|
github.com/openshift/machine-api-operator v0.2.1-0.20210104142355-8e6ae0acdfcf
|
2020-10-31 21:05:27 +03:00
|
|
|
github.com/openshift/machine-config-operator v4.2.0-alpha.0.0.20190917115525-033375cbe820+incompatible
|
2021-02-17 15:34:36 +03:00
|
|
|
github.com/operator-framework/operator-sdk v1.4.2
|
2021-01-14 23:55:44 +03:00
|
|
|
github.com/ovirt/go-ovirt v0.0.0-20210112072624-e4d3b104de71 // indirect
|
2020-10-31 21:05:27 +03:00
|
|
|
github.com/pborman/uuid v1.2.1 // indirect
|
2021-01-14 23:55:44 +03:00
|
|
|
github.com/pquerna/cachecontrol v0.0.0-20201205024021-ac21108117ac // indirect
|
|
|
|
github.com/prometheus/client_golang v1.9.0 // indirect
|
2020-11-17 12:55:36 +03:00
|
|
|
github.com/prometheus/common v0.15.0
|
2021-02-17 15:34:36 +03:00
|
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
2021-01-14 23:55:44 +03:00
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
2021-02-17 15:34:36 +03:00
|
|
|
github.com/sirupsen/logrus v1.7.1
|
2020-10-31 21:05:27 +03:00
|
|
|
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
|
2021-03-25 22:00:37 +03:00
|
|
|
github.com/ugorji/go/codec v1.2.5-0.20210320190651-a2bb12368408
|
2021-02-17 15:34:36 +03:00
|
|
|
github.com/ulikunitz/xz v0.5.10 // indirect
|
2021-01-14 23:55:44 +03:00
|
|
|
github.com/vmware/govmomi v0.24.0 // indirect
|
2021-02-17 15:34:36 +03:00
|
|
|
go.opencensus.io v0.22.6 // indirect
|
2021-01-14 23:55:44 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
2021-01-28 15:04:55 +03:00
|
|
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
|
2021-02-17 15:34:36 +03:00
|
|
|
golang.org/x/oauth2 v0.0.0-20210216194517-16ff1888fd2e
|
2021-01-14 23:55:44 +03:00
|
|
|
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
|
2021-02-17 15:34:36 +03:00
|
|
|
golang.org/x/sys v0.0.0-20210217105451-b926d437f341 // indirect
|
2021-01-14 23:55:44 +03:00
|
|
|
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
|
|
|
|
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
|
2021-01-28 15:04:55 +03:00
|
|
|
golang.org/x/tools v0.1.0
|
2020-10-31 21:05:27 +03:00
|
|
|
gomodules.xyz/jsonpatch/v2 v2.1.0 // indirect
|
|
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
2021-01-14 23:55:44 +03:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
|
|
k8s.io/api v0.20.2
|
|
|
|
k8s.io/apiextensions-apiserver v0.20.2
|
|
|
|
k8s.io/apimachinery v0.20.2
|
2020-10-31 21:05:27 +03:00
|
|
|
k8s.io/client-go v12.0.0+incompatible
|
2021-02-17 15:34:36 +03:00
|
|
|
k8s.io/code-generator v0.19.4
|
2021-01-28 15:04:55 +03:00
|
|
|
k8s.io/klog/v2 v2.5.0 // indirect
|
2021-02-17 15:34:36 +03:00
|
|
|
k8s.io/kube-openapi v0.0.0-20210216185858-15cd8face8d6 // indirect
|
2021-03-03 21:45:39 +03:00
|
|
|
k8s.io/kubectl v0.19.4
|
2021-02-26 18:00:36 +03:00
|
|
|
k8s.io/kubernetes v1.13.0
|
2021-01-14 23:55:44 +03:00
|
|
|
k8s.io/utils v0.0.0-20210111153108-fddb29f9d009 // indirect
|
2021-01-28 15:04:55 +03:00
|
|
|
sigs.k8s.io/cluster-api-provider-aws v0.6.4 // indirect
|
2021-02-17 15:34:36 +03:00
|
|
|
sigs.k8s.io/cluster-api-provider-azure v0.4.12
|
2020-12-03 17:16:25 +03:00
|
|
|
sigs.k8s.io/cluster-api-provider-openstack v0.3.3 // indirect
|
2021-02-17 15:34:36 +03:00
|
|
|
sigs.k8s.io/controller-runtime v0.8.2
|
2021-04-01 14:16:22 +03:00
|
|
|
sigs.k8s.io/controller-tools v0.5.0
|
2020-10-31 21:05:27 +03:00
|
|
|
)
|
|
|
|
|
2021-03-19 21:43:19 +03:00
|
|
|
exclude (
|
|
|
|
// exclude github.com/hashicorp/vault < v1.5.1: https://nvd.nist.gov/vuln/detail/CVE-2020-16251
|
|
|
|
github.com/hashicorp/vault v0.10.4
|
|
|
|
github.com/hashicorp/vault v0.11.0
|
2021-03-25 22:00:37 +03:00
|
|
|
github.com/hashicorp/vault v0.11.0-beta1
|
2021-03-19 21:43:19 +03:00
|
|
|
github.com/hashicorp/vault v0.11.1
|
|
|
|
github.com/hashicorp/vault v0.11.2
|
|
|
|
github.com/hashicorp/vault v0.11.3
|
|
|
|
github.com/hashicorp/vault v0.11.4
|
|
|
|
github.com/hashicorp/vault v0.11.5
|
|
|
|
github.com/hashicorp/vault v0.11.6
|
|
|
|
github.com/hashicorp/vault v0.11.7
|
|
|
|
github.com/hashicorp/vault v0.11.8
|
2021-03-25 22:00:37 +03:00
|
|
|
github.com/hashicorp/vault v1.0.0
|
2021-03-19 21:43:19 +03:00
|
|
|
github.com/hashicorp/vault v1.0.0-beta1
|
|
|
|
github.com/hashicorp/vault v1.0.0-beta2
|
|
|
|
github.com/hashicorp/vault v1.0.0-rc1
|
|
|
|
github.com/hashicorp/vault v1.0.1
|
|
|
|
github.com/hashicorp/vault v1.0.2
|
|
|
|
github.com/hashicorp/vault v1.0.3
|
2021-03-25 22:00:37 +03:00
|
|
|
github.com/hashicorp/vault v1.1.0
|
2021-03-19 21:43:19 +03:00
|
|
|
github.com/hashicorp/vault v1.1.0-beta1
|
|
|
|
github.com/hashicorp/vault v1.1.0-beta2
|
|
|
|
github.com/hashicorp/vault v1.1.1
|
|
|
|
github.com/hashicorp/vault v1.1.2
|
|
|
|
github.com/hashicorp/vault v1.1.3
|
|
|
|
github.com/hashicorp/vault v1.1.4
|
|
|
|
github.com/hashicorp/vault v1.1.5
|
2021-03-25 22:00:37 +03:00
|
|
|
github.com/hashicorp/vault v1.2.0
|
2021-03-19 21:43:19 +03:00
|
|
|
github.com/hashicorp/vault v1.2.0-beta1
|
|
|
|
github.com/hashicorp/vault v1.2.0-beta2
|
|
|
|
github.com/hashicorp/vault v1.2.0-rc1
|
|
|
|
github.com/hashicorp/vault v1.2.1
|
|
|
|
github.com/hashicorp/vault v1.2.2
|
|
|
|
github.com/hashicorp/vault v1.2.3
|
|
|
|
github.com/hashicorp/vault v1.2.4
|
|
|
|
github.com/hashicorp/vault v1.3.0
|
|
|
|
github.com/hashicorp/vault v1.3.1
|
|
|
|
github.com/hashicorp/vault v1.3.2
|
|
|
|
github.com/hashicorp/vault v1.3.3
|
|
|
|
github.com/hashicorp/vault v1.3.4
|
|
|
|
github.com/hashicorp/vault v1.3.5
|
|
|
|
github.com/hashicorp/vault v1.3.6
|
|
|
|
github.com/hashicorp/vault v1.3.7
|
2021-03-25 22:00:37 +03:00
|
|
|
github.com/hashicorp/vault v1.4.0
|
2021-03-19 21:43:19 +03:00
|
|
|
github.com/hashicorp/vault v1.4.0-beta1
|
|
|
|
github.com/hashicorp/vault v1.4.0-beta2
|
|
|
|
github.com/hashicorp/vault v1.4.0-beta3
|
|
|
|
github.com/hashicorp/vault v1.4.0-rc1
|
|
|
|
github.com/hashicorp/vault v1.4.1
|
|
|
|
github.com/hashicorp/vault v1.4.2
|
|
|
|
github.com/hashicorp/vault v1.4.3
|
2021-03-25 22:00:37 +03:00
|
|
|
github.com/hashicorp/vault v1.5.0
|
2021-03-19 21:43:19 +03:00
|
|
|
github.com/hashicorp/vault v1.5.0-beta1
|
|
|
|
github.com/hashicorp/vault v1.5.0-beta2
|
|
|
|
github.com/hashicorp/vault v1.5.0-rc1
|
2021-03-23 00:24:13 +03:00
|
|
|
// https://www.whitesourcesoftware.com/vulnerability-database/WS-2018-0594
|
|
|
|
github.com/satori/go.uuid v0.0.0
|
|
|
|
github.com/satori/uuid v0.0.0
|
2021-03-19 21:43:19 +03:00
|
|
|
)
|
|
|
|
|
2020-10-31 21:05:27 +03:00
|
|
|
replace (
|
|
|
|
bitbucket.org/ww/goautoneg => github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d // 404 on bitbucket.org/ww/goautoneg
|
2021-02-17 15:34:36 +03:00
|
|
|
github.com/docker/spdystream => github.com/docker/spdystream v0.1.0
|
2021-03-03 21:45:39 +03:00
|
|
|
github.com/go-openapi/spec => github.com/go-openapi/spec v0.19.8
|
2021-02-17 15:34:36 +03:00
|
|
|
github.com/metal3-io/baremetal-operator => github.com/openshift/baremetal-operator v0.0.0-20210128152529-b4b10a088a0c
|
2021-01-14 23:55:44 +03:00
|
|
|
github.com/metal3-io/cluster-api-provider-baremetal => github.com/openshift/cluster-api-provider-baremetal v0.0.0-20201105032354-fcd9e769a45c
|
2021-01-28 15:04:55 +03:00
|
|
|
github.com/openshift/api => github.com/openshift/api v0.0.0-20210127195806-54e5e88cf848
|
2021-01-14 23:55:44 +03:00
|
|
|
github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20200929181438-91d71ef2122c
|
2020-12-03 17:16:25 +03:00
|
|
|
github.com/openshift/cloud-credential-operator => github.com/openshift/cloud-credential-operator v0.0.0-20201202215507-371eb009d9a1
|
2020-10-31 21:05:27 +03:00
|
|
|
github.com/openshift/cluster-api => github.com/openshift/cluster-api v0.0.0-20191129101638-b09907ac6668
|
2021-01-14 23:55:44 +03:00
|
|
|
github.com/openshift/cluster-api-provider-gcp => github.com/openshift/cluster-api-provider-gcp v0.0.1-0.20201002153134-a0fc9aa4ce81
|
|
|
|
github.com/openshift/cluster-api-provider-libvirt => github.com/openshift/cluster-api-provider-libvirt v0.2.1-0.20200919090150-1ca52adab176
|
2021-02-17 15:34:36 +03:00
|
|
|
github.com/openshift/cluster-api-provider-ovirt => github.com/openshift/cluster-api-provider-ovirt v0.1.1-0.20210210114935-91f12f3f7dee
|
2021-01-28 15:04:55 +03:00
|
|
|
github.com/openshift/console-operator => github.com/openshift/console-operator v0.0.0-20210116095614-7fd78a283616
|
2021-03-22 13:52:48 +03:00
|
|
|
github.com/openshift/installer => github.com/jim-minter/installer v0.9.0-master.0.20210319162411-33cfe5f6d68b
|
2021-02-17 15:34:36 +03:00
|
|
|
github.com/openshift/machine-api-operator => github.com/openshift/machine-api-operator v0.2.1-0.20210212025836-cb508cd8777d
|
|
|
|
github.com/openshift/machine-config-operator => github.com/openshift/machine-config-operator v0.0.1-0.20210211205336-14a2b82d9f4c
|
2020-10-31 21:05:27 +03:00
|
|
|
github.com/operator-framework/operator-sdk => github.com/operator-framework/operator-sdk v0.19.4
|
2021-01-14 23:55:44 +03:00
|
|
|
github.com/terraform-providers/terraform-provider-aws => github.com/openshift/terraform-provider-aws v1.60.1-0.20200630224953-76d1fb4e5699
|
|
|
|
github.com/terraform-providers/terraform-provider-azurerm => github.com/openshift/terraform-provider-azurerm v1.40.1-0.20200707062554-97ea089cc12a
|
|
|
|
github.com/terraform-providers/terraform-provider-ignition/v2 => github.com/community-terraform-providers/terraform-provider-ignition/v2 v2.1.0
|
2021-03-25 22:00:37 +03:00
|
|
|
// https://github.com/ugorji/go/issues/357
|
|
|
|
github.com/ugorji/go/codec => github.com/ugorji/go/codec v1.2.2
|
2021-01-14 23:55:44 +03:00
|
|
|
k8s.io/api => k8s.io/api v0.19.0-rc.2
|
|
|
|
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.19.0-rc.2
|
|
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.19.0-rc.2
|
2021-02-26 18:00:36 +03:00
|
|
|
k8s.io/apiserver => k8s.io/apiserver v0.19.0-rc.2
|
|
|
|
k8s.io/cli-runtime => k8s.io/cli-runtime v0.19.0-rc.2
|
2021-01-14 23:55:44 +03:00
|
|
|
k8s.io/client-go => k8s.io/client-go v0.19.0-rc.2
|
2021-02-26 18:00:36 +03:00
|
|
|
k8s.io/cloud-provider => k8s.io/cloud-provider v0.19.0-rc.2
|
|
|
|
k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.19.0-rc.2
|
2021-01-14 23:55:44 +03:00
|
|
|
k8s.io/code-generator => k8s.io/code-generator v0.19.0-rc.2
|
2021-02-26 18:00:36 +03:00
|
|
|
k8s.io/component-base => k8s.io/component-base v0.19.0-rc.2
|
|
|
|
k8s.io/cri-api => k8s.io/cri-api v0.19.0-rc.2
|
|
|
|
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.19.0-rc.2
|
|
|
|
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.19.0-rc.2
|
|
|
|
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.19.0-rc.2
|
2021-01-14 23:55:44 +03:00
|
|
|
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20200805222855-6aeccd4b50c6
|
2021-02-26 18:00:36 +03:00
|
|
|
k8s.io/kube-proxy => k8s.io/kube-proxy v0.19.0-rc.2
|
|
|
|
k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.19.0-rc.2
|
2021-01-14 23:55:44 +03:00
|
|
|
k8s.io/kubectl => k8s.io/kubectl v0.19.0-rc.2
|
2021-02-26 18:00:36 +03:00
|
|
|
k8s.io/kubelet => k8s.io/kubelet v0.19.0-rc.2
|
|
|
|
k8s.io/kubernetes => k8s.io/kubernetes v1.19.0-rc.2
|
|
|
|
k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.19.0-rc.2
|
|
|
|
k8s.io/metrics => k8s.io/metrics v0.19.0-rc.2
|
|
|
|
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.19.0-rc.2
|
2021-01-14 23:55:44 +03:00
|
|
|
sigs.k8s.io/cluster-api-provider-aws => github.com/openshift/cluster-api-provider-aws v0.2.1-0.20201002185235-b1a6ba661ed8
|
|
|
|
sigs.k8s.io/cluster-api-provider-azure => github.com/openshift/cluster-api-provider-azure v0.1.0-alpha.3.0.20201119004617-db9109863f2f
|
|
|
|
sigs.k8s.io/cluster-api-provider-gcp => github.com/openshift/cluster-api-provider-gcp v0.0.1-0.20201002153134-a0fc9aa4ce81
|
|
|
|
sigs.k8s.io/cluster-api-provider-openstack => github.com/openshift/cluster-api-provider-openstack v0.0.0-20201002114634-3622a0ce6b56
|
|
|
|
sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.6.4
|
2021-04-01 14:16:22 +03:00
|
|
|
sigs.k8s.io/controller-tools => sigs.k8s.io/controller-tools v0.5.0
|
2021-03-23 00:24:13 +03:00
|
|
|
// https://www.whitesourcesoftware.com/vulnerability-database/WS-2018-0594
|
|
|
|
github.com/satori/go.uuid => github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
|
|
|
|
github.com/satori/uuid => github.com/satori/uuid v1.2.1-0.20181028125025-b2ce2384e17b
|
2020-10-31 21:05:27 +03:00
|
|
|
)
|