Skip to content

Commit ee6c75b

Browse files
authored
Merge pull request #1778 from cloudfoundry/dependabot/go_modules/assets/catnip/develop/github.com/onsi/gomega-1.38.3
build(deps): bump github.com/onsi/gomega from 1.38.2 to 1.38.3 in /assets/catnip
2 parents 20cc26e + a0befa0 commit ee6c75b

File tree

10 files changed

+32
-30
lines changed

10 files changed

+32
-30
lines changed

assets/catnip/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
code.cloudfoundry.org/clock v1.55.0
99
github.com/go-chi/chi/v5 v5.2.3
1010
github.com/onsi/ginkgo/v2 v2.27.3
11-
github.com/onsi/gomega v1.38.2
11+
github.com/onsi/gomega v1.38.3
1212
)
1313

1414
require (

assets/catnip/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ github.com/mfridman/tparse v0.18.0 h1:wh6dzOKaIwkUGyKgOntDW4liXSo37qg5AXbIhkMV3v
3434
github.com/mfridman/tparse v0.18.0/go.mod h1:gEvqZTuCgEhPbYk/2lS3Kcxg1GmTxxU7kTC8DvP0i/A=
3535
github.com/onsi/ginkgo/v2 v2.27.3 h1:ICsZJ8JoYafeXFFlFAG75a7CxMsJHwgKwtO+82SE9L8=
3636
github.com/onsi/ginkgo/v2 v2.27.3/go.mod h1:ArE1D/XhNXBXCBkKOLkbsb2c81dQHCRcF5zwn/ykDRo=
37-
github.com/onsi/gomega v1.38.2 h1:eZCjf2xjZAqe+LeWvKb5weQ+NcPwX84kqJ0cZNxok2A=
38-
github.com/onsi/gomega v1.38.2/go.mod h1:W2MJcYxRGV63b418Ai34Ud0hEdTVXq9NW9+Sx6uXf3k=
37+
github.com/onsi/gomega v1.38.3 h1:eTX+W6dobAYfFeGC2PV6RwXRu/MyT+cQguijutvkpSM=
38+
github.com/onsi/gomega v1.38.3/go.mod h1:ZCU1pkQcXDO5Sl9/VVEGlDyp+zm0m1cmeG5TOzLgdh4=
3939
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
4040
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
4141
github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII=

assets/catnip/vendor/github.com/onsi/gomega/CHANGELOG.md

Lines changed: 5 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/gomega/format/format.go

Lines changed: 13 additions & 13 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/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.

assets/catnip/vendor/github.com/onsi/gomega/matchers.go

Lines changed: 2 additions & 2 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/gomega/matchers/have_key_matcher.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/github.com/onsi/gomega/matchers/have_key_with_value_matcher.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/github.com/onsi/gomega/matchers/support/goraph/edge/edge.go

Lines changed: 5 additions & 8 deletions
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
@@ -50,7 +50,7 @@ github.com/onsi/ginkgo/v2/internal/reporters
5050
github.com/onsi/ginkgo/v2/internal/testingtproxy
5151
github.com/onsi/ginkgo/v2/reporters
5252
github.com/onsi/ginkgo/v2/types
53-
# github.com/onsi/gomega v1.38.2
53+
# github.com/onsi/gomega v1.38.3
5454
## explicit; go 1.23.0
5555
github.com/onsi/gomega
5656
github.com/onsi/gomega/format

0 commit comments

Comments
 (0)