Skip to content

Commit 408c0b9

Browse files
🌱 Bump github.com/onsi/ginkgo/v2
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.19.0 to 2.21.0. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.19.0...v2.21.0) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 31cdaa9 commit 408c0b9

File tree

1 file changed

+9
-9
lines changed
  • testdata/project-v4-with-plugins

1 file changed

+9
-9
lines changed

testdata/project-v4-with-plugins/go.mod

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

55
require (
6-
github.com/onsi/ginkgo/v2 v2.19.0
7-
github.com/onsi/gomega v1.33.1
6+
github.com/onsi/ginkgo/v2 v2.21.0
7+
github.com/onsi/gomega v1.34.2
88
k8s.io/api v0.31.0
99
k8s.io/apimachinery v0.31.0
1010
k8s.io/client-go v0.31.0
@@ -38,7 +38,7 @@ require (
3838
github.com/google/gnostic-models v0.6.8 // indirect
3939
github.com/google/go-cmp v0.6.0 // indirect
4040
github.com/google/gofuzz v1.2.0 // indirect
41-
github.com/google/pprof v0.0.0-20240525223248-4bfdf5a9a2af // indirect
41+
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
4242
github.com/google/uuid v1.6.0 // indirect
4343
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
4444
github.com/imdario/mergo v0.3.6 // indirect
@@ -69,14 +69,14 @@ require (
6969
go.uber.org/multierr v1.11.0 // indirect
7070
go.uber.org/zap v1.26.0 // indirect
7171
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
72-
golang.org/x/net v0.26.0 // indirect
72+
golang.org/x/net v0.30.0 // indirect
7373
golang.org/x/oauth2 v0.21.0 // indirect
74-
golang.org/x/sync v0.7.0 // indirect
75-
golang.org/x/sys v0.21.0 // indirect
76-
golang.org/x/term v0.21.0 // indirect
77-
golang.org/x/text v0.16.0 // indirect
74+
golang.org/x/sync v0.8.0 // indirect
75+
golang.org/x/sys v0.26.0 // indirect
76+
golang.org/x/term v0.25.0 // indirect
77+
golang.org/x/text v0.19.0 // indirect
7878
golang.org/x/time v0.3.0 // indirect
79-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
79+
golang.org/x/tools v0.26.0 // indirect
8080
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
8181
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
8282
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect

0 commit comments

Comments
 (0)