1
1
module k8s.io/kops
2
2
3
- go 1.22
3
+ go 1.22.3
4
4
5
5
require (
6
- cloud.google.com/go/compute/metadata v0.2.3
6
+ cloud.google.com/go/compute/metadata v0.3.0
7
7
github.com/Azure/azure-pipeline-go v0.2.3
8
8
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
9
9
github.com/Azure/azure-storage-blob-go v0.15.0
@@ -14,67 +14,68 @@ require (
14
14
github.com/Masterminds/sprig/v3 v3.2.3
15
15
github.com/apparentlymart/go-cidr v1.1.0
16
16
github.com/aws/amazon-ec2-instance-selector/v2 v2.4.1
17
- github.com/aws/aws-sdk-go v1.49.24
17
+ github.com/aws/aws-sdk-go v1.52.6
18
18
github.com/blang/semver/v4 v4.0.0
19
- github.com/cert-manager/cert-manager v1.12.3
20
- github.com/digitalocean/godo v1.102.1
19
+ github.com/cert-manager/cert-manager v1.12.9
20
+ github.com/digitalocean/godo v1.115.0
21
21
github.com/go-ini/ini v1.67.0
22
- github.com/go-logr/logr v1.2.4
22
+ github.com/go-jose/go-jose/v4 v4.0.1
23
+ github.com/go-logr/logr v1.4.1
23
24
github.com/gogo/protobuf v1.3.2
24
- github.com/google/go-cmp v0.5.9
25
- github.com/google/go-containerregistry v0.16 .1
25
+ github.com/google/go-cmp v0.6.0
26
+ github.com/google/go-containerregistry v0.19 .1
26
27
github.com/google/go-tpm v0.9.0
27
- github.com/google/go-tpm-tools v0.4.0
28
- github.com/google/uuid v1.3.1
29
- github.com/gophercloud/gophercloud v1.6 .0
30
- github.com/hetznercloud/hcloud-go v1.50 .0
28
+ github.com/google/go-tpm-tools v0.4.4
29
+ github.com/google/uuid v1.6.0
30
+ github.com/gophercloud/gophercloud v1.11 .0
31
+ github.com/hetznercloud/hcloud-go v1.55 .0
31
32
github.com/jacksontj/memberlistmesh v0.0.0-20190905163944-93462b9d2bb7
32
33
github.com/mitchellh/mapstructure v1.5.0
33
34
github.com/pelletier/go-toml v1.9.5
34
35
github.com/pkg/sftp v1.13.6
35
- github.com/prometheus/client_golang v1.16.0
36
- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.20.0.20230829075301-d16b548612e4
36
+ github.com/prometheus/client_golang v1.19.1
37
+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.26
37
38
github.com/sergi/go-diff v1.3.1
38
- github.com/spf13/cobra v1.7 .0
39
+ github.com/spf13/cobra v1.8 .0
39
40
github.com/spf13/pflag v1.0.5
40
- github.com/spf13/viper v1.16.0
41
+ github.com/spf13/viper v1.18.2
41
42
github.com/spotinst/spotinst-sdk-go v1.145.0
42
- github.com/stretchr/testify v1.8.4
43
+ github.com/stretchr/testify v1.9.0
43
44
github.com/weaveworks/mesh v0.0.0-20191105120815-58dbcc3e8e63
44
45
go.uber.org/multierr v1.11.0
45
- golang.org/x/crypto v0.19 .0
46
- golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
47
- golang.org/x/net v0.19 .0
48
- golang.org/x/oauth2 v0.11 .0
49
- golang.org/x/sync v0.5 .0
50
- golang.org/x/sys v0.17 .0
51
- google.golang.org/api v0.138 .0
52
- google.golang.org/grpc v1.57.0
53
- google.golang.org/protobuf v1.31.0
46
+ golang.org/x/crypto v0.23 .0
47
+ golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
48
+ golang.org/x/net v0.25 .0
49
+ golang.org/x/oauth2 v0.20 .0
50
+ golang.org/x/sync v0.7 .0
51
+ golang.org/x/sys v0.20 .0
52
+ google.golang.org/api v0.179 .0
53
+ google.golang.org/grpc v1.63.2
54
+ google.golang.org/protobuf v1.34.1
54
55
gopkg.in/gcfg.v1 v1.2.3
55
56
gopkg.in/inf.v0 v0.9.1
56
- gopkg.in/square/go-jose.v2 v2.6.0
57
57
helm.sh/helm/v3 v3.12.3
58
- k8s.io/api v0.28.6
59
- k8s.io/apimachinery v0.28.6
60
- k8s.io/cli-runtime v0.28.6
61
- k8s.io/client-go v0.28.6
58
+ k8s.io/api v0.28.9
59
+ k8s.io/apimachinery v0.28.9
60
+ k8s.io/cli-runtime v0.28.9
61
+ k8s.io/client-go v0.28.9
62
62
k8s.io/cloud-provider-aws v1.28.1
63
63
k8s.io/cloud-provider-gcp/providers v0.27.1
64
- k8s.io/component-base v0.28.6
64
+ k8s.io/component-base v0.28.9
65
65
k8s.io/gengo v0.0.0-20230829151522-9cce18d56c01
66
66
k8s.io/klog/v2 v2.100.1
67
- k8s.io/kubectl v0.28.6
68
- k8s.io/kubelet v0.28.6
69
- k8s.io/mount-utils v0.28.6
67
+ k8s.io/kubectl v0.28.9
68
+ k8s.io/kubelet v0.28.9
69
+ k8s.io/mount-utils v0.28.9
70
70
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
71
- sigs.k8s.io/controller-runtime v0.16.1
72
- sigs.k8s.io/structured-merge-diff/v4 v4.3.0
73
- sigs.k8s.io/yaml v1.3 .0
71
+ sigs.k8s.io/controller-runtime v0.16.6
72
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.1
73
+ sigs.k8s.io/yaml v1.4 .0
74
74
)
75
75
76
76
require (
77
- cloud.google.com/go/compute v1.23.0 // indirect
77
+ cloud.google.com/go/auth v0.4.1 // indirect
78
+ cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
78
79
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
79
80
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
80
81
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
@@ -88,7 +89,7 @@ require (
88
89
github.com/MakeNowJust/heredoc v1.0.0 // indirect
89
90
github.com/Masterminds/goutils v1.1.1 // indirect
90
91
github.com/Masterminds/semver/v3 v3.2.1 // indirect
91
- github.com/armon/go-metrics v0.4.0 // indirect
92
+ github.com/armon/go-metrics v0.4.1 // indirect
92
93
github.com/atotto/clipboard v0.1.4 // indirect
93
94
github.com/beorn7/perks v1.0.1 // indirect
94
95
github.com/cespare/xxhash/v2 v2.2.0 // indirect
@@ -99,8 +100,8 @@ require (
99
100
github.com/containerd/console v1.0.3 // indirect
100
101
github.com/containerd/containerd v1.7.5 // indirect
101
102
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
102
- github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
103
- github.com/davecgh/go-spew v1.1.1 // indirect
103
+ github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
104
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
104
105
github.com/dimchansky/utfbom v1.1.1 // indirect
105
106
github.com/docker/cli v24.0.5+incompatible // indirect
106
107
github.com/docker/distribution v2.8.2+incompatible // indirect
@@ -109,30 +110,33 @@ require (
109
110
github.com/docker/go-connections v0.4.0 // indirect
110
111
github.com/docker/go-metrics v0.0.1 // indirect
111
112
github.com/docker/go-units v0.5.0 // indirect
112
- github.com/emicklei/go-restful/v3 v3.10.2 // indirect
113
+ github.com/emicklei/go-restful/v3 v3.11.0 // indirect
113
114
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
114
115
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
115
116
github.com/evertras/bubble-table v0.14.4 // indirect
116
117
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
117
- github.com/fsnotify/fsnotify v1.6.0 // indirect
118
+ github.com/felixge/httpsnoop v1.0.4 // indirect
119
+ github.com/fsnotify/fsnotify v1.7.0 // indirect
118
120
github.com/go-errors/errors v1.4.2 // indirect
119
121
github.com/go-logr/stdr v1.2.2 // indirect
120
122
github.com/go-openapi/jsonpointer v0.19.6 // indirect
121
123
github.com/go-openapi/jsonreference v0.20.2 // indirect
122
124
github.com/go-openapi/swag v0.22.3 // indirect
123
125
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
124
126
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
125
- github.com/golang/protobuf v1.5.3 // indirect
127
+ github.com/golang/protobuf v1.5.4 // indirect
126
128
github.com/google/btree v1.0.1 // indirect
127
129
github.com/google/gnostic-models v0.6.8 // indirect
130
+ github.com/google/go-configfs-tsm v0.2.2 // indirect
128
131
github.com/google/go-querystring v1.1.0 // indirect
129
- github.com/google/go-sev-guest v0.6.1 // indirect
132
+ github.com/google/go-sev-guest v0.9.3 // indirect
133
+ github.com/google/go-tdx-guest v0.3.1 // indirect
130
134
github.com/google/gofuzz v1.2.0 // indirect
131
135
github.com/google/logger v1.1.1 // indirect
132
- github.com/google/s2a-go v0.1.5 // indirect
136
+ github.com/google/s2a-go v0.1.7 // indirect
133
137
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
134
- github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
135
- github.com/googleapis/gax-go/v2 v2.12.0 // indirect
138
+ github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
139
+ github.com/googleapis/gax-go/v2 v2.12.4 // indirect
136
140
github.com/gorilla/mux v1.8.0 // indirect
137
141
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
138
142
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -148,10 +152,10 @@ require (
148
152
github.com/huandu/xstrings v1.4.0 // indirect
149
153
github.com/imdario/mergo v0.3.15 // indirect
150
154
github.com/inconshreveable/mousetrap v1.1.0 // indirect
151
- github.com/jmespath/go-jmespath v0.4.0 // indirect
155
+ github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24 // indirect
152
156
github.com/josharian/intern v1.0.0 // indirect
153
157
github.com/json-iterator/go v1.1.12 // indirect
154
- github.com/klauspost/compress v1.16.5 // indirect
158
+ github.com/klauspost/compress v1.17.0 // indirect
155
159
github.com/kr/fs v0.1.0 // indirect
156
160
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
157
161
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
@@ -160,7 +164,6 @@ require (
160
164
github.com/mattn/go-ieproxy v0.0.1 // indirect
161
165
github.com/mattn/go-isatty v0.0.17 // indirect
162
166
github.com/mattn/go-runewidth v0.0.13 // indirect
163
- github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
164
167
github.com/miekg/dns v1.1.50 // indirect
165
168
github.com/mitchellh/copystructure v1.2.0 // indirect
166
169
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -184,46 +187,49 @@ require (
184
187
github.com/opencontainers/go-digest v1.0.0 // indirect
185
188
github.com/opencontainers/image-spec v1.1.0-rc4 // indirect
186
189
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
187
- github.com/pborman/uuid v1.2.0 // indirect
188
- github.com/pelletier/go-toml/v2 v2.0.8 // indirect
190
+ github.com/pborman/uuid v1.2.1 // indirect
191
+ github.com/pelletier/go-toml/v2 v2.1.0 // indirect
189
192
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
190
193
github.com/pkg/errors v0.9.1 // indirect
191
- github.com/pmezard/go-difflib v1.0.0 // indirect
192
- github.com/prometheus/client_model v0.4 .0 // indirect
193
- github.com/prometheus/common v0.44 .0 // indirect
194
- github.com/prometheus/procfs v0.10.1 // indirect
194
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
195
+ github.com/prometheus/client_model v0.5 .0 // indirect
196
+ github.com/prometheus/common v0.48 .0 // indirect
197
+ github.com/prometheus/procfs v0.12.0 // indirect
195
198
github.com/rivo/uniseg v0.2.0 // indirect
196
199
github.com/russross/blackfriday/v2 v2.1.0 // indirect
200
+ github.com/sagikazarmark/locafero v0.4.0 // indirect
201
+ github.com/sagikazarmark/slog-shim v0.1.0 // indirect
197
202
github.com/sahilm/fuzzy v0.1.0 // indirect
198
203
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
199
204
github.com/shopspring/decimal v1.3.1 // indirect
200
205
github.com/sirupsen/logrus v1.9.3 // indirect
201
- github.com/spf13/afero v1.9.5 // indirect
202
- github.com/spf13/cast v1.5.1 // indirect
203
- github.com/spf13/jwalterweatherman v1.1 .0 // indirect
204
- github.com/subosito/gotenv v1.4.2 // indirect
206
+ github.com/sourcegraph/conc v0.3.0 // indirect
207
+ github.com/spf13/afero v1.11.0 // indirect
208
+ github.com/spf13/cast v1.6 .0 // indirect
209
+ github.com/subosito/gotenv v1.6.0 // indirect
205
210
github.com/vbatts/tar-split v0.11.3 // indirect
206
211
github.com/xlab/treeprint v1.2.0 // indirect
207
212
go.opencensus.io v0.24.0 // indirect
208
- go.opentelemetry.io/otel v1.15.0 // indirect
209
- go.opentelemetry.io/otel/trace v1.15.0 // indirect
213
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
214
+ go.opentelemetry.io/otel v1.24.0 // indirect
215
+ go.opentelemetry.io/otel/metric v1.24.0 // indirect
216
+ go.opentelemetry.io/otel/trace v1.24.0 // indirect
210
217
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
211
- golang.org/x/mod v0.14 .0 // indirect
212
- golang.org/x/term v0.17 .0 // indirect
213
- golang.org/x/text v0.14 .0 // indirect
214
- golang.org/x/time v0.3 .0 // indirect
215
- golang.org/x/tools v0.16.1 // indirect
218
+ golang.org/x/mod v0.17 .0 // indirect
219
+ golang.org/x/term v0.20 .0 // indirect
220
+ golang.org/x/text v0.15 .0 // indirect
221
+ golang.org/x/time v0.5 .0 // indirect
222
+ golang.org/x/tools v0.21.0 // indirect
216
223
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
217
- google.golang.org/appengine v1.6.7 // indirect
218
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230807174057-1744710a1577 // indirect
224
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect
219
225
gopkg.in/ini.v1 v1.67.0 // indirect
220
226
gopkg.in/warnings.v0 v0.1.2 // indirect
221
227
gopkg.in/yaml.v2 v2.4.0 // indirect
222
228
gopkg.in/yaml.v3 v3.0.1 // indirect
223
- k8s.io/apiextensions-apiserver v0.28.0 // indirect
224
- k8s.io/cloud-provider v0.28.0 // indirect
225
- k8s.io/component-helpers v0.28.6 // indirect
226
- k8s.io/csi-translation-lib v0.28.0 // indirect
229
+ k8s.io/apiextensions-apiserver v0.28.9 // indirect
230
+ k8s.io/cloud-provider v0.28.9 // indirect
231
+ k8s.io/component-helpers v0.28.9 // indirect
232
+ k8s.io/csi-translation-lib v0.28.9 // indirect
227
233
k8s.io/klog v1.0.0 // indirect
228
234
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
229
235
oras.land/oras-go v1.2.4-0.20230829103011-4d0bf161925b // indirect
0 commit comments