Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sfyra/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ require (
github.com/siderolabs/net v0.4.0
github.com/siderolabs/sidero v0.0.0-00010101000000-000000000000
github.com/siderolabs/talos v1.12.0-beta.0
github.com/siderolabs/talos/pkg/machinery v1.12.0-beta.0
github.com/siderolabs/talos/pkg/machinery v1.12.0-rc.1
github.com/spf13/cobra v1.10.1
github.com/stretchr/testify v1.11.1
go.uber.org/zap v1.27.0
Expand Down
4 changes: 2 additions & 2 deletions sfyra/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ github.com/siderolabs/protoenc v0.2.4 h1:D3Fpn2nQSQOhl8ZlAxijZAf7K6F8CM1uZq0afIG
github.com/siderolabs/protoenc v0.2.4/go.mod h1:i5XLHjfv5vyi7LhQrSEo19HCA+lYtDd7CWxsoWp9XE8=
github.com/siderolabs/talos v1.12.0-beta.0 h1:4NDPCO48YwBZX3l7Ec7MHV6YYflrE80Nhgu3+/ZX/wY=
github.com/siderolabs/talos v1.12.0-beta.0/go.mod h1:IsxLxmxk6JV2TQ4qq2bgcGAcUjfHd3UarJCMiLOeR3A=
github.com/siderolabs/talos/pkg/machinery v1.12.0-beta.0 h1:b6LDrvf0kr3ifYLLw4uvwhIaAtvuSFnglU0JDfDFc3I=
github.com/siderolabs/talos/pkg/machinery v1.12.0-beta.0/go.mod h1:dNc4lG9yb2CzCwnJbfSUO9ZmkXE6P3BnVo1UsCITr/U=
github.com/siderolabs/talos/pkg/machinery v1.12.0-rc.1 h1:LYaqW+9WThosIcUfx6/NOeKeOvcSYt8LZYfZbWM43uw=
github.com/siderolabs/talos/pkg/machinery v1.12.0-rc.1/go.mod h1:dNc4lG9yb2CzCwnJbfSUO9ZmkXE6P3BnVo1UsCITr/U=
github.com/siderolabs/tcpproxy v0.1.0 h1:IbkS9vRhjMOscc1US3M5P1RnsGKFgB6U5IzUk+4WkKA=
github.com/siderolabs/tcpproxy v0.1.0/go.mod h1:onn6CPPj/w1UNqQ0U97oRPF0CqbrgEApYCw4P9IiCW8=
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
Expand Down