Skip to content

Commit 340cd13

Browse files
dependabot[bot]cfergeau
authored andcommitted
build(deps): bump github.com/onsi/gomega from 1.36.3 to 1.37.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.36.3 to 1.37.0. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.36.3...v1.37.0) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0224cc2 commit 340cd13

File tree

7 files changed

+27
-5
lines changed

7 files changed

+27
-5
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
github.com/mattn/go-colorable v0.1.14
3434
github.com/mdlayher/vsock v1.2.1
3535
github.com/onsi/ginkgo/v2 v2.23.3
36-
github.com/onsi/gomega v1.36.3
36+
github.com/onsi/gomega v1.37.0
3737
github.com/opencontainers/image-spec v1.1.0
3838
github.com/openshift/api v0.0.0-20240517002838-931fa9860c01
3939
github.com/openshift/client-go v0.0.0-20231218140158-47f6d749b9d9

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
300300
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
301301
github.com/onsi/ginkgo/v2 v2.23.3 h1:edHxnszytJ4lD9D5Jjc4tiDkPBZ3siDeJJkUZJJVkp0=
302302
github.com/onsi/ginkgo/v2 v2.23.3/go.mod h1:zXTP6xIp3U8aVuXN8ENK9IXRaTjFnpVB9mGmaSRvxnM=
303-
github.com/onsi/gomega v1.36.3 h1:hID7cr8t3Wp26+cYnfcjR6HpJ00fdogN6dqZ1t6IylU=
304-
github.com/onsi/gomega v1.36.3/go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0=
303+
github.com/onsi/gomega v1.37.0 h1:CdEG8g0S133B4OswTDC/5XPSzE1OeP29QOioj2PID2Y=
304+
github.com/onsi/gomega v1.37.0/go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0=
305305
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
306306
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
307307
github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug=

vendor/github.com/onsi/gomega/CHANGELOG.md

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

vendor/github.com/onsi/gomega/gomega_dsl.go

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

vendor/github.com/onsi/gomega/internal/async_assertion.go

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

vendor/github.com/onsi/gomega/types/types.go

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

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ github.com/onsi/ginkgo/v2/internal/parallel_support
575575
github.com/onsi/ginkgo/v2/internal/testingtproxy
576576
github.com/onsi/ginkgo/v2/reporters
577577
github.com/onsi/ginkgo/v2/types
578-
# github.com/onsi/gomega v1.36.3
578+
# github.com/onsi/gomega v1.37.0
579579
## explicit; go 1.23.0
580580
github.com/onsi/gomega
581581
github.com/onsi/gomega/format

0 commit comments

Comments
 (0)