Skip to content

Commit 3e80a51

Browse files
Bump github.com/onsi/gomega from 1.39.0 to 1.39.1 (#2394)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a940bf1 commit 3e80a51

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/netobserv/flowlogs-pipeline v1.10.1-community.0.20260128081215-6575ca967373
1111
github.com/netobserv/netobserv-ebpf-agent v1.10.1-community
1212
github.com/onsi/ginkgo/v2 v2.28.1
13-
github.com/onsi/gomega v1.39.0
13+
github.com/onsi/gomega v1.39.1
1414
github.com/openshift/api v0.0.0-20250707164913-2cd5821c9080
1515
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.87.0
1616
github.com/prometheus/common v0.67.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ github.com/netsampler/goflow2 v1.3.7 h1:XZaTy8kkMnGXpJ9hS3KbO1McyrFTpVNhVFEx9rNh
129129
github.com/netsampler/goflow2 v1.3.7/go.mod h1:4UZsVGVAs//iMCptUHn3WNScztJeUhZH7kDW2+/vDdQ=
130130
github.com/onsi/ginkgo/v2 v2.28.1 h1:S4hj+HbZp40fNKuLUQOYLDgZLwNUVn19N3Atb98NCyI=
131131
github.com/onsi/ginkgo/v2 v2.28.1/go.mod h1:CLtbVInNckU3/+gC8LzkGUb9oF+e8W8TdUsxPwvdOgE=
132-
github.com/onsi/gomega v1.39.0 h1:y2ROC3hKFmQZJNFeGAMeHZKkjBL65mIZcvrLQBF9k6Q=
133-
github.com/onsi/gomega v1.39.0/go.mod h1:ZCU1pkQcXDO5Sl9/VVEGlDyp+zm0m1cmeG5TOzLgdh4=
132+
github.com/onsi/gomega v1.39.1 h1:1IJLAad4zjPn2PsnhH70V4DKRFlrCzGBNrNaru+Vf28=
133+
github.com/onsi/gomega v1.39.1/go.mod h1:hL6yVALoTOxeWudERyfppUcZXjMwIMLnuSfruD2lcfg=
134134
github.com/openshift/api v0.0.0-20250707164913-2cd5821c9080 h1:WIcPdcyEm4eaUz9fSI5RjGb7i6K0O1p20to1F/rwa/A=
135135
github.com/openshift/api v0.0.0-20250707164913-2cd5821c9080/go.mod h1:yk60tHAmHhtVpJQo3TwVYq2zpuP70iJIFDCmeKMIzPw=
136136
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=

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.

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.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ github.com/onsi/ginkgo/v2/internal/reporters
207207
github.com/onsi/ginkgo/v2/internal/testingtproxy
208208
github.com/onsi/ginkgo/v2/reporters
209209
github.com/onsi/ginkgo/v2/types
210-
# github.com/onsi/gomega v1.39.0
211-
## explicit; go 1.23.0
210+
# github.com/onsi/gomega v1.39.1
211+
## explicit; go 1.24.0
212212
github.com/onsi/gomega
213213
github.com/onsi/gomega/format
214214
github.com/onsi/gomega/internal

0 commit comments

Comments
 (0)