@@ -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 .0
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.1
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-0.20250811162926-710fae2a8bc0
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-beta.2
20
+ github.com/siderolabs/talos/pkg/machinery v1.11.0-rc.0
21
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
22
+ github.com/stretchr/testify v1.11 .0
23
+ golang.org/x/sync v0.16 .0
24
+ google.golang.org/grpc v1.75.0
25
+ google.golang.org/protobuf v1.36.8
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.33.4
28
+ k8s.io/apiextensions-apiserver v0.33.4
29
+ k8s.io/apimachinery v0.33.4
30
+ k8s.io/apiserver v0.33.4
31
+ k8s.io/client-go v0.33.4
32
+ k8s.io/component-base v0.33.4
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.0
36
+ sigs.k8s.io/controller-runtime v0.21.0
37
37
)
38
38
39
39
require (
0 commit comments