Skip to content

Commit edeea88

Browse files
dependabot[bot]chombium
authored andcommitted
chore(deps): bump github.com/onsi/gomega in /src/integration
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.39.0 to 1.39.1. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.39.0...v1.39.1) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-version: 1.39.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0cd0009 commit edeea88

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

src/integration/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
code.cloudfoundry.org/tlsconfig v0.44.0
88
github.com/google/go-cmp v0.7.0
99
github.com/onsi/ginkgo/v2 v2.28.1
10-
github.com/onsi/gomega v1.39.0
10+
github.com/onsi/gomega v1.39.1
1111
go.opentelemetry.io/proto/otlp v1.9.0
1212
google.golang.org/grpc v1.78.0
1313
google.golang.org/protobuf v1.36.11

src/integration/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,8 +708,8 @@ github.com/oklog/ulid/v2 v2.1.1 h1:suPZ4ARWLOJLegGFiZZ1dFAkqzhMjL3J1TzI+5wHz8s=
708708
github.com/oklog/ulid/v2 v2.1.1/go.mod h1:rcEKHmBBKfef9DhnvX7y1HZBYxjXb0cP5ExxNsTT1QQ=
709709
github.com/onsi/ginkgo/v2 v2.28.1 h1:S4hj+HbZp40fNKuLUQOYLDgZLwNUVn19N3Atb98NCyI=
710710
github.com/onsi/ginkgo/v2 v2.28.1/go.mod h1:CLtbVInNckU3/+gC8LzkGUb9oF+e8W8TdUsxPwvdOgE=
711-
github.com/onsi/gomega v1.39.0 h1:y2ROC3hKFmQZJNFeGAMeHZKkjBL65mIZcvrLQBF9k6Q=
712-
github.com/onsi/gomega v1.39.0/go.mod h1:ZCU1pkQcXDO5Sl9/VVEGlDyp+zm0m1cmeG5TOzLgdh4=
711+
github.com/onsi/gomega v1.39.1 h1:1IJLAad4zjPn2PsnhH70V4DKRFlrCzGBNrNaru+Vf28=
712+
github.com/onsi/gomega v1.39.1/go.mod h1:hL6yVALoTOxeWudERyfppUcZXjMwIMLnuSfruD2lcfg=
713713
github.com/open-telemetry/opamp-go v0.22.0 h1:7UnsQgFFS7ffM09JQk+9aGVBAAlsLfcooZ9xvSYwxWM=
714714
github.com/open-telemetry/opamp-go v0.22.0/go.mod h1:339N71soCPrhHywbAcKUZJDODod581ZOxCpTkrl3zYQ=
715715
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/datadogexporter v0.143.0 h1:EdDKz+8S067QB2+K5hXB81vpT/T1XUaXxtQwTXfwJpw=

src/integration/vendor/github.com/onsi/gomega/CHANGELOG.md

Lines changed: 4 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/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,8 +1130,8 @@ github.com/onsi/ginkgo/v2/internal/reporters
11301130
github.com/onsi/ginkgo/v2/internal/testingtproxy
11311131
github.com/onsi/ginkgo/v2/reporters
11321132
github.com/onsi/ginkgo/v2/types
1133-
# github.com/onsi/gomega v1.39.0
1134-
## explicit; go 1.23.0
1133+
# github.com/onsi/gomega v1.39.1
1134+
## explicit; go 1.24.0
11351135
github.com/onsi/gomega
11361136
github.com/onsi/gomega/format
11371137
github.com/onsi/gomega/gbytes

0 commit comments

Comments
 (0)