Skip to content

Commit 75c6405

Browse files
authored
Merge pull request #2931 from kubernetes-sigs/dependabot/go_modules/github.com/onsi/gomega-1.39.0
build(deps): bump github.com/onsi/gomega from 1.38.3 to 1.39.0
2 parents 1cc00ad + b2eecab commit 75c6405

File tree

7 files changed

+68
-5
lines changed

7 files changed

+68
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/kubernetes-csi/external-snapshotter/client/v4 v4.2.0
2323
github.com/microsoft/wmi v0.38.3
2424
github.com/onsi/ginkgo/v2 v2.25.3
25-
github.com/onsi/gomega v1.38.3
25+
github.com/onsi/gomega v1.39.0
2626
github.com/pkg/errors v0.9.1
2727
github.com/rubiojr/go-vhd v0.0.0-20200706105327-02e210299021
2828
github.com/stretchr/testify v1.11.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,8 @@ github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16A
348348
github.com/onsi/gomega v1.34.1/go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY=
349349
github.com/onsi/gomega v1.34.2/go.mod h1:v1xfxRgk0KIsG+QOdm7p8UosrOzPYRo60fd3B/1Dukc=
350350
github.com/onsi/gomega v1.35.1/go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog=
351-
github.com/onsi/gomega v1.38.3 h1:eTX+W6dobAYfFeGC2PV6RwXRu/MyT+cQguijutvkpSM=
352-
github.com/onsi/gomega v1.38.3/go.mod h1:ZCU1pkQcXDO5Sl9/VVEGlDyp+zm0m1cmeG5TOzLgdh4=
351+
github.com/onsi/gomega v1.39.0 h1:y2ROC3hKFmQZJNFeGAMeHZKkjBL65mIZcvrLQBF9k6Q=
352+
github.com/onsi/gomega v1.39.0/go.mod h1:ZCU1pkQcXDO5Sl9/VVEGlDyp+zm0m1cmeG5TOzLgdh4=
353353
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
354354
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
355355
github.com/opencontainers/selinux v1.13.0 h1:Zza88GWezyT7RLql12URvoxsbLfjFx988+LGaWfbL84=

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.

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

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.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ github.com/onsi/ginkgo/v2/internal/parallel_support
373373
github.com/onsi/ginkgo/v2/internal/testingtproxy
374374
github.com/onsi/ginkgo/v2/reporters
375375
github.com/onsi/ginkgo/v2/types
376-
# github.com/onsi/gomega v1.38.3
376+
# github.com/onsi/gomega v1.39.0
377377
## explicit; go 1.23.0
378378
github.com/onsi/gomega
379379
github.com/onsi/gomega/format

0 commit comments

Comments
 (0)