1
1
module k8s.io/cloud-provider-openstack
2
2
3
- go 1.23.6
3
+ go 1.24.0
4
+
5
+ toolchain go1.24.3
4
6
5
7
require (
6
8
github.com/container-storage-interface/spec v1.11.0
@@ -29,32 +31,32 @@ require (
29
31
gopkg.in/gcfg.v1 v1.2.3
30
32
gopkg.in/godo.v2 v2.0.9
31
33
gopkg.in/yaml.v2 v2.4.0
32
- k8s.io/api v0.32.2
33
- k8s.io/apimachinery v0.32.2
34
- k8s.io/apiserver v0.32.2
35
- k8s.io/client-go v0.32.2
36
- k8s.io/cloud-provider v0.32.2
37
- k8s.io/component-base v0.32.2
34
+ k8s.io/api v0.33.1
35
+ k8s.io/apimachinery v0.33.1
36
+ k8s.io/apiserver v0.33.1
37
+ k8s.io/client-go v0.33.1
38
+ k8s.io/cloud-provider v0.33.1
39
+ k8s.io/component-base v0.33.1
38
40
k8s.io/klog/v2 v2.130.1
39
- k8s.io/kms v0.32.2
40
- k8s.io/kubernetes v1.32.2
41
- k8s.io/mount-utils v0.32.2
41
+ k8s.io/kms v0.33.1
42
+ k8s.io/kubernetes v1.33.1
43
+ k8s.io/mount-utils v0.33.1
42
44
k8s.io/utils v0.0.0-20241210054802-24370beab758
43
45
software.sslmate.com/src/go-pkcs12 v0.5.0
44
46
)
45
47
46
48
// the below fixes the "go list -m all" execution
47
49
replace (
48
- k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.32.2
49
- k8s.io/cri-client => k8s.io/cri-client v0.32.2
50
- k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.32.2
51
- k8s.io/endpointslice => k8s.io/endpointslice v0.32.2
52
- k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.32.2
53
- k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.32.2
54
- k8s.io/kube-proxy => k8s.io/kube-proxy v0.32.2
55
- k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.32.2
56
- k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.32.2
57
- k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.32.2
50
+ k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.33.1
51
+ k8s.io/cri-client => k8s.io/cri-client v0.33.1
52
+ k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.33.1
53
+ k8s.io/endpointslice => k8s.io/endpointslice v0.33.1
54
+ k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.33.1
55
+ k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.33.1
56
+ k8s.io/kube-proxy => k8s.io/kube-proxy v0.33.1
57
+ k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.33.1
58
+ k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.33.1
59
+ k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.33.1
58
60
)
59
61
60
62
require (
@@ -65,15 +67,16 @@ require (
65
67
github.com/Microsoft/go-winio v0.6.2 // indirect
66
68
github.com/NYTimes/gziphandler v1.1.1 // indirect
67
69
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
68
- github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
69
70
github.com/beorn7/perks v1.0.1 // indirect
70
71
github.com/blang/semver/v4 v4.0.0 // indirect
71
72
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
72
73
github.com/cespare/xxhash/v2 v2.3.0 // indirect
73
74
github.com/containerd/containerd/api v1.8.0 // indirect
74
- github.com/containerd/errdefs v0.1.0 // indirect
75
+ github.com/containerd/errdefs v1.0.0 // indirect
76
+ github.com/containerd/errdefs/pkg v0.3.0 // indirect
75
77
github.com/containerd/log v0.1.0 // indirect
76
78
github.com/containerd/ttrpc v1.2.7 // indirect
79
+ github.com/containerd/typeurl/v2 v2.2.2 // indirect
77
80
github.com/coreos/go-semver v0.3.1 // indirect
78
81
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
79
82
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
@@ -96,21 +99,19 @@ require (
96
99
github.com/gogo/protobuf v1.3.2 // indirect
97
100
github.com/golang/protobuf v1.5.4 // indirect
98
101
github.com/google/btree v1.1.3 // indirect
99
- github.com/google/cadvisor v0.51.0 // indirect
100
- github.com/google/cel-go v0.22.0 // indirect
102
+ github.com/google/cadvisor v0.52.1 // indirect
103
+ github.com/google/cel-go v0.23.2 // indirect
101
104
github.com/google/gnostic-models v0.6.9 // indirect
102
105
github.com/google/go-cmp v0.7.0 // indirect
103
- github.com/google/gofuzz v1.2.0 // indirect
104
106
github.com/google/pprof v0.0.0-20250208200701-d0013a598941 // indirect
105
- github.com/gorilla/websocket v1.5.3 // indirect
107
+ github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
106
108
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
107
109
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
108
110
github.com/hashicorp/hcl v1.0.0 // indirect
109
111
github.com/inconshreveable/mousetrap v1.1.0 // indirect
110
112
github.com/josharian/intern v1.0.0 // indirect
111
113
github.com/json-iterator/go v1.1.12 // indirect
112
114
github.com/karrick/godirwalk v1.17.0 // indirect
113
- github.com/klauspost/compress v1.18.0 // indirect
114
115
github.com/kylelemons/godebug v1.1.0 // indirect
115
116
github.com/magiconair/properties v1.8.9 // indirect
116
117
github.com/mailru/easyjson v0.9.0 // indirect
@@ -124,15 +125,15 @@ require (
124
125
github.com/modern-go/reflect2 v1.0.2 // indirect
125
126
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
126
127
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
128
+ github.com/opencontainers/cgroups v0.0.1 // indirect
127
129
github.com/opencontainers/go-digest v1.0.0 // indirect
128
- github.com/opencontainers/image-spec v1.1.0 // indirect
129
- github.com/opencontainers/runc v1.2.5 // indirect
130
+ github.com/opencontainers/image-spec v1.1.1 // indirect
130
131
github.com/opencontainers/runtime-spec v1.2.0 // indirect
131
132
github.com/opencontainers/selinux v1.11.1 // indirect
132
133
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
133
134
github.com/pkg/errors v0.9.1 // indirect
134
135
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
135
- github.com/prometheus/client_golang v1.21 .0 // indirect
136
+ github.com/prometheus/client_golang v1.22 .0 // indirect
136
137
github.com/prometheus/client_model v0.6.1 // indirect
137
138
github.com/prometheus/common v0.62.0 // indirect
138
139
github.com/prometheus/procfs v0.15.1 // indirect
@@ -145,9 +146,9 @@ require (
145
146
github.com/stretchr/objx v0.5.2 // indirect
146
147
github.com/subosito/gotenv v1.6.0 // indirect
147
148
github.com/x448/float16 v0.8.4 // indirect
148
- go.etcd.io/etcd/api/v3 v3.5.18 // indirect
149
- go.etcd.io/etcd/client/pkg/v3 v3.5.18 // indirect
150
- go.etcd.io/etcd/client/v3 v3.5.18 // indirect
149
+ go.etcd.io/etcd/api/v3 v3.5.21 // indirect
150
+ go.etcd.io/etcd/client/pkg/v3 v3.5.21 // indirect
151
+ go.etcd.io/etcd/client/v3 v3.5.21 // indirect
151
152
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
152
153
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
153
154
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
@@ -162,7 +163,7 @@ require (
162
163
go.uber.org/zap v1.27.0 // indirect
163
164
golang.org/x/crypto v0.36.0 // indirect
164
165
golang.org/x/net v0.38.0 // indirect
165
- golang.org/x/oauth2 v0.26 .0 // indirect
166
+ golang.org/x/oauth2 v0.27 .0 // indirect
166
167
golang.org/x/sync v0.12.0 // indirect
167
168
golang.org/x/text v0.23.0 // indirect
168
169
golang.org/x/time v0.10.0 // indirect
@@ -175,20 +176,21 @@ require (
175
176
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
176
177
gopkg.in/warnings.v0 v0.1.2 // indirect
177
178
gopkg.in/yaml.v3 v3.0.1 // indirect
178
- k8s.io/apiextensions-apiserver v0.32.2 // indirect
179
- k8s.io/component-helpers v0.32.2 // indirect
180
- k8s.io/controller-manager v0.32.2 // indirect
181
- k8s.io/cri-api v0.32.2 // indirect
182
- k8s.io/cri-client v0.32.2 // indirect
183
- k8s.io/csi-translation-lib v0.32.2 // indirect
184
- k8s.io/dynamic-resource-allocation v0.32.2 // indirect
185
- k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
186
- k8s.io/kube-scheduler v0.32.2 // indirect
187
- k8s.io/kubectl v0.32.2 // indirect
188
- k8s.io/kubelet v0.32.2 // indirect
189
- k8s.io/pod-security-admission v0.32.2 // indirect
179
+ k8s.io/apiextensions-apiserver v0.33.1 // indirect
180
+ k8s.io/component-helpers v0.33.1 // indirect
181
+ k8s.io/controller-manager v0.33.1 // indirect
182
+ k8s.io/cri-api v0.33.1 // indirect
183
+ k8s.io/cri-client v0.33.1 // indirect
184
+ k8s.io/csi-translation-lib v0.33.1 // indirect
185
+ k8s.io/dynamic-resource-allocation v0.33.1 // indirect
186
+ k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
187
+ k8s.io/kube-scheduler v0.33.1 // indirect
188
+ k8s.io/kubectl v0.33.1 // indirect
189
+ k8s.io/kubelet v0.33.1 // indirect
190
+ k8s.io/pod-security-admission v0.33.1 // indirect
190
191
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 // indirect
191
192
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
192
- sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
193
+ sigs.k8s.io/randfill v1.0.0 // indirect
194
+ sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
193
195
sigs.k8s.io/yaml v1.4.0 // indirect
194
196
)
0 commit comments