File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ module github.com/siderolabs/capi-utils
33go 1.25.3
44
55// 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.1
77
88require (
99 github.com/siderolabs/go-debug v0.6.1
1010 github.com/siderolabs/go-retry v0.3.3
1111 github.com/siderolabs/talos/pkg/machinery v1.12.0-beta.0
1212 github.com/spf13/cobra v1.10.1
1313 github.com/spf13/viper v1.21.0
14- google.golang.org/grpc v1.76 .0
15- k8s.io/api v0.35.0-alpha.3
16- k8s.io/apimachinery v0.35.0-alpha.3
17- k8s.io/client-go v0.35.0-alpha.3
14+ google.golang.org/grpc v1.77 .0
15+ k8s.io/api v0.35.0-beta.0
16+ k8s.io/apimachinery v0.35.0-beta.0
17+ k8s.io/client-go v11.0.0+incompatible
1818 sigs.k8s.io/cluster-api v1.11.3
19- sigs.k8s.io/controller-runtime v0.21.0
19+ sigs.k8s.io/controller-runtime v0.22.4
2020)
2121
2222require (
You can’t perform that action at this time.
0 commit comments