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 2cfcf88 commit d0ab0dfCopy full SHA for d0ab0df
go.mod
@@ -17,7 +17,7 @@ require (
17
github.com/hashicorp/terraform-plugin-testing v1.12.0
18
github.com/siderolabs/crypto v0.5.1
19
github.com/siderolabs/gen v0.8.0
20
- github.com/siderolabs/go-blockdevice v0.4.8
+ github.com/siderolabs/go-blockdevice/v2 v2.0.16
21
github.com/siderolabs/image-factory v0.6.8
22
github.com/siderolabs/net v0.4.0
23
github.com/siderolabs/talos v1.10.0-beta.0
@@ -26,7 +26,7 @@ require (
26
golang.org/x/mod v0.24.0
27
google.golang.org/grpc v1.71.1
28
gopkg.in/yaml.v3 v3.0.1
29
- k8s.io/client-go v0.33.0-rc.0
+ k8s.io/client-go v11.0.0+incompatible
30
)
31
32
require (
0 commit comments