1
1
module sigs.k8s.io/cluster-api-provider-cloudstack-staging/test/e2e
2
2
3
- go 1.18
3
+ go 1.19
4
4
5
5
require (
6
6
github.com/Shopify/toxiproxy/v2 v2.5.0
7
- github.com/apache/cloudstack-go/v2 v2.12 .0
7
+ github.com/apache/cloudstack-go/v2 v2.13 .0
8
8
github.com/blang/semver v3.5.1+incompatible
9
9
github.com/onsi/ginkgo v1.16.5
10
- github.com/onsi/gomega v1.18 .1
10
+ github.com/onsi/gomega v1.20 .1
11
11
gopkg.in/yaml.v3 v3.0.1
12
- k8s.io/api v0.24.2
13
- k8s.io/apimachinery v0.24.2
14
- k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12
+ k8s.io/api v0.25.3
13
+ k8s.io/apimachinery v0.25.3
14
+ k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed
15
15
sigs.k8s.io/cluster-api v1.2.7
16
16
sigs.k8s.io/cluster-api/test v1.2.7
17
- sigs.k8s.io/controller-runtime v0.12.3
17
+ sigs.k8s.io/controller-runtime v0.13.1
18
18
)
19
19
20
20
require (
@@ -27,9 +27,10 @@ require (
27
27
github.com/PuerkitoBio/purell v1.1.1 // indirect
28
28
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
29
29
github.com/alessio/shellescape v1.4.1 // indirect
30
- github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210826220005-b48c857c3a0e // indirect
30
+ github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220418222510-f25a4f6275ed // indirect
31
31
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
32
32
github.com/beorn7/perks v1.0.1 // indirect
33
+ github.com/blang/semver/v4 v4.0.0 // indirect
33
34
github.com/cespare/xxhash/v2 v2.1.2 // indirect
34
35
github.com/coredns/caddy v1.1.0 // indirect
35
36
github.com/coredns/corefile-migration v1.0.18 // indirect
@@ -39,11 +40,11 @@ require (
39
40
github.com/docker/go-connections v0.4.0 // indirect
40
41
github.com/docker/go-units v0.4.0 // indirect
41
42
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect
42
- github.com/emicklei/go-restful v2.16.0+incompatible // indirect
43
+ github.com/emicklei/go-restful/v3 v3.8.0 // indirect
43
44
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
44
45
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
45
46
github.com/fsnotify/fsnotify v1.5.4 // indirect
46
- github.com/go-logr/logr v1.2.0 // indirect
47
+ github.com/go-logr/logr v1.2.3 // indirect
47
48
github.com/go-openapi/jsonpointer v0.19.5 // indirect
48
49
github.com/go-openapi/jsonreference v0.19.5 // indirect
49
50
github.com/go-openapi/swag v0.19.14 // indirect
@@ -52,7 +53,7 @@ require (
52
53
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
53
54
github.com/golang/mock v1.6.0 // indirect
54
55
github.com/golang/protobuf v1.5.2 // indirect
55
- github.com/google/cel-go v0.10.1 // indirect
56
+ github.com/google/cel-go v0.12.4 // indirect
56
57
github.com/google/gnostic v0.5.7-v3refs // indirect
57
58
github.com/google/go-cmp v0.5.8 // indirect
58
59
github.com/google/go-github/v45 v45.2.0 // indirect
@@ -102,7 +103,7 @@ require (
102
103
golang.org/x/sys v0.2.0 // indirect
103
104
golang.org/x/term v0.2.0 // indirect
104
105
golang.org/x/text v0.4.0 // indirect
105
- golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
106
+ golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
106
107
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
107
108
google.golang.org/appengine v1.6.7 // indirect
108
109
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
@@ -111,16 +112,16 @@ require (
111
112
gopkg.in/ini.v1 v1.66.4 // indirect
112
113
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
113
114
gopkg.in/yaml.v2 v2.4.0 // indirect
114
- k8s.io/apiextensions-apiserver v0.24.2 // indirect
115
- k8s.io/apiserver v0.24.2 // indirect
116
- k8s.io/client-go v0.24.2 // indirect
115
+ k8s.io/apiextensions-apiserver v0.25.0 // indirect
116
+ k8s.io/apiserver v0.25.0 // indirect
117
+ k8s.io/client-go v0.25.0 // indirect
117
118
k8s.io/cluster-bootstrap v0.24.0 // indirect
118
- k8s.io/component-base v0.24.2 // indirect
119
- k8s.io/klog/v2 v2.60 .1 // indirect
120
- k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
121
- sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
119
+ k8s.io/component-base v0.25.0 // indirect
120
+ k8s.io/klog/v2 v2.70 .1 // indirect
121
+ k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
122
+ sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
122
123
sigs.k8s.io/kind v0.14.0 // indirect
123
- sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
124
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
124
125
sigs.k8s.io/yaml v1.3.0 // indirect
125
126
)
126
127
0 commit comments