Skip to content

Commit b5902cb

Browse files
authored
Merge pull request #4794 from camilamacedo86/upgrade-cert
🌱 (testdata): Upgrade version used in the samples under testdata
2 parents e490100 + f6d3022 commit b5902cb

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

testdata/project-v4-multigroup/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module sigs.k8s.io/kubebuilder/testdata/project-v4-multigroup
33
go 1.24.0
44

55
require (
6-
github.com/cert-manager/cert-manager v1.17.1
6+
github.com/cert-manager/cert-manager v1.17.2
77
github.com/onsi/ginkgo/v2 v2.22.0
88
github.com/onsi/gomega v1.36.1
99
k8s.io/api v0.32.1
@@ -73,12 +73,12 @@ require (
7373
go.uber.org/multierr v1.11.0 // indirect
7474
go.uber.org/zap v1.27.0 // indirect
7575
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
76-
golang.org/x/net v0.33.0 // indirect
77-
golang.org/x/oauth2 v0.24.0 // indirect
78-
golang.org/x/sync v0.10.0 // indirect
79-
golang.org/x/sys v0.28.0 // indirect
80-
golang.org/x/term v0.27.0 // indirect
81-
golang.org/x/text v0.21.0 // indirect
76+
golang.org/x/net v0.38.0 // indirect
77+
golang.org/x/oauth2 v0.28.0 // indirect
78+
golang.org/x/sync v0.12.0 // indirect
79+
golang.org/x/sys v0.31.0 // indirect
80+
golang.org/x/term v0.30.0 // indirect
81+
golang.org/x/text v0.23.0 // indirect
8282
golang.org/x/time v0.8.0 // indirect
8383
golang.org/x/tools v0.28.0 // indirect
8484
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect

testdata/project-v4/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module sigs.k8s.io/kubebuilder/testdata/project-v4
33
go 1.24.0
44

55
require (
6-
github.com/cert-manager/cert-manager v1.17.1
6+
github.com/cert-manager/cert-manager v1.17.2
77
github.com/onsi/ginkgo/v2 v2.22.0
88
github.com/onsi/gomega v1.36.1
99
k8s.io/api v0.32.1
@@ -72,12 +72,12 @@ require (
7272
go.uber.org/multierr v1.11.0 // indirect
7373
go.uber.org/zap v1.27.0 // indirect
7474
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
75-
golang.org/x/net v0.33.0 // indirect
76-
golang.org/x/oauth2 v0.24.0 // indirect
77-
golang.org/x/sync v0.10.0 // indirect
78-
golang.org/x/sys v0.28.0 // indirect
79-
golang.org/x/term v0.27.0 // indirect
80-
golang.org/x/text v0.21.0 // indirect
75+
golang.org/x/net v0.38.0 // indirect
76+
golang.org/x/oauth2 v0.28.0 // indirect
77+
golang.org/x/sync v0.12.0 // indirect
78+
golang.org/x/sys v0.31.0 // indirect
79+
golang.org/x/term v0.30.0 // indirect
80+
golang.org/x/text v0.23.0 // indirect
8181
golang.org/x/time v0.8.0 // indirect
8282
golang.org/x/tools v0.28.0 // indirect
8383
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)