We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c21362e commit 5b68017Copy full SHA for 5b68017
go.mod
@@ -17,7 +17,7 @@ require (
17
github.com/hashicorp/terraform-plugin-testing v1.11.0
18
github.com/siderolabs/crypto v0.5.1
19
github.com/siderolabs/gen v0.7.0
20
- github.com/siderolabs/go-blockdevice v0.4.8
+ github.com/siderolabs/go-blockdevice/v2 v2.0.6
21
github.com/siderolabs/image-factory v0.6.2
22
github.com/siderolabs/net v0.4.0
23
github.com/siderolabs/talos v1.9.0-alpha.3.0.20241202095056-770be16425d2
@@ -26,7 +26,7 @@ require (
26
golang.org/x/mod v0.22.0
27
google.golang.org/grpc v1.68.1
28
gopkg.in/yaml.v3 v3.0.1
29
- k8s.io/client-go v0.32.0-rc.0
+ k8s.io/client-go v11.0.0+incompatible
30
)
31
32
require (
0 commit comments