Skip to content

Commit ec99f9a

Browse files
Bump github.com/onsi/ginkgo/v2 from 2.28.3 to 2.29.0 in /src/acceptance
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.28.3 to 2.29.0. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.28.3...v2.29.0) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f7081ce commit ec99f9a

9 files changed

Lines changed: 186 additions & 9 deletions

File tree

src/acceptance/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
bitbucket.org/chrj/smtpd v0.0.0-20170817182725-9ddcdbda0f7a
77
github.com/cloudfoundry/notifications-release/src/notifications/v81 v81.0.0
88
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
9-
github.com/onsi/ginkgo/v2 v2.28.3
9+
github.com/onsi/ginkgo/v2 v2.29.0
1010
github.com/onsi/gomega v1.40.0
1111
github.com/pivotal-cf-experimental/warrant v0.0.0-20211122194707-17385443920f
1212
)

src/acceptance/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+
5050
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
5151
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
5252
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
53-
github.com/onsi/ginkgo/v2 v2.28.3 h1:4JvMdwtFU0imd8fHx25OJXoDMRexnf8v5NHKYSTTji4=
54-
github.com/onsi/ginkgo/v2 v2.28.3/go.mod h1:+aXOY+vzZ5mu2iI2HpTZUPmM//oQfsNFX6gU9kNcA44=
53+
github.com/onsi/ginkgo/v2 v2.29.0 h1:rfh+ZFjgJhYWRoIqVf3Uwx/W20yLrcrE2h2GmYVRaag=
54+
github.com/onsi/ginkgo/v2 v2.29.0/go.mod h1:+aXOY+vzZ5mu2iI2HpTZUPmM//oQfsNFX6gU9kNcA44=
5555
github.com/onsi/gomega v1.4.1/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
5656
github.com/onsi/gomega v1.40.0 h1:Vtol0e1MghCD2ZVIilPDIg44XSL9l2QAn8ZNaljWcJc=
5757
github.com/onsi/gomega v1.40.0/go.mod h1:M/Uqpu/8qTjtzCLUA2zJHX9Iilrau25x1PdoSRbWh5A=

src/acceptance/vendor/github.com/onsi/ginkgo/v2/.gitignore

Lines changed: 1 addition & 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/ginkgo/v2/CHANGELOG.md

Lines changed: 6 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/ginkgo/v2/ginkgo/outline/ginkgo.go

Lines changed: 3 additions & 3 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/ginkgo/v2/ginkgo/outline/outline.go

Lines changed: 27 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/ginkgo/v2/helpergo_dsl.go

Lines changed: 143 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/ginkgo/v2/types/version.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
@@ -5,7 +5,7 @@ bitbucket.org/chrj/smtpd
55
## explicit; go 1.21
66
github.com/Masterminds/semver/v3
77
# github.com/cloudfoundry/notifications-release/src/notifications/v81 v81.0.0 => ../notifications
8-
## explicit; go 1.26.2
8+
## explicit; go 1.26.3
99
github.com/cloudfoundry/notifications-release/src/notifications/v81/v1/acceptance/support
1010
# github.com/go-logr/logr v1.4.3
1111
## explicit; go 1.18
@@ -32,7 +32,7 @@ github.com/google/pprof/profile
3232
github.com/nu7hatch/gouuid
3333
# github.com/nxadm/tail v1.4.8
3434
## explicit; go 1.13
35-
# github.com/onsi/ginkgo/v2 v2.28.3
35+
# github.com/onsi/ginkgo/v2 v2.29.0
3636
## explicit; go 1.25.0
3737
github.com/onsi/ginkgo/v2
3838
github.com/onsi/ginkgo/v2/config

0 commit comments

Comments
 (0)