Skip to content

Commit 592cdfc

Browse files
Bump github.com/onsi/gomega from 1.36.3 to 1.37.0 (#1637)
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-version: 1.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5708ce6 commit 592cdfc

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
@@ -31,7 +31,7 @@ require (
3131
github.com/mitchellh/gox v1.0.1
3232
github.com/olekukonko/tablewriter v0.0.5
3333
github.com/onsi/ginkgo/v2 v2.23.3
34-
github.com/onsi/gomega v1.36.3
34+
github.com/onsi/gomega v1.37.0
3535
github.com/patrickmn/go-cache v2.1.0+incompatible
3636
github.com/prometheus/client_golang v1.21.1
3737
github.com/rodaine/hclencoder v0.0.1

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1357,8 +1357,8 @@ github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
13571357
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
13581358
github.com/onsi/ginkgo/v2 v2.23.3 h1:edHxnszytJ4lD9D5Jjc4tiDkPBZ3siDeJJkUZJJVkp0=
13591359
github.com/onsi/ginkgo/v2 v2.23.3/go.mod h1:zXTP6xIp3U8aVuXN8ENK9IXRaTjFnpVB9mGmaSRvxnM=
1360-
github.com/onsi/gomega v1.36.3 h1:hID7cr8t3Wp26+cYnfcjR6HpJ00fdogN6dqZ1t6IylU=
1361-
github.com/onsi/gomega v1.36.3/go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0=
1360+
github.com/onsi/gomega v1.37.0 h1:CdEG8g0S133B4OswTDC/5XPSzE1OeP29QOioj2PID2Y=
1361+
github.com/onsi/gomega v1.37.0/go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0=
13621362
github.com/otiai10/copy v1.2.0/go.mod h1:rrF5dJ5F0t/EWSYODDu4j9/vEeYHMkc8jt0zJChqQWw=
13631363
github.com/otiai10/copy v1.14.0 h1:dCI/t1iTdYGtkvCuBG2BgR6KZa83PTclw4U5n2wAllU=
13641364
github.com/otiai10/copy v1.14.0/go.mod h1:ECfuL02W+/FkTWZWgQqXPWZgW9oeKCSQ5qVfSc4qc4w=

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
@@ -1156,7 +1156,7 @@ github.com/onsi/ginkgo/v2/internal/parallel_support
11561156
github.com/onsi/ginkgo/v2/internal/testingtproxy
11571157
github.com/onsi/ginkgo/v2/reporters
11581158
github.com/onsi/ginkgo/v2/types
1159-
# github.com/onsi/gomega v1.36.3
1159+
# github.com/onsi/gomega v1.37.0
11601160
## explicit; go 1.23.0
11611161
github.com/onsi/gomega
11621162
github.com/onsi/gomega/format

0 commit comments

Comments
 (0)