Skip to content

Commit 32410ec

Browse files
dependabot[bot]pbusko
authored andcommitted
Bump github.com/onsi/ginkgo/v2 from 2.23.4 to 2.27.1
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.23.4 to 2.27.1. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.23.4...v2.27.1) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.27.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa4c2ad commit 32410ec

146 files changed

Lines changed: 14597 additions & 968 deletions

File tree

Some content is hidden

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

go.mod

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ require (
1414
github.com/docker/docker v28.5.1+incompatible
1515
github.com/google/go-containerregistry v0.20.6
1616
github.com/jarcoal/httpmock v1.4.0
17-
github.com/onsi/ginkgo/v2 v2.23.4
18-
github.com/onsi/gomega v1.37.0
17+
github.com/onsi/ginkgo/v2 v2.27.1
18+
github.com/onsi/gomega v1.38.2
1919
github.com/spf13/cobra v1.9.1
2020
github.com/testcontainers/testcontainers-go v0.37.0
2121
)
@@ -42,7 +42,7 @@ require (
4242
github.com/Crocmagnon/fatcontext v0.7.2 // indirect
4343
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 // indirect
4444
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.1 // indirect
45-
github.com/Masterminds/semver/v3 v3.3.1 // indirect
45+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
4646
github.com/Microsoft/go-winio v0.6.2 // indirect
4747
github.com/OpenPeeDeeP/depguard/v2 v2.2.1 // indirect
4848
github.com/agext/levenshtein v1.2.3 // indirect
@@ -294,18 +294,21 @@ require (
294294
go.uber.org/automaxprocs v1.6.0 // indirect
295295
go.uber.org/multierr v1.11.0 // indirect
296296
go.uber.org/zap v1.24.0 // indirect
297-
golang.org/x/crypto v0.39.0 // indirect
297+
go.yaml.in/yaml/v3 v3.0.4 // indirect
298+
golang.org/x/crypto v0.41.0 // indirect
298299
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
299300
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect
300-
golang.org/x/mod v0.25.0 // indirect
301-
golang.org/x/net v0.41.0 // indirect
302-
golang.org/x/sync v0.15.0 // indirect
303-
golang.org/x/sys v0.33.0 // indirect
304-
golang.org/x/term v0.32.0 // indirect
305-
golang.org/x/text v0.26.0 // indirect
306-
golang.org/x/tools v0.34.0 // indirect
301+
golang.org/x/mod v0.27.0 // indirect
302+
golang.org/x/net v0.43.0 // indirect
303+
golang.org/x/sync v0.16.0 // indirect
304+
golang.org/x/sys v0.35.0 // indirect
305+
golang.org/x/term v0.34.0 // indirect
306+
golang.org/x/text v0.28.0 // indirect
307+
golang.org/x/tools v0.36.0 // indirect
308+
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
309+
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect
307310
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 // indirect
308-
google.golang.org/protobuf v1.36.6 // indirect
311+
google.golang.org/protobuf v1.36.7 // indirect
309312
gopkg.in/ini.v1 v1.67.0 // indirect
310313
gopkg.in/yaml.v2 v2.4.0 // indirect
311314
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

Lines changed: 52 additions & 24 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)