11module github.com/openshift/cluster-cloud-controller-manager-operator
22
3- go 1.19
3+ go 1.20
44
55require (
66 github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
77 github.com/go-logr/logr v1.2.4
88 github.com/golangci/golangci-lint v1.52.2
9- github.com/onsi/ginkgo/v2 v2.11 .0
10- github.com/onsi/gomega v1.27.10
9+ github.com/onsi/ginkgo/v2 v2.13 .0
10+ github.com/onsi/gomega v1.28.0
1111 github.com/openshift/api v0.0.0-20230613151523-ba04973d3ed1
1212 github.com/openshift/client-go v0.0.0-20230503144108-75015d2347cb
1313 github.com/openshift/library-go v0.0.0-20230614142803-865e70cc6b32
1414 github.com/spf13/cobra v1.7.0
1515 github.com/spf13/pflag v1.0.5
16- github.com/stretchr/testify v1.8.2
16+ github.com/stretchr/testify v1.8.4
1717 gopkg.in/gcfg.v1 v1.2.3
1818 gopkg.in/ini.v1 v1.67.0
1919 gopkg.in/yaml.v2 v2.4.0
@@ -26,6 +26,7 @@ require (
2626 k8s.io/controller-manager v0.28.2
2727 k8s.io/klog/v2 v2.100.1
2828 k8s.io/utils v0.0.0-20230505201702-9f6742963106
29+ sigs.k8s.io/cloud-provider-azure v1.28.2
2930 sigs.k8s.io/controller-runtime v0.16.2
3031 sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20230216140739-c98506dc3b8e
3132 sigs.k8s.io/controller-tools v0.13.0
@@ -38,6 +39,16 @@ require (
3839 github.com/Abirdcfly/dupword v0.0.11 // indirect
3940 github.com/Antonboom/errname v0.1.9 // indirect
4041 github.com/Antonboom/nilnil v0.1.3 // indirect
42+ github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
43+ github.com/Azure/go-autorest v14.2.0+incompatible // indirect
44+ github.com/Azure/go-autorest/autorest v0.11.29 // indirect
45+ github.com/Azure/go-autorest/autorest/adal v0.9.23 // indirect
46+ github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
47+ github.com/Azure/go-autorest/autorest/mocks v0.4.2 // indirect
48+ github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
49+ github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
50+ github.com/Azure/go-autorest/logger v0.2.1 // indirect
51+ github.com/Azure/go-autorest/tracing v0.6.0 // indirect
4152 github.com/BurntSushi/toml v1.2.1 // indirect
4253 github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 // indirect
4354 github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0 // indirect
@@ -65,7 +76,7 @@ require (
6576 github.com/emicklei/go-restful/v3 v3.10.2 // indirect
6677 github.com/esimonov/ifshort v1.0.4 // indirect
6778 github.com/ettle/strcase v0.1.1 // indirect
68- github.com/evanphx/json-patch v5.6 .0+incompatible // indirect
79+ github.com/evanphx/json-patch v5.7 .0+incompatible // indirect
6980 github.com/evanphx/json-patch/v5 v5.6.0 // indirect
7081 github.com/fatih/color v1.15.0 // indirect
7182 github.com/fatih/structtag v1.2.0 // indirect
@@ -91,7 +102,9 @@ require (
91102 github.com/gobwas/glob v0.2.3 // indirect
92103 github.com/gofrs/flock v0.8.1 // indirect
93104 github.com/gogo/protobuf v1.3.2 // indirect
105+ github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
94106 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
107+ github.com/golang/mock v1.6.0 // indirect
95108 github.com/golang/protobuf v1.5.3 // indirect
96109 github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 // indirect
97110 github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a // indirect
@@ -209,15 +222,16 @@ require (
209222 gitlab.com/bosi/decorder v0.2.3 // indirect
210223 go.uber.org/multierr v1.11.0 // indirect
211224 go.uber.org/zap v1.25.0 // indirect
225+ golang.org/x/crypto v0.14.0 // indirect
212226 golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
213227 golang.org/x/exp/typeparams v0.0.0-20230224173230-c95f2b4c22f2 // indirect
214228 golang.org/x/mod v0.12.0 // indirect
215- golang.org/x/net v0.14 .0 // indirect
229+ golang.org/x/net v0.17 .0 // indirect
216230 golang.org/x/oauth2 v0.8.0 // indirect
217- golang.org/x/sync v0.3 .0 // indirect
218- golang.org/x/sys v0.11 .0 // indirect
219- golang.org/x/term v0.11 .0 // indirect
220- golang.org/x/text v0.12 .0 // indirect
231+ golang.org/x/sync v0.4 .0 // indirect
232+ golang.org/x/sys v0.13 .0 // indirect
233+ golang.org/x/term v0.13 .0 // indirect
234+ golang.org/x/text v0.13 .0 // indirect
221235 golang.org/x/time v0.3.0 // indirect
222236 golang.org/x/tools v0.12.0 // indirect
223237 gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
@@ -228,6 +242,8 @@ require (
228242 gopkg.in/yaml.v3 v3.0.1 // indirect
229243 honnef.co/go/tools v0.4.3 // indirect
230244 k8s.io/apiserver v0.28.2 // indirect
245+ k8s.io/cloud-provider v0.28.2 // indirect
246+ k8s.io/component-helpers v0.28.2 // indirect
231247 k8s.io/kube-aggregator v0.28.2 // indirect
232248 k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
233249 mvdan.cc/gofumpt v0.4.0 // indirect
0 commit comments