Skip to content

Commit 4b2a8c4

Browse files
Bump github.com/onsi/gomega from 1.36.3 to 1.37.0 in /src/notifications
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]>
1 parent 9e4f62c commit 4b2a8c4

File tree

7 files changed

+27
-5
lines changed

7 files changed

+27
-5
lines changed

Diff for: src/notifications/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/golang-jwt/jwt/v5 v5.2.2
1212
github.com/gorilla/mux v1.8.1
1313
github.com/onsi/ginkgo/v2 v2.23.4
14-
github.com/onsi/gomega v1.36.3
14+
github.com/onsi/gomega v1.37.0
1515
github.com/pivotal-cf-experimental/rainmaker v0.0.0-20160401052143-d533d01b7c52
1616
github.com/pivotal-cf-experimental/warrant v0.0.0-20211122194707-17385443920f
1717
github.com/pivotal-cf/uaa-sso-golang v0.0.0-20141119184546-0b91e8ad4bb6

Diff for: src/notifications/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ github.com/onsi/ginkgo/v2 v2.23.4/go.mod h1:Bt66ApGPBFzHyR+JO10Zbt0Gsp4uWxu5mIOT
8080
github.com/onsi/gomega v1.4.1/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
8181
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
8282
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
83-
github.com/onsi/gomega v1.36.3 h1:hID7cr8t3Wp26+cYnfcjR6HpJ00fdogN6dqZ1t6IylU=
84-
github.com/onsi/gomega v1.36.3/go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0=
83+
github.com/onsi/gomega v1.37.0 h1:CdEG8g0S133B4OswTDC/5XPSzE1OeP29QOioj2PID2Y=
84+
github.com/onsi/gomega v1.37.0/go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0=
8585
github.com/pivotal-cf-experimental/rainmaker v0.0.0-20160401052143-d533d01b7c52 h1:YaPgxzuENXlCMHe/JVQICTIVtWdXbBodzNnQM/A8+rY=
8686
github.com/pivotal-cf-experimental/rainmaker v0.0.0-20160401052143-d533d01b7c52/go.mod h1:NkPUxSBmoagsX+nu++zlZZKxjFJ1E8VQnduId7VdfFY=
8787
github.com/pivotal-cf-experimental/warrant v0.0.0-20211122194707-17385443920f h1:SqlGaNYPJHlTYagr1ENX1FJ1zUmDua70Y+8lPrEDQxw=

Diff for: src/notifications/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.

Diff for: src/notifications/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.

Diff for: src/notifications/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.

Diff for: src/notifications/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.

Diff for: src/notifications/vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ github.com/onsi/ginkgo/v2/internal/parallel_support
8181
github.com/onsi/ginkgo/v2/internal/testingtproxy
8282
github.com/onsi/ginkgo/v2/reporters
8383
github.com/onsi/ginkgo/v2/types
84-
# github.com/onsi/gomega v1.36.3
84+
# github.com/onsi/gomega v1.37.0
8585
## explicit; go 1.23.0
8686
github.com/onsi/gomega
8787
github.com/onsi/gomega/format

0 commit comments

Comments
 (0)