1
1
module github.com/siderolabs/talos
2
2
3
- go 1.23.2
3
+ go 1.23.3
4
4
5
5
replace (
6
6
// see e.g. https://github.com/grpc/grpc-go/issues/6696
@@ -53,12 +53,12 @@ require (
53
53
cloud.google.com/go/compute/metadata v0.5.2
54
54
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0
55
55
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0
56
- github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azcertificates v1.2 .0
57
- github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.2 .0
56
+ github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azcertificates v1.3 .0
57
+ github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.3 .0
58
58
github.com/alexflint/go-filemutex v1.3.0
59
- github.com/aws/aws-sdk-go-v2/config v1.28.1
60
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.18
61
- github.com/aws/aws-sdk-go-v2/service/kms v1.37.3
59
+ github.com/aws/aws-sdk-go-v2/config v1.28.3
60
+ github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.19
61
+ github.com/aws/aws-sdk-go-v2/service/kms v1.37.5
62
62
github.com/aws/smithy-go v1.22.0
63
63
github.com/beevik/ntp v1.4.3
64
64
github.com/benbjohnson/clock v1.3.5 // project archived on 2023-05-18
@@ -69,7 +69,7 @@ require (
69
69
github.com/containerd/containerd/v2 v2.0.0
70
70
github.com/containerd/errdefs v1.0.0
71
71
github.com/containerd/platforms v1.0.0-rc.0
72
- github.com/containerd/typeurl/v2 v2.2.2
72
+ github.com/containerd/typeurl/v2 v2.2.3
73
73
github.com/containernetworking/cni v1.2.3
74
74
github.com/containernetworking/plugins v1.6.0
75
75
github.com/coredns/coredns v1.11.3
@@ -81,7 +81,7 @@ require (
81
81
github.com/docker/go-connections v0.5.0
82
82
github.com/dustin/go-humanize v1.0.1
83
83
github.com/ecks/uefi v0.0.0-20221116212947-caef65d070eb
84
- github.com/elastic/go-libaudit/v2 v2.5.1-0.20241104162019-1df86e79cca7
84
+ github.com/elastic/go-libaudit/v2 v2.6.0
85
85
github.com/fatih/color v1.18.0
86
86
github.com/florianl/go-tc v0.4.4
87
87
github.com/foxboron/go-uefi v0.0.0-20241017190036-fab4fdf2f2f3
@@ -97,20 +97,20 @@ require (
97
97
github.com/google/go-tpm v0.9.1
98
98
github.com/google/nftables v0.2.0
99
99
github.com/google/uuid v1.6.0
100
- github.com/gopacket/gopacket v1.3.0
100
+ github.com/gopacket/gopacket v1.3.1
101
101
github.com/gosuri/uiprogress v0.0.1
102
102
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0
103
103
github.com/hashicorp/go-cleanhttp v0.5.2
104
104
github.com/hashicorp/go-envparse v0.1.0
105
105
github.com/hashicorp/go-getter/v2 v2.2.3
106
106
github.com/hashicorp/go-multierror v1.1.1
107
- github.com/hetznercloud/hcloud-go/v2 v2.15 .0
107
+ github.com/hetznercloud/hcloud-go/v2 v2.16 .0
108
108
github.com/insomniacslk/dhcp v0.0.0-20240829085014-a3a4c1f04475
109
109
github.com/jeromer/syslogparser v1.1.0
110
110
github.com/jsimonetti/rtnetlink/v2 v2.0.2
111
111
github.com/jxskiss/base62 v1.1.0
112
112
github.com/klauspost/compress v1.17.11
113
- github.com/klauspost/cpuid/v2 v2.2.8
113
+ github.com/klauspost/cpuid/v2 v2.2.9
114
114
github.com/linode/go-metadata v0.2.1
115
115
github.com/martinlindhe/base36 v1.1.1
116
116
github.com/mattn/go-isatty v0.0.20
@@ -152,7 +152,7 @@ require (
152
152
github.com/siderolabs/go-debug v0.4.0
153
153
github.com/siderolabs/go-kmsg v0.1.4
154
154
github.com/siderolabs/go-kubeconfig v0.1.0
155
- github.com/siderolabs/go-kubernetes v0.2.15
155
+ github.com/siderolabs/go-kubernetes v0.2.16
156
156
github.com/siderolabs/go-loadbalancer v0.3.4
157
157
github.com/siderolabs/go-pcidb v0.3.0
158
158
github.com/siderolabs/go-pointer v1.0.0
@@ -165,7 +165,7 @@ require (
165
165
github.com/siderolabs/kms-client v0.1.0
166
166
github.com/siderolabs/net v0.4.0
167
167
github.com/siderolabs/proto-codec v0.1.1
168
- github.com/siderolabs/protoenc v0.2.1
168
+ github.com/siderolabs/protoenc v0.2.1 // indirect
169
169
github.com/siderolabs/siderolink v0.3.11
170
170
github.com/siderolabs/talos/pkg/machinery v1.9.0-alpha.2
171
171
github.com/spf13/cobra v1.8.1
@@ -182,31 +182,32 @@ require (
182
182
go.etcd.io/etcd/etcdutl/v3 v3.5.16
183
183
go.uber.org/zap v1.27.0
184
184
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
185
- golang.org/x/net v0.30 .0
186
- golang.org/x/oauth2 v0.23 .0
187
- golang.org/x/sync v0.8 .0
188
- golang.org/x/sys v0.26 .0
189
- golang.org/x/term v0.25 .0
190
- golang.org/x/text v0.19 .0
191
- golang.org/x/time v0.7 .0
185
+ golang.org/x/net v0.31 .0
186
+ golang.org/x/oauth2 v0.24 .0
187
+ golang.org/x/sync v0.9 .0
188
+ golang.org/x/sys v0.27 .0
189
+ golang.org/x/term v0.26 .0
190
+ golang.org/x/text v0.20 .0
191
+ golang.org/x/time v0.8 .0
192
192
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6
193
- google.golang.org/grpc v1.67.1 // do not update to 1.68.0 until we find a way around https://github.com/grpc/grpc-go/pull/7535
193
+ google.golang.org/grpc v1.68.0 // do not update to 1.68.0 until we find a way around https://github.com/grpc/grpc-go/pull/7535
194
194
google.golang.org/protobuf v1.35.1
195
195
gopkg.in/yaml.v3 v3.0.1
196
196
k8s.io/klog/v2 v2.130.1
197
- kernel.org/pub/linux/libs/security/libcap/cap v1.2.71
197
+ kernel.org/pub/linux/libs/security/libcap/cap v1.2.72
198
198
sigs.k8s.io/hydrophone v0.6.1-0.20240718103601-b92baf7e0b04
199
199
sigs.k8s.io/yaml v1.4.0
200
200
)
201
201
202
202
require (
203
+ cel.dev/expr v0.18.0 // indirect
203
204
github.com/0x5a17ed/itkit v0.6.0 // indirect
204
205
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
205
206
github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20231105174938-2b5cbb29f3e2 // indirect
206
207
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
207
208
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.1.0 // indirect
208
209
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
209
- github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
210
+ github.com/AzureAD/microsoft-authentication-library-for-go v1.3.1 // indirect
210
211
github.com/MakeNowJust/heredoc v1.0.0 // indirect
211
212
github.com/Microsoft/go-winio v0.6.2 // indirect
212
213
github.com/Microsoft/hcsshim v0.12.9 // indirect
@@ -217,16 +218,16 @@ require (
217
218
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
218
219
github.com/apparentlymart/go-cidr v1.1.0 // indirect
219
220
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 // indirect
220
- github.com/aws/aws-sdk-go-v2 v1.32.3 // indirect
221
- github.com/aws/aws-sdk-go-v2/credentials v1.17.42 // indirect
222
- github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 // indirect
223
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 // indirect
221
+ github.com/aws/aws-sdk-go-v2 v1.32.4 // indirect
222
+ github.com/aws/aws-sdk-go-v2/credentials v1.17.44 // indirect
223
+ github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.23 // indirect
224
+ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.23 // indirect
224
225
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
225
226
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect
226
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 // indirect
227
- github.com/aws/aws-sdk-go-v2/service/sso v1.24.3 // indirect
228
- github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.3 // indirect
229
- github.com/aws/aws-sdk-go-v2/service/sts v1.32.3 // indirect
227
+ github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.4 // indirect
228
+ github.com/aws/aws-sdk-go-v2/service/sso v1.24.5 // indirect
229
+ github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.4 // indirect
230
+ github.com/aws/aws-sdk-go-v2/service/sts v1.32.4 // indirect
230
231
github.com/beorn7/perks v1.0.1 // indirect
231
232
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
232
233
github.com/cespare/xxhash/v2 v2.3.0 // indirect
@@ -270,7 +271,7 @@ require (
270
271
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
271
272
github.com/golang/protobuf v1.5.4 // indirect
272
273
github.com/google/btree v1.1.2 // indirect
273
- github.com/google/cel-go v0.21 .0 // indirect
274
+ github.com/google/cel-go v0.22 .0 // indirect
274
275
github.com/google/gnostic-models v0.6.8 // indirect
275
276
github.com/google/go-cmp v0.6.0 // indirect
276
277
github.com/google/gofuzz v1.2.0 // indirect
@@ -355,7 +356,7 @@ require (
355
356
go.opentelemetry.io/otel/metric v1.31.0 // indirect
356
357
go.opentelemetry.io/otel/trace v1.31.0 // indirect
357
358
go.uber.org/multierr v1.11.0 // indirect
358
- golang.org/x/crypto v0.28 .0 // indirect
359
+ golang.org/x/crypto v0.29 .0 // indirect
359
360
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
360
361
golang.org/x/mod v0.21.0 // indirect
361
362
golang.org/x/tools v0.26.0 // indirect
@@ -369,7 +370,7 @@ require (
369
370
k8s.io/cli-runtime v0.32.0-beta.0 // indirect
370
371
k8s.io/kube-openapi v0.0.0-20240827152857-f7e401e7b4c2 // indirect
371
372
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
372
- kernel.org/pub/linux/libs/security/libcap/psx v1.2.71 // indirect
373
+ kernel.org/pub/linux/libs/security/libcap/psx v1.2.72 // indirect
373
374
rsc.io/qr v0.2.0 // indirect
374
375
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
375
376
sigs.k8s.io/knftables v0.0.17 // indirect
0 commit comments