@@ -5,20 +5,22 @@ go 1.17
5
5
require (
6
6
github.com/apache/cloudstack-go/v2 v2.13.0
7
7
github.com/aws/cluster-api-provider-cloudstack v0.4.3
8
+ github.com/go-logr/logr v1.2.3
8
9
github.com/golang/mock v1.6.0
9
- github.com/onsi/ginkgo v1.16.5
10
+ github.com/onsi/ginkgo/v2 v2.1.4
10
11
github.com/onsi/gomega v1.19.0
11
12
github.com/pkg/errors v0.9.1
12
13
gopkg.in/ini.v1 v1.66.4
13
- k8s.io/api v0.22.2
14
- k8s.io/apimachinery v0.22.2
15
- k8s.io/client-go v0.22.2
14
+ k8s.io/api v0.23.0
15
+ k8s.io/apimachinery v0.23.0
16
+ k8s.io/client-go v0.23.0
16
17
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
17
18
sigs.k8s.io/cluster-api v1.0.0
18
- sigs.k8s.io/controller-runtime v0.10.2
19
+ sigs.k8s.io/controller-runtime v0.11.1
19
20
)
20
21
21
22
replace github.com/aws/cluster-api-provider-cloudstack => ../../
23
+
22
24
replace github.com/aws/cluster-api => ../../cluster-api
23
25
24
26
require (
@@ -29,9 +31,8 @@ require (
29
31
github.com/coredns/corefile-migration v1.0.13 // indirect
30
32
github.com/davecgh/go-spew v1.1.1 // indirect
31
33
github.com/docker/distribution v2.7.1+incompatible // indirect
32
- github.com/evanphx/json-patch v4.11 .0+incompatible // indirect
34
+ github.com/evanphx/json-patch v4.12 .0+incompatible // indirect
33
35
github.com/fsnotify/fsnotify v1.5.1 // indirect
34
- github.com/go-logr/logr v0.4.0 // indirect
35
36
github.com/gobuffalo/flect v0.2.3 // indirect
36
37
github.com/gogo/protobuf v1.3.2 // indirect
37
38
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -43,20 +44,20 @@ require (
43
44
github.com/hashicorp/errwrap v1.0.0 // indirect
44
45
github.com/hashicorp/go-multierror v1.1.1 // indirect
45
46
github.com/imdario/mergo v0.3.12 // indirect
46
- github.com/json-iterator/go v1.1.11 // indirect
47
+ github.com/json-iterator/go v1.1.12 // indirect
47
48
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
48
49
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
49
- github.com/modern-go/reflect2 v1.0.1 // indirect
50
+ github.com/modern-go/reflect2 v1.0.2 // indirect
50
51
github.com/nxadm/tail v1.4.8 // indirect
51
52
github.com/opencontainers/go-digest v1.0.0 // indirect
52
53
github.com/prometheus/client_golang v1.11.0 // indirect
53
54
github.com/prometheus/client_model v0.2.0 // indirect
54
- github.com/prometheus/common v0.26 .0 // indirect
55
+ github.com/prometheus/common v0.28 .0 // indirect
55
56
github.com/prometheus/procfs v0.6.0 // indirect
56
57
github.com/spf13/pflag v1.0.5 // indirect
57
58
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
58
59
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
59
- golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
60
+ golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
60
61
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
61
62
golang.org/x/text v0.3.7 // indirect
62
63
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
@@ -67,11 +68,12 @@ require (
67
68
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
68
69
gopkg.in/yaml.v2 v2.4.0 // indirect
69
70
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
70
- k8s.io/apiextensions-apiserver v0.22.2 // indirect
71
+ k8s.io/apiextensions-apiserver v0.23.0 // indirect
71
72
k8s.io/cluster-bootstrap v0.22.2 // indirect
72
- k8s.io/component-base v0.22.2 // indirect
73
- k8s.io/klog/v2 v2.9.0 // indirect
74
- k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e // indirect
75
- sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
73
+ k8s.io/component-base v0.23.0 // indirect
74
+ k8s.io/klog/v2 v2.30.0 // indirect
75
+ k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
76
+ sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
77
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.0 // indirect
76
78
sigs.k8s.io/yaml v1.3.0 // indirect
77
79
)
0 commit comments