Skip to content

Commit ac24c09

Browse files
Bump github.com/onsi/gomega from 1.39.0 to 1.39.1 in /src/acceptance (#144)
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.39.0 to 1.39.1. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.39.0...v1.39.1) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-version: 1.39.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0446c04 commit ac24c09

5 files changed

Lines changed: 10 additions & 6 deletions

File tree

src/acceptance/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/cloudfoundry/notifications-release/src/notifications/v81 v81.0.0
88
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
99
github.com/onsi/ginkgo/v2 v2.28.1
10-
github.com/onsi/gomega v1.39.0
10+
github.com/onsi/gomega v1.39.1
1111
github.com/pivotal-cf-experimental/warrant v0.0.0-20211122194707-17385443920f
1212
)
1313

src/acceptance/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042
5353
github.com/onsi/ginkgo/v2 v2.28.1 h1:S4hj+HbZp40fNKuLUQOYLDgZLwNUVn19N3Atb98NCyI=
5454
github.com/onsi/ginkgo/v2 v2.28.1/go.mod h1:CLtbVInNckU3/+gC8LzkGUb9oF+e8W8TdUsxPwvdOgE=
5555
github.com/onsi/gomega v1.4.1/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
56-
github.com/onsi/gomega v1.39.0 h1:y2ROC3hKFmQZJNFeGAMeHZKkjBL65mIZcvrLQBF9k6Q=
57-
github.com/onsi/gomega v1.39.0/go.mod h1:ZCU1pkQcXDO5Sl9/VVEGlDyp+zm0m1cmeG5TOzLgdh4=
56+
github.com/onsi/gomega v1.39.1 h1:1IJLAad4zjPn2PsnhH70V4DKRFlrCzGBNrNaru+Vf28=
57+
github.com/onsi/gomega v1.39.1/go.mod h1:hL6yVALoTOxeWudERyfppUcZXjMwIMLnuSfruD2lcfg=
5858
github.com/pivotal-cf-experimental/warrant v0.0.0-20211122194707-17385443920f h1:SqlGaNYPJHlTYagr1ENX1FJ1zUmDua70Y+8lPrEDQxw=
5959
github.com/pivotal-cf-experimental/warrant v0.0.0-20211122194707-17385443920f/go.mod h1:V9lmRM1uxs/WhA/86JDrF3X1YNC1SwaeROdeYoW93U0=
6060
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

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

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/acceptance/vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ github.com/onsi/ginkgo/v2/internal/reporters
5656
github.com/onsi/ginkgo/v2/internal/testingtproxy
5757
github.com/onsi/ginkgo/v2/reporters
5858
github.com/onsi/ginkgo/v2/types
59-
# github.com/onsi/gomega v1.39.0
60-
## explicit; go 1.23.0
59+
# github.com/onsi/gomega v1.39.1
60+
## explicit; go 1.24.0
6161
github.com/onsi/gomega
6262
github.com/onsi/gomega/format
6363
github.com/onsi/gomega/internal

0 commit comments

Comments
 (0)