@@ -4,13 +4,13 @@ go 1.23.3
4
4
5
5
replace (
6
6
// see e.g. https://github.com/grpc/grpc-go/issues/6696
7
- cloud.google.com/go => cloud.google.com/go v0.100.2
7
+ cloud.google.com/go => cloud.google.com/go v0.117.0
8
8
9
9
// forked coredns so we don't carry caddy and other stuff into the Talos
10
10
github.com/coredns/coredns => github.com/siderolabs/coredns v1.11.53
11
11
12
12
// see https://github.com/mdlayher/kobject/pull/5
13
- github.com/mdlayher/kobject => github.com/smira/kobject v0.0.0-20240304111826-49c8d4613389
13
+ github.com/mdlayher/kobject => github.com/smira/kobject 19ca17470d7d
14
14
15
15
// Use nested module.
16
16
github.com/siderolabs/talos/pkg/machinery => ./pkg/machinery
@@ -23,12 +23,12 @@ replace (
23
23
24
24
// forked go-yaml that introduces RawYAML interface, which can be used to populate YAML fields using bytes
25
25
// which are then encoded as a valid YAML blocks with proper indentiation
26
- gopkg.in/yaml.v3 => github.com/unix4ever/yaml v0.0.0-20220527175918-f17b0f05cf2c
26
+ gopkg.in/yaml.v3 => github.com/unix4ever/yaml/v2 v2.4.0
27
27
)
28
28
29
29
// fd-leak related replacements: https://github.com/siderolabs/talos/issues/9412
30
30
// https://github.com/insomniacslk/dhcp/pull/550
31
- replace github.com/insomniacslk/dhcp => github.com/smira/dhcp v0.0.0-20241001122726-31e9ef21c016
31
+ replace github.com/insomniacslk/dhcp => github.com/smira/dhcp 7d93572ebe8e
32
32
33
33
// Kubernetes dependencies sharing the same version.
34
34
require (
@@ -58,7 +58,7 @@ require (
58
58
github.com/beevik/ntp v1.4.3
59
59
github.com/benbjohnson/clock v1.3.5 // project archived on 2023-05-18
60
60
github.com/blang/semver/v4 v4.0.0
61
- github.com/cenkalti/backoff/v4 v4.3 .0
61
+ github.com/cenkalti/backoff/v5 v5.0 .0
62
62
github.com/containerd/cgroups/v3 v3.0.5
63
63
github.com/containerd/containerd/api v1.8.0
64
64
github.com/containerd/containerd/v2 v2.0.1
@@ -68,9 +68,9 @@ require (
68
68
github.com/containerd/typeurl/v2 v2.2.3
69
69
github.com/containernetworking/cni v1.2.3
70
70
github.com/containernetworking/plugins v1.6.1
71
- github.com/coredns/coredns v1.11.3
71
+ github.com/coredns/coredns v1.12.0
72
72
github.com/coreos/go-iptables v0.8.0
73
- github.com/cosi-project/runtime v0.8.1
73
+ github.com/cosi-project/runtime v0.9.0
74
74
github.com/distribution/reference v0.6.0
75
75
github.com/docker/cli v27.4.1+incompatible
76
76
github.com/docker/docker v27.4.1+incompatible
@@ -102,9 +102,9 @@ require (
102
102
github.com/hashicorp/go-getter/v2 v2.2.3
103
103
github.com/hashicorp/go-multierror v1.1.1
104
104
github.com/hetznercloud/hcloud-go/v2 v2.17.1
105
- github.com/insomniacslk/dhcp v0.0.0-20240829085014-a3a4c1f04475
105
+ github.com/insomniacslk/dhcp b56fa0d5f25d
106
106
github.com/jeromer/syslogparser v1.1.0
107
- github.com/jsimonetti/rtnetlink/v2 v2.0.3-0.20241216183107-2d6e9f8ad3f2
107
+ github.com/jsimonetti/rtnetlink/v2 d045a249b7c2
108
108
github.com/jxskiss/base62 v1.1.0
109
109
github.com/klauspost/compress v1.17.11
110
110
github.com/klauspost/cpuid/v2 v2.2.9
@@ -130,7 +130,7 @@ require (
130
130
github.com/pkg/xattr v0.4.10
131
131
github.com/pmorjan/kmod v1.1.1
132
132
github.com/prometheus/procfs v0.15.1
133
- github.com/rivo/tview v0.0.0-20241103174730-c76f7879f592
133
+ github.com/rivo/tview 17b7edb88c57
134
134
github.com/rs/xid v1.6.0
135
135
github.com/ryanuber/columnize v2.1.2+incompatible
136
136
github.com/ryanuber/go-glob v1.0.0
@@ -141,7 +141,7 @@ require (
141
141
github.com/siderolabs/discovery-client v0.1.10
142
142
github.com/siderolabs/gen v0.8.0
143
143
github.com/siderolabs/go-api-signature v0.3.6
144
- github.com/siderolabs/go-blockdevice v0.4.8
144
+ github.com/siderolabs/go-blockdevice/v2 v2.0.9
145
145
github.com/siderolabs/go-blockdevice/v2 v2.0.9
146
146
github.com/siderolabs/go-circular v0.2.1
147
147
github.com/siderolabs/go-cmd v0.1.3
@@ -186,13 +186,13 @@ require (
186
186
golang.org/x/term v0.27.0
187
187
golang.org/x/text v0.21.0
188
188
golang.org/x/time v0.8.0
189
- golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6
189
+ golang.zx2c4.com/wireguard/wgctrl a9ab2273dd10
190
190
google.golang.org/grpc v1.69.2
191
191
google.golang.org/protobuf v1.36.1
192
192
gopkg.in/yaml.v3 v3.0.1
193
193
k8s.io/klog/v2 v2.130.1
194
194
kernel.org/pub/linux/libs/security/libcap/cap v1.2.73
195
- sigs.k8s.io/hydrophone v0.6.1-0.20240718103601-b92baf7e0b04
195
+ sigs.k8s.io/hydrophone e8a92aa05a29
196
196
sigs.k8s.io/yaml v1.4.0
197
197
)
198
198
0 commit comments