Skip to content

Commit 5122f5e

Browse files
dependabot[bot]praveenkumar
authored andcommitted
build(deps): bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.2
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.20.0 to 2.20.2. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.20.0...v2.20.2) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b26f8f0 commit 5122f5e

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/kofalt/go-memoize v0.0.0-20220914132407-0b5d6a304579
3131
github.com/mattn/go-colorable v0.1.13
3232
github.com/mdlayher/vsock v1.2.1
33-
github.com/onsi/ginkgo/v2 v2.20.1
33+
github.com/onsi/ginkgo/v2 v2.20.2
3434
github.com/onsi/gomega v1.34.2
3535
github.com/opencontainers/image-spec v1.1.0
3636
github.com/openshift/api v0.0.0-20240517002838-931fa9860c01

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=
290290
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
291291
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
292292
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
293-
github.com/onsi/ginkgo/v2 v2.20.1 h1:YlVIbqct+ZmnEph770q9Q7NVAz4wwIiVNahee6JyUzo=
294-
github.com/onsi/ginkgo/v2 v2.20.1/go.mod h1:lG9ey2Z29hR41WMVthyJBGUBcBhGOtoPF2VFMvBXFCI=
293+
github.com/onsi/ginkgo/v2 v2.20.2 h1:7NVCeyIWROIAheY21RLS+3j2bb52W0W82tkberYytp4=
294+
github.com/onsi/ginkgo/v2 v2.20.2/go.mod h1:K9gyxPIlb+aIvnZ8bd9Ak+YP18w3APlR+5coaZoE2ag=
295295
github.com/onsi/gomega v1.34.2 h1:pNCwDkzrsv7MS9kpaQvVb1aVLahQXyJ/Tv5oAZMI3i8=
296296
github.com/onsi/gomega v1.34.2/go.mod h1:v1xfxRgk0KIsG+QOdm7p8UosrOzPYRo60fd3B/1Dukc=
297297
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=

vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/onsi/ginkgo/v2/types/version.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,8 @@ github.com/munnerz/goautoneg
542542
# github.com/oklog/ulid v1.3.1
543543
## explicit
544544
github.com/oklog/ulid
545-
# github.com/onsi/ginkgo/v2 v2.20.1
546-
## explicit; go 1.20
545+
# github.com/onsi/ginkgo/v2 v2.20.2
546+
## explicit; go 1.22
547547
github.com/onsi/ginkgo/v2
548548
github.com/onsi/ginkgo/v2/config
549549
github.com/onsi/ginkgo/v2/formatter

0 commit comments

Comments
 (0)