Skip to content

Commit 37c718c

Browse files
Bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.27.5
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.22.2 to 2.27.5. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.22.2...v2.27.5) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.27.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b14436b commit 37c718c

File tree

304 files changed

+35607
-19599
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

304 files changed

+35607
-19599
lines changed

go.mod

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ require (
77
github.com/fsnotify/fsnotify v1.9.0
88
github.com/golangci/golangci-lint v1.64.8
99
github.com/matryer/moq v0.6.0
10-
github.com/onsi/ginkgo/v2 v2.22.2
11-
github.com/onsi/gomega v1.36.2
10+
github.com/onsi/ginkgo/v2 v2.27.5
11+
github.com/onsi/gomega v1.38.2
1212
google.golang.org/grpc v1.72.0
1313
k8s.io/kubelet v0.32.2
1414
tags.cncf.io/container-device-interface v1.1.0
@@ -27,7 +27,7 @@ require (
2727
github.com/Crocmagnon/fatcontext v0.7.1 // indirect
2828
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 // indirect
2929
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.1 // indirect
30-
github.com/Masterminds/semver/v3 v3.3.0 // indirect
30+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
3131
github.com/OpenPeeDeeP/depguard/v2 v2.2.1 // indirect
3232
github.com/alecthomas/go-check-sumtype v0.3.1 // indirect
3333
github.com/alexkohler/nakedret/v2 v2.0.5 // indirect
@@ -61,7 +61,7 @@ require (
6161
github.com/fzipp/gocyclo v0.6.0 // indirect
6262
github.com/ghostiam/protogetter v0.3.9 // indirect
6363
github.com/go-critic/go-critic v0.12.0 // indirect
64-
github.com/go-logr/logr v1.4.2 // indirect
64+
github.com/go-logr/logr v1.4.3 // indirect
6565
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
6666
github.com/go-toolsmith/astcast v1.1.0 // indirect
6767
github.com/go-toolsmith/astcopy v1.1.0 // indirect
@@ -83,7 +83,7 @@ require (
8383
github.com/golangci/revgrep v0.8.0 // indirect
8484
github.com/golangci/unconvert v0.0.0-20240309020433-c5143eacb3ed // indirect
8585
github.com/google/go-cmp v0.7.0 // indirect
86-
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
86+
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
8787
github.com/gordonklaus/ineffassign v0.1.0 // indirect
8888
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
8989
github.com/gostaticanalysis/comment v1.5.0 // indirect
@@ -192,15 +192,18 @@ require (
192192
go.uber.org/automaxprocs v1.6.0 // indirect
193193
go.uber.org/multierr v1.6.0 // indirect
194194
go.uber.org/zap v1.24.0 // indirect
195+
go.yaml.in/yaml/v3 v3.0.4 // indirect
195196
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect
196-
golang.org/x/mod v0.24.0 // indirect
197-
golang.org/x/net v0.40.0 // indirect
198-
golang.org/x/sync v0.14.0 // indirect
199-
golang.org/x/sys v0.33.0 // indirect
200-
golang.org/x/text v0.25.0 // indirect
201-
golang.org/x/tools v0.31.0 // indirect
197+
golang.org/x/mod v0.27.0 // indirect
198+
golang.org/x/net v0.43.0 // indirect
199+
golang.org/x/sync v0.16.0 // indirect
200+
golang.org/x/sys v0.35.0 // indirect
201+
golang.org/x/text v0.28.0 // indirect
202+
golang.org/x/tools v0.36.0 // indirect
203+
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
204+
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect
202205
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
203-
google.golang.org/protobuf v1.36.6 // indirect
206+
google.golang.org/protobuf v1.36.7 // indirect
204207
gopkg.in/ini.v1 v1.67.0 // indirect
205208
gopkg.in/yaml.v2 v2.4.0 // indirect
206209
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

Lines changed: 72 additions & 26 deletions
Large diffs are not rendered by default.

vendor/github.com/Masterminds/semver/v3/CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Masterminds/semver/v3/README.md

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)