Skip to content

Commit 3e3ccc4

Browse files
authored
Merge pull request #1993 from cloudfoundry/dependabot/go_modules/assets/catnip/develop/github.com/onsi/ginkgo/v2-2.30.0
build(deps): bump github.com/onsi/ginkgo/v2 from 2.29.0 to 2.30.0 in /assets/catnip
2 parents 906e0d1 + 53005ca commit 3e3ccc4

8 files changed

Lines changed: 27 additions & 9 deletions

File tree

assets/catnip/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.0
55
require (
66
code.cloudfoundry.org/clock v1.73.0
77
github.com/go-chi/chi/v5 v5.3.0
8-
github.com/onsi/ginkgo/v2 v2.29.0
8+
github.com/onsi/ginkgo/v2 v2.30.0
99
github.com/onsi/gomega v1.41.0
1010
)
1111

assets/catnip/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ github.com/maruel/natural v1.1.1 h1:Hja7XhhmvEFhcByqDoHz9QZbkWey+COd9xWfCfn1ioo=
3232
github.com/maruel/natural v1.1.1/go.mod h1:v+Rfd79xlw1AgVBjbO0BEQmptqb5HvL/k9GRHB7ZKEg=
3333
github.com/mfridman/tparse v0.18.0 h1:wh6dzOKaIwkUGyKgOntDW4liXSo37qg5AXbIhkMV3vE=
3434
github.com/mfridman/tparse v0.18.0/go.mod h1:gEvqZTuCgEhPbYk/2lS3Kcxg1GmTxxU7kTC8DvP0i/A=
35-
github.com/onsi/ginkgo/v2 v2.29.0 h1:rfh+ZFjgJhYWRoIqVf3Uwx/W20yLrcrE2h2GmYVRaag=
36-
github.com/onsi/ginkgo/v2 v2.29.0/go.mod h1:+aXOY+vzZ5mu2iI2HpTZUPmM//oQfsNFX6gU9kNcA44=
35+
github.com/onsi/ginkgo/v2 v2.30.0 h1:zxM/9XneXFIy64j6/wAmBIX4zRC7Hu6U8XFNZvDnCQc=
36+
github.com/onsi/ginkgo/v2 v2.30.0/go.mod h1:+aXOY+vzZ5mu2iI2HpTZUPmM//oQfsNFX6gU9kNcA44=
3737
github.com/onsi/gomega v1.41.0 h1:OwKp4pXNgVxf6sCplzYo794OFNuoL2q2SBMU5NSWOjA=
3838
github.com/onsi/gomega v1.41.0/go.mod h1:M/Uqpu/8qTjtzCLUA2zJHX9Iilrau25x1PdoSRbWh5A=
3939
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

assets/catnip/vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md

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

assets/catnip/vendor/github.com/onsi/ginkgo/v2/core_dsl.go

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

assets/catnip/vendor/github.com/onsi/ginkgo/v2/internal/global/init.go

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

assets/catnip/vendor/github.com/onsi/ginkgo/v2/reporters/default_reporter.go

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

assets/catnip/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.

assets/catnip/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ github.com/google/go-cmp/cmp/internal/value
2626
# github.com/google/pprof v0.0.0-20260507013755-92041b743c96
2727
## explicit; go 1.24.0
2828
github.com/google/pprof/profile
29-
# github.com/onsi/ginkgo/v2 v2.29.0
29+
# github.com/onsi/ginkgo/v2 v2.30.0
3030
## explicit; go 1.25.0
3131
github.com/onsi/ginkgo/v2
3232
github.com/onsi/ginkgo/v2/config

0 commit comments

Comments
 (0)