Skip to content

Commit 523c9ad

Browse files
dependabot[bot]chombium
authored andcommitted
Bump github.com/onsi/gomega from 1.34.1 to 1.37.0 in /src/integration
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.34.1 to 1.37.0. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.34.1...v1.37.0) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-version: 1.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb20937 commit 523c9ad

File tree

7 files changed

+27
-5
lines changed

7 files changed

+27
-5
lines changed

src/integration/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
code.cloudfoundry.org/tlsconfig v0.30.0
1010
github.com/google/go-cmp v0.7.0
1111
github.com/onsi/ginkgo/v2 v2.23.4
12-
github.com/onsi/gomega v1.36.3
12+
github.com/onsi/gomega v1.37.0
1313
go.opentelemetry.io/proto/otlp v1.7.0
1414
google.golang.org/grpc v1.73.0
1515
google.golang.org/protobuf v1.36.6

src/integration/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f h1:KUppIJq7/+
282282
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
283283
github.com/onsi/ginkgo/v2 v2.23.4 h1:ktYTpKJAVZnDT4VjxSbiBenUjmlL/5QkBEocaWXiQus=
284284
github.com/onsi/ginkgo/v2 v2.23.4/go.mod h1:Bt66ApGPBFzHyR+JO10Zbt0Gsp4uWxu5mIOTusL46e8=
285-
github.com/onsi/gomega v1.36.3 h1:hID7cr8t3Wp26+cYnfcjR6HpJ00fdogN6dqZ1t6IylU=
286-
github.com/onsi/gomega v1.36.3/go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0=
285+
github.com/onsi/gomega v1.37.0 h1:CdEG8g0S133B4OswTDC/5XPSzE1OeP29QOioj2PID2Y=
286+
github.com/onsi/gomega v1.37.0/go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0=
287287
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter v0.111.0 h1:0u/131/ZxkKM1maVu6u/FLy/zvtuSbKm+p3sWxcynGE=
288288
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter v0.111.0/go.mod h1:uu9yUMMXELC2TNc6j1FJ4gleN5JHMM3LRbVksQjIFtI=
289289
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusexporter v0.111.0 h1:VAXpIvh4yqPUgvsEP6rX5/GMuowJgL8gMoEVr3cgh5E=

src/integration/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.

src/integration/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/integration/vendor/github.com/onsi/gomega/internal/async_assertion.go

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

src/integration/vendor/github.com/onsi/gomega/types/types.go

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

src/integration/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ github.com/onsi/ginkgo/v2/internal/parallel_support
238238
github.com/onsi/ginkgo/v2/internal/testingtproxy
239239
github.com/onsi/ginkgo/v2/reporters
240240
github.com/onsi/ginkgo/v2/types
241-
# github.com/onsi/gomega v1.36.3
241+
# github.com/onsi/gomega v1.37.0
242242
## explicit; go 1.23.0
243243
github.com/onsi/gomega
244244
github.com/onsi/gomega/format

0 commit comments

Comments
 (0)