Skip to content

Commit 5b5cb36

Browse files
authored
Merge pull request #611 from cloudfoundry/dependabot/go_modules/util/update-manifest-releases/github.com/onsi/gomega-1.39.0
chore(deps): Bump github.com/onsi/gomega from 1.38.3 to 1.39.0 in /util/update-manifest-releases
2 parents 64c5616 + 40220c4 commit 5b5cb36

File tree

7 files changed

+68
-5
lines changed

7 files changed

+68
-5
lines changed

util/update-manifest-releases/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.23.7
66

77
require (
88
github.com/onsi/ginkgo/v2 v2.27.5
9-
github.com/onsi/gomega v1.38.3
9+
github.com/onsi/gomega v1.39.0
1010
gopkg.in/yaml.v2 v2.4.0
1111
)
1212

util/update-manifest-releases/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ github.com/mfridman/tparse v0.18.0 h1:wh6dzOKaIwkUGyKgOntDW4liXSo37qg5AXbIhkMV3v
3333
github.com/mfridman/tparse v0.18.0/go.mod h1:gEvqZTuCgEhPbYk/2lS3Kcxg1GmTxxU7kTC8DvP0i/A=
3434
github.com/onsi/ginkgo/v2 v2.27.5 h1:ZeVgZMx2PDMdJm/+w5fE/OyG6ILo1Y3e+QX4zSR0zTE=
3535
github.com/onsi/ginkgo/v2 v2.27.5/go.mod h1:ArE1D/XhNXBXCBkKOLkbsb2c81dQHCRcF5zwn/ykDRo=
36-
github.com/onsi/gomega v1.38.3 h1:eTX+W6dobAYfFeGC2PV6RwXRu/MyT+cQguijutvkpSM=
37-
github.com/onsi/gomega v1.38.3/go.mod h1:ZCU1pkQcXDO5Sl9/VVEGlDyp+zm0m1cmeG5TOzLgdh4=
36+
github.com/onsi/gomega v1.39.0 h1:y2ROC3hKFmQZJNFeGAMeHZKkjBL65mIZcvrLQBF9k6Q=
37+
github.com/onsi/gomega v1.39.0/go.mod h1:ZCU1pkQcXDO5Sl9/VVEGlDyp+zm0m1cmeG5TOzLgdh4=
3838
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
3939
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
4040
github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII=

util/update-manifest-releases/vendor/github.com/onsi/gomega/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.

util/update-manifest-releases/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.

util/update-manifest-releases/vendor/github.com/onsi/gomega/matchers.go

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

util/update-manifest-releases/vendor/github.com/onsi/gomega/matchers/match_error_strictly_matcher.go

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

util/update-manifest-releases/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ github.com/onsi/ginkgo/v2/internal/reporters
4242
github.com/onsi/ginkgo/v2/internal/testingtproxy
4343
github.com/onsi/ginkgo/v2/reporters
4444
github.com/onsi/ginkgo/v2/types
45-
# github.com/onsi/gomega v1.38.3
45+
# github.com/onsi/gomega v1.39.0
4646
## explicit; go 1.23.0
4747
github.com/onsi/gomega
4848
github.com/onsi/gomega/format

0 commit comments

Comments
 (0)