@@ -3,37 +3,37 @@ module github.com/siderolabs/cluster-api-control-plane-provider-talos
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.1
7
7
8
8
require (
9
9
github.com/coreos/go-semver v0.3.1
10
10
github.com/go-logr/logr v1.4.3
11
11
github.com/gobuffalo/flect v1.0.3
12
12
github.com/google/uuid v1.6.0
13
- github.com/onsi/gomega v1.36.3
13
+ github.com/onsi/gomega v1.38.2
14
14
github.com/pkg/errors v0.9.1
15
15
github.com/siderolabs/capi-utils v0.0.0-20250812174642-8d7036d74b13
16
16
github.com/siderolabs/cluster-api-bootstrap-provider-talos v0.6.10
17
17
github.com/siderolabs/crypto v0.6.3
18
18
github.com/siderolabs/gen v0.8.5
19
19
github.com/siderolabs/go-retry v0.3.3
20
- github.com/siderolabs/talos/pkg/machinery v1.11.0
21
- github.com/spf13/pflag v1.0.7
22
- github.com/stretchr/testify v1.10.0
23
- golang.org/x/sync v0.15 .0
24
- google.golang.org/grpc v1.74.2
25
- google.golang.org/protobuf v1.36.6
20
+ github.com/siderolabs/talos/pkg/machinery v1.11.1
21
+ github.com/spf13/pflag v1.0.10
22
+ github.com/stretchr/testify v1.11.1
23
+ golang.org/x/sync v0.17 .0
24
+ google.golang.org/grpc v1.75.1
25
+ google.golang.org/protobuf v1.36.9
26
26
gopkg.in/yaml.v3 v3.0.1
27
- k8s.io/api v0.32.3
28
- k8s.io/apiextensions-apiserver v0.32.3
29
- k8s.io/apimachinery v0.32.3
30
- k8s.io/apiserver v0.32.3
31
- k8s.io/client-go v0.32.3
32
- k8s.io/component-base v0.32.3
27
+ k8s.io/api v0.34.1
28
+ k8s.io/apiextensions-apiserver v0.34.1
29
+ k8s.io/apimachinery v0.34.1
30
+ k8s.io/apiserver v0.34.1
31
+ k8s.io/client-go v0.34.1
32
+ k8s.io/component-base v0.34.1
33
33
k8s.io/klog/v2 v2.130.1
34
- k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
35
- sigs.k8s.io/cluster-api v1.10.4
36
- sigs.k8s.io/controller-runtime v0.20.4
34
+ k8s.io/utils 0af2bda4dd1d
35
+ sigs.k8s.io/cluster-api v1.11.1
36
+ sigs.k8s.io/controller-runtime v0.22.1
37
37
)
38
38
39
39
require (
0 commit comments