Skip to content

Commit 09f3408

Browse files
dependabot[bot]chombium
authored andcommitted
chore(deps): bump github.com/onsi/ginkgo/v2 in /src/integration
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.27.3 to 2.27.4. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.27.3...v2.27.4) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.27.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a977f07 commit 09f3408

File tree

7 files changed

+25
-7
lines changed

7 files changed

+25
-7
lines changed

src/integration/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
code.cloudfoundry.org/otel-collector-release/src/otel-collector v0.0.0
77
code.cloudfoundry.org/tlsconfig v0.42.0
88
github.com/google/go-cmp v0.7.0
9-
github.com/onsi/ginkgo/v2 v2.27.3
9+
github.com/onsi/ginkgo/v2 v2.27.5
1010
github.com/onsi/gomega v1.39.0
1111
go.opentelemetry.io/proto/otlp v1.9.0
1212
google.golang.org/grpc v1.78.0

src/integration/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -697,8 +697,8 @@ github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=
697697
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
698698
github.com/oklog/ulid/v2 v2.1.1 h1:suPZ4ARWLOJLegGFiZZ1dFAkqzhMjL3J1TzI+5wHz8s=
699699
github.com/oklog/ulid/v2 v2.1.1/go.mod h1:rcEKHmBBKfef9DhnvX7y1HZBYxjXb0cP5ExxNsTT1QQ=
700-
github.com/onsi/ginkgo/v2 v2.27.3 h1:ICsZJ8JoYafeXFFlFAG75a7CxMsJHwgKwtO+82SE9L8=
701-
github.com/onsi/ginkgo/v2 v2.27.3/go.mod h1:ArE1D/XhNXBXCBkKOLkbsb2c81dQHCRcF5zwn/ykDRo=
700+
github.com/onsi/ginkgo/v2 v2.27.5 h1:ZeVgZMx2PDMdJm/+w5fE/OyG6ILo1Y3e+QX4zSR0zTE=
701+
github.com/onsi/ginkgo/v2 v2.27.5/go.mod h1:ArE1D/XhNXBXCBkKOLkbsb2c81dQHCRcF5zwn/ykDRo=
702702
github.com/onsi/gomega v1.39.0 h1:y2ROC3hKFmQZJNFeGAMeHZKkjBL65mIZcvrLQBF9k6Q=
703703
github.com/onsi/gomega v1.39.0/go.mod h1:ZCU1pkQcXDO5Sl9/VVEGlDyp+zm0m1cmeG5TOzLgdh4=
704704
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/datadogexporter v0.143.0 h1:EdDKz+8S067QB2+K5hXB81vpT/T1XUaXxtQwTXfwJpw=

src/integration/vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md

Lines changed: 10 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/ginkgo/v2/internal/suite.go

Lines changed: 4 additions & 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/ginkgo/v2/internal/testingtproxy/testing_t_proxy.go

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

src/integration/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ github.com/munnerz/goautoneg
10831083
# github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
10841084
## explicit
10851085
github.com/mwitkow/go-conntrack
1086-
# github.com/onsi/ginkgo/v2 v2.27.3
1086+
# github.com/onsi/ginkgo/v2 v2.27.5
10871087
## explicit; go 1.23.0
10881088
github.com/onsi/ginkgo/v2
10891089
github.com/onsi/ginkgo/v2/config

0 commit comments

Comments
 (0)