File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ module github.com/siderolabs/capi-utils
3
3
go 1.24.0
4
4
5
5
// compatibility with kube-apiserver v0.32.3, should be dropped once kube-apiserver dependency is updated
6
- replace github.com/google/cel-go => github.com/google/cel-go v0.22 .0
6
+ replace github.com/google/cel-go => github.com/google/cel-go v0.26 .0
7
7
8
8
require (
9
- github.com/siderolabs/go-debug v0.5 .0
9
+ github.com/siderolabs/go-debug v0.6 .0
10
10
github.com/siderolabs/go-retry v0.3.3
11
- github.com/siderolabs/talos/pkg/machinery v1.11.0-beta.2
11
+ github.com/siderolabs/talos/pkg/machinery v1.11.0-rc.0
12
12
github.com/spf13/cobra v1.9.1
13
13
github.com/spf13/viper v1.20.1
14
- google.golang.org/grpc v1.74.2
15
- k8s.io/api v0.32.3
16
- k8s.io/apimachinery v0.32.3
17
- k8s.io/client-go v0.32.3
18
- sigs.k8s.io/cluster-api v1.10.4
19
- sigs.k8s.io/controller-runtime v0.20.4
14
+ google.golang.org/grpc v1.75.0
15
+ k8s.io/api v0.33.4
16
+ k8s.io/apimachinery v0.33.4
17
+ k8s.io/client-go v0.33.4
18
+ sigs.k8s.io/cluster-api v1.11.0
19
+ sigs.k8s.io/controller-runtime v0.21.0
20
20
)
21
21
22
22
require (
You can’t perform that action at this time.
0 commit comments