@@ -5,22 +5,22 @@ go 1.22.0
5
5
toolchain go1.22.5
6
6
7
7
replace (
8
- sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.8.5
9
- sigs.k8s.io/cluster-api/test => sigs.k8s.io/cluster-api/test v1.8.5
8
+ sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.9.4
9
+ sigs.k8s.io/cluster-api/test => sigs.k8s.io/cluster-api/test v1.9.4
10
10
)
11
11
12
12
require (
13
13
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46
14
14
github.com/joelanford/go-apidiff v0.8.2
15
- github.com/onsi/ginkgo/v2 v2.19.1
15
+ github.com/onsi/ginkgo/v2 v2.22.0
16
16
gotest.tools/gotestsum v1.11.0
17
17
sigs.k8s.io/cluster-api/hack/tools v0.0.0-20240116064735-bfe8d0d16ff3
18
18
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20240215143116-d0396a3d6f9f
19
19
sigs.k8s.io/controller-tools v0.15.0
20
20
)
21
21
22
22
require (
23
- dario.cat/mergo v1.0.0 // indirect
23
+ dario.cat/mergo v1.0.1 // indirect
24
24
github.com/Microsoft/go-winio v0.6.1 // indirect
25
25
github.com/ProtonMail/go-crypto v1.1.3 // indirect
26
26
github.com/bitfield/gotestdox v0.2.1 // indirect
@@ -29,19 +29,20 @@ require (
29
29
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
30
30
github.com/dnephin/pflag v1.0.7 // indirect
31
31
github.com/emirpasic/gods v1.18.1 // indirect
32
- github.com/fatih/color v1.17 .0 // indirect
32
+ github.com/fatih/color v1.18 .0 // indirect
33
33
github.com/fsnotify/fsnotify v1.7.0 // indirect
34
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
34
35
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
35
36
github.com/go-git/go-billy/v5 v5.6.0 // indirect
36
37
github.com/go-git/go-git/v5 v5.13.0 // indirect
37
38
github.com/go-logr/logr v1.4.2 // indirect
38
39
github.com/go-logr/zapr v1.3.0 // indirect
39
40
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
40
- github.com/gobuffalo/flect v1.0.2 // indirect
41
+ github.com/gobuffalo/flect v1.0.3 // indirect
41
42
github.com/gogo/protobuf v1.3.2 // indirect
42
43
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
43
44
github.com/google/gofuzz v1.2.0 // indirect
44
- github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
45
+ github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
45
46
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
46
47
github.com/inconshreveable/mousetrap v1.1.0 // indirect
47
48
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
@@ -58,27 +59,28 @@ require (
58
59
github.com/spf13/afero v1.11.0 // indirect
59
60
github.com/spf13/cobra v1.8.1 // indirect
60
61
github.com/spf13/pflag v1.0.5 // indirect
62
+ github.com/x448/float16 v0.8.4 // indirect
61
63
github.com/xanzy/ssh-agent v0.3.3 // indirect
62
64
go.uber.org/multierr v1.11.0 // indirect
63
65
go.uber.org/zap v1.27.0 // indirect
64
66
golang.org/x/crypto v0.31.0 // indirect
65
67
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
66
- golang.org/x/mod v0.19 .0 // indirect
68
+ golang.org/x/mod v0.21 .0 // indirect
67
69
golang.org/x/net v0.33.0 // indirect
68
70
golang.org/x/sync v0.10.0 // indirect
69
71
golang.org/x/sys v0.28.0 // indirect
70
72
golang.org/x/term v0.27.0 // indirect
71
73
golang.org/x/text v0.21.0 // indirect
72
- golang.org/x/tools v0.23 .0 // indirect
74
+ golang.org/x/tools v0.26 .0 // indirect
73
75
gopkg.in/inf.v0 v0.9.1 // indirect
74
76
gopkg.in/warnings.v0 v0.1.2 // indirect
75
77
gopkg.in/yaml.v2 v2.4.0 // indirect
76
78
gopkg.in/yaml.v3 v3.0.1 // indirect
77
- k8s.io/api v0.30 .3 // indirect
78
- k8s.io/apiextensions-apiserver v0.30 .3 // indirect
79
- k8s.io/apimachinery v0.30 .3 // indirect
80
- k8s.io/klog/v2 v2.120 .1 // indirect
81
- k8s.io/utils v0.0.0-20231127182322-b307cd553661 // indirect
79
+ k8s.io/api v0.31 .3 // indirect
80
+ k8s.io/apiextensions-apiserver v0.31 .3 // indirect
81
+ k8s.io/apimachinery v0.31 .3 // indirect
82
+ k8s.io/klog/v2 v2.130 .1 // indirect
83
+ k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
82
84
sigs.k8s.io/cluster-api v0.0.0-00010101000000-000000000000 // indirect
83
85
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
84
86
sigs.k8s.io/kubebuilder/docs/book/utils v0.0.0-20211028165026-57688c578b5d // indirect
0 commit comments