@@ -4,7 +4,7 @@ go 1.25.0
44
55// forked go-yaml that introduces RawYAML interface, which can be used to populate YAML fields using bytes
66// which are then encoded as a valid YAML blocks with proper indentation
7- replace gopkg.in/yaml.v3 => github.com/unix4ever/yaml v0.0.0-20220527175918-f17b0f05cf2c
7+ replace gopkg.in/yaml.v3 => github.com/unix4ever/yaml/v2 v2.4.0
88
99replace (
1010 k8s.io/api => k8s.io/api v0.34.0
@@ -33,19 +33,19 @@ require (
3333 github.com/cosi-project/runtime v1.11.0
3434 github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2
3535 github.com/hashicorp/go-multierror v1.1.1
36- github.com/jsimonetti/rtnetlink v1.4.2
36+ github.com/jsimonetti/rtnetlink/v2 v2.0.5
3737 github.com/jxskiss/base62 v1.1.0
3838 github.com/martinlindhe/base36 v1.1.1
3939 github.com/mdlayher/arp v0.0.0-20220512170110-6706a2966875
40- github.com/mdlayher/ethtool v0.4.0
40+ github.com/mdlayher/ethtool v0.4.1
4141 github.com/mdlayher/genetlink v1.3.2
42- github.com/mdlayher/netlink v1.7.3-0.20250113171957-fbb4dce95f42
43- github.com/planetscale/vtprotobuf v0.6.1-0.20241121165744-79df5c4772f2
42+ github.com/mdlayher/netlink v1.8.0
43+ github.com/planetscale/vtprotobuf ba97887b0a25
4444 github.com/rs/xid v1.6.0
45- github.com/safchain/ethtool v0.6.1
45+ github.com/safchain/ethtool v0.6.2
4646 github.com/siderolabs/crypto v0.6.3
4747 github.com/siderolabs/discovery-api v0.1.6
48- github.com/siderolabs/discovery-client v0.1.12
48+ github.com/siderolabs/discovery-client v0.1.13
4949 github.com/siderolabs/gen v0.8.5
5050 github.com/siderolabs/go-api-signature v0.3.7
5151 github.com/siderolabs/go-circular v0.2.3
@@ -55,27 +55,27 @@ require (
5555 github.com/siderolabs/grpc-proxy v0.5.1
5656 github.com/siderolabs/image-factory v0.8.3
5757 github.com/siderolabs/net v0.4.0
58- github.com/siderolabs/omni/client v0.51.0-beta.1.0.20250903122553-faf5432552c3
58+ github.com/siderolabs/omni/client v1.1.2
5959 github.com/siderolabs/siderolink v0.3.15
60- github.com/siderolabs/talos/pkg/machinery v1.11.0
61- github.com/spf13/cobra v1.9 .1
60+ github.com/siderolabs/talos/pkg/machinery v1.11.1
61+ github.com/spf13/cobra v1.10 .1
6262 github.com/stretchr/testify v1.11.1
6363 go.etcd.io/bbolt v1.4.3
6464 go.etcd.io/etcd/client/v3 v3.6.4
6565 go.etcd.io/etcd/server/v3 v3.6.4
6666 go.uber.org/multierr v1.11.0
6767 go.uber.org/zap v1.27.0
6868 go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
69- golang.org/x/sync v0.16 .0
70- golang.org/x/sys v0.35 .0
71- golang.org/x/time v0.12 .0
69+ golang.org/x/sync v0.17 .0
70+ golang.org/x/sys v0.36 .0
71+ golang.org/x/time v0.13 .0
7272 golang.zx2c4.com/wireguard/wgctrl v0.0.0-20241231184526-a9ab2273dd10
7373 google.golang.org/grpc v1.75.0
7474 google.golang.org/protobuf v1.36.8
7575 k8s.io/api v0.35.0-alpha.0
7676 k8s.io/apimachinery v0.35.0-alpha.0
7777 k8s.io/apiserver v0.34.0
78- k8s.io/client-go v0.35.0-alpha.0
78+ k8s.io/client-go v11.0.0+incompatible
7979 k8s.io/kubernetes v1.34.0
8080)
8181
0 commit comments