File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module sigs.k8s.io/kubebuilder/testdata/project-v4-multigroup
3
3
go 1.24.0
4
4
5
5
require (
6
- github.com/cert-manager/cert-manager v1.17.2
6
+ github.com/cert-manager/cert-manager v1.18.0
7
7
github.com/onsi/ginkgo/v2 v2.22.0
8
8
github.com/onsi/gomega v1.36.1
9
9
k8s.io/api v0.33.0
@@ -71,10 +71,10 @@ require (
71
71
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
72
72
golang.org/x/net v0.38.0 // indirect
73
73
golang.org/x/oauth2 v0.28.0 // indirect
74
- golang.org/x/sync v0.12 .0 // indirect
75
- golang.org/x/sys v0.31 .0 // indirect
76
- golang.org/x/term v0.30 .0 // indirect
77
- golang.org/x/text v0.23 .0 // indirect
74
+ golang.org/x/sync v0.14 .0 // indirect
75
+ golang.org/x/sys v0.33 .0 // indirect
76
+ golang.org/x/term v0.32 .0 // indirect
77
+ golang.org/x/text v0.25 .0 // indirect
78
78
golang.org/x/time v0.9.0 // indirect
79
79
golang.org/x/tools v0.28.0 // indirect
80
80
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module sigs.k8s.io/kubebuilder/testdata/project-v4
3
3
go 1.24.0
4
4
5
5
require (
6
- github.com/cert-manager/cert-manager v1.17.2
6
+ github.com/cert-manager/cert-manager v1.18.0
7
7
github.com/onsi/ginkgo/v2 v2.22.0
8
8
github.com/onsi/gomega v1.36.1
9
9
k8s.io/api v0.33.0
@@ -70,10 +70,10 @@ require (
70
70
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
71
71
golang.org/x/net v0.38.0 // indirect
72
72
golang.org/x/oauth2 v0.28.0 // indirect
73
- golang.org/x/sync v0.12 .0 // indirect
74
- golang.org/x/sys v0.31 .0 // indirect
75
- golang.org/x/term v0.30 .0 // indirect
76
- golang.org/x/text v0.23 .0 // indirect
73
+ golang.org/x/sync v0.14 .0 // indirect
74
+ golang.org/x/sys v0.33 .0 // indirect
75
+ golang.org/x/term v0.32 .0 // indirect
76
+ golang.org/x/text v0.25 .0 // indirect
77
77
golang.org/x/time v0.9.0 // indirect
78
78
golang.org/x/tools v0.28.0 // indirect
79
79
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
You can’t perform that action at this time.
0 commit comments