1
1
module sigs.k8s.io/cluster-api-provider-ibmcloud
2
2
3
- go 1.21
3
+ go 1.22.0
4
4
5
5
// Keep these modules sync with sigs.k8s.io/cluster-api repository
6
6
replace (
7
- github.com/onsi/ginkgo/v2 => github.com/onsi/ginkgo/v2 v2.17.1
8
- github.com/onsi/gomega => github.com/onsi/gomega v1.32.0
9
- sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.7.4
7
+ github.com/onsi/ginkgo/v2 => github.com/onsi/ginkgo/v2 v2.19.0
8
+ github.com/onsi/gomega => github.com/onsi/gomega v1.33.1
9
+ sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.8.0-beta.0
10
10
)
11
11
12
12
require (
@@ -18,11 +18,11 @@ require (
18
18
github.com/IBM/vpc-go-sdk v0.55.0
19
19
github.com/blang/semver/v4 v4.0.0
20
20
github.com/coreos/ignition/v2 v2.19.0
21
- github.com/go-logr/logr v1.4.1
21
+ github.com/go-logr/logr v1.4.2
22
22
github.com/go-openapi/strfmt v0.23.0
23
23
github.com/golang-jwt/jwt v3.2.2+incompatible
24
- github.com/onsi/ginkgo/v2 v2.17.1
25
- github.com/onsi/gomega v1.32.0
24
+ github.com/onsi/ginkgo/v2 v2.19.0
25
+ github.com/onsi/gomega v1.33.1
26
26
github.com/pkg/errors v0.9.1
27
27
github.com/ppc64le-cloud/powervs-utils v0.0.0-20240610070307-1c0d75a5c247
28
28
github.com/spf13/cobra v1.8.1
@@ -32,16 +32,16 @@ require (
32
32
golang.org/x/crypto v0.25.0
33
33
golang.org/x/net v0.27.0
34
34
golang.org/x/text v0.16.0
35
- k8s.io/api v0.29.3
36
- k8s.io/apiextensions-apiserver v0.29.3
37
- k8s.io/apimachinery v0.29.3
38
- k8s.io/cli-runtime v0.29.3
39
- k8s.io/client-go v0.29.3
40
- k8s.io/klog/v2 v2.110 .1
35
+ k8s.io/api v0.30.2
36
+ k8s.io/apiextensions-apiserver v0.30.2
37
+ k8s.io/apimachinery v0.30.2
38
+ k8s.io/cli-runtime v0.30.2
39
+ k8s.io/client-go v0.30.2
40
+ k8s.io/klog/v2 v2.120 .1
41
41
k8s.io/utils v0.0.0-20231127182322-b307cd553661
42
- sigs.k8s.io/cluster-api v1.7.4
43
- sigs.k8s.io/cluster-api/test v1.7.4
44
- sigs.k8s.io/controller-runtime v0.17.3
42
+ sigs.k8s.io/cluster-api v1.8.0-beta.0
43
+ sigs.k8s.io/cluster-api/test v1.8.0-beta.0
44
+ sigs.k8s.io/controller-runtime v0.18.4
45
45
sigs.k8s.io/yaml v1.4.0
46
46
)
47
47
@@ -55,7 +55,7 @@ require (
55
55
github.com/Microsoft/go-winio v0.5.0 // indirect
56
56
github.com/NYTimes/gziphandler v1.1.1 // indirect
57
57
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
58
- github.com/adrg/xdg v0.4 .0 // indirect
58
+ github.com/adrg/xdg v0.5 .0 // indirect
59
59
github.com/alessio/shellescape v1.4.1 // indirect
60
60
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
61
61
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
@@ -68,12 +68,12 @@ require (
68
68
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
69
69
github.com/coreos/vcontext v0.0.0-20230201181013-d72178a18687 // indirect
70
70
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
71
- github.com/distribution/reference v0.5 .0 // indirect
72
- github.com/docker/docker v25 .0.5 +incompatible // indirect
71
+ github.com/distribution/reference v0.6 .0 // indirect
72
+ github.com/docker/docker v27 .0.3 +incompatible // indirect
73
73
github.com/docker/go-connections v0.5.0 // indirect
74
74
github.com/docker/go-units v0.5.0 // indirect
75
75
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect
76
- github.com/emicklei/go-restful/v3 v3.12.0 // indirect
76
+ github.com/emicklei/go-restful/v3 v3.12.1 // indirect
77
77
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
78
78
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
79
79
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -92,18 +92,18 @@ require (
92
92
github.com/go-playground/locales v0.14.1 // indirect
93
93
github.com/go-playground/universal-translator v0.18.1 // indirect
94
94
github.com/go-playground/validator/v10 v10.19.0 // indirect
95
- github.com/go-task/slim-sprig v0 .0.0-20230315185526-52ccab3ef572 // indirect
95
+ github.com/go-task/slim-sprig/v3 v3 .0.0 // indirect
96
96
github.com/gobuffalo/flect v1.0.2 // indirect
97
97
github.com/gogo/protobuf v1.3.2 // indirect
98
98
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
99
99
github.com/golang/protobuf v1.5.4 // indirect
100
- github.com/google/cel-go v0.17.7 // indirect
100
+ github.com/google/cel-go v0.17.8 // indirect
101
101
github.com/google/gnostic-models v0.6.8 // indirect
102
102
github.com/google/go-cmp v0.6.0 // indirect
103
103
github.com/google/go-github/v53 v53.2.0 // indirect
104
104
github.com/google/go-querystring v1.1.0 // indirect
105
105
github.com/google/gofuzz v1.2.0 // indirect
106
- github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
106
+ github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
107
107
github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2 // indirect
108
108
github.com/google/uuid v1.6.0 // indirect
109
109
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
@@ -125,6 +125,7 @@ require (
125
125
github.com/mitchellh/copystructure v1.2.0 // indirect
126
126
github.com/mitchellh/mapstructure v1.5.0 // indirect
127
127
github.com/mitchellh/reflectwalk v1.0.2 // indirect
128
+ github.com/moby/docker-image-spec v1.3.1 // indirect
128
129
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
129
130
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
130
131
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -134,10 +135,10 @@ require (
134
135
github.com/opencontainers/image-spec v1.0.2 // indirect
135
136
github.com/opentracing/opentracing-go v1.2.0 // indirect
136
137
github.com/pelletier/go-toml v1.9.5 // indirect
137
- github.com/pelletier/go-toml/v2 v2.1.0 // indirect
138
+ github.com/pelletier/go-toml/v2 v2.2.2 // indirect
138
139
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
139
140
github.com/prometheus/client_golang v1.18.0 // indirect
140
- github.com/prometheus/client_model v0.5 .0 // indirect
141
+ github.com/prometheus/client_model v0.6 .0 // indirect
141
142
github.com/prometheus/common v0.45.0 // indirect
142
143
github.com/prometheus/procfs v0.12.0 // indirect
143
144
github.com/sagikazarmark/locafero v0.4.0 // indirect
@@ -146,7 +147,7 @@ require (
146
147
github.com/sourcegraph/conc v0.3.0 // indirect
147
148
github.com/spf13/afero v1.11.0 // indirect
148
149
github.com/spf13/cast v1.6.0 // indirect
149
- github.com/spf13/viper v1.18.2 // indirect
150
+ github.com/spf13/viper v1.19.0 // indirect
150
151
github.com/stoewer/go-strcase v1.2.0 // indirect
151
152
github.com/subosito/gotenv v1.6.0 // indirect
152
153
github.com/valyala/fastjson v1.6.4 // indirect
@@ -162,7 +163,7 @@ require (
162
163
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
163
164
go.uber.org/multierr v1.11.0 // indirect
164
165
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
165
- golang.org/x/oauth2 v0.20 .0 // indirect
166
+ golang.org/x/oauth2 v0.21 .0 // indirect
166
167
golang.org/x/sync v0.7.0 // indirect
167
168
golang.org/x/sys v0.22.0 // indirect
168
169
golang.org/x/term v0.22.0 // indirect
@@ -177,11 +178,11 @@ require (
177
178
gopkg.in/ini.v1 v1.67.0 // indirect
178
179
gopkg.in/yaml.v2 v2.4.0 // indirect
179
180
gopkg.in/yaml.v3 v3.0.1 // indirect
180
- k8s.io/apiserver v0.29.3 // indirect
181
- k8s.io/cluster-bootstrap v0.29.3 // indirect
182
- k8s.io/component-base v0.29.3 // indirect
183
- k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
184
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.28 .0 // indirect
181
+ k8s.io/apiserver v0.30.2 // indirect
182
+ k8s.io/cluster-bootstrap v0.30.2 // indirect
183
+ k8s.io/component-base v0.30.2 // indirect
184
+ k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
185
+ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30 .0 // indirect
185
186
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
186
187
sigs.k8s.io/kind v0.23.0 // indirect
187
188
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
0 commit comments