Skip to content

Commit ba1d39b

Browse files
authored
Merge pull request #1778 from kubernetes-sigs/dependabot/go_modules/github.com/onsi/gomega-1.36.2
chore(deps): bump github.com/onsi/gomega from 1.36.1 to 1.36.2
2 parents 149b147 + fdc72c9 commit ba1d39b

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1
2020
github.com/kubernetes-csi/csi-lib-utils v0.16.0
2121
github.com/onsi/ginkgo/v2 v2.22.1
22-
github.com/onsi/gomega v1.36.1
22+
github.com/onsi/gomega v1.36.2
2323
github.com/pborman/uuid v1.2.1
2424
github.com/pkg/errors v0.9.1
2525
github.com/stretchr/testify v1.10.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f h1:y5//uYreIhSUg3J
217217
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
218218
github.com/onsi/ginkgo/v2 v2.22.1 h1:QW7tbJAUDyVDVOM5dFa7qaybo+CRfR7bemlQUN6Z8aM=
219219
github.com/onsi/ginkgo/v2 v2.22.1/go.mod h1:S6aTpoRsSq2cZOd+pssHAlKW/Q/jZt6cPrPlnj4a1xM=
220-
github.com/onsi/gomega v1.36.1 h1:bJDPBO7ibjxcbHMgSCoo4Yj18UWbKDlLwX1x9sybDcw=
221-
github.com/onsi/gomega v1.36.1/go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog=
220+
github.com/onsi/gomega v1.36.2 h1:koNYke6TVk6ZmnyHrCXba/T/MoLBXFjeC1PtvYgw0A8=
221+
github.com/onsi/gomega v1.36.2/go.mod h1:DdwyADRjrc825LhMEkD76cHR5+pUnjhUN8GlHlRPHzY=
222222
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
223223
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
224224
github.com/opencontainers/selinux v1.11.0 h1:+5Zbo97w3Lbmb3PeqQtpmTkMwsW5nRI3YaLpt7tQ7oU=

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

Lines changed: 8 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
@@ -387,8 +387,8 @@ github.com/onsi/ginkgo/v2/internal/parallel_support
387387
github.com/onsi/ginkgo/v2/internal/testingtproxy
388388
github.com/onsi/ginkgo/v2/reporters
389389
github.com/onsi/ginkgo/v2/types
390-
# github.com/onsi/gomega v1.36.1
391-
## explicit; go 1.22
390+
# github.com/onsi/gomega v1.36.2
391+
## explicit; go 1.22.0
392392
github.com/onsi/gomega
393393
github.com/onsi/gomega/format
394394
github.com/onsi/gomega/gcustom

0 commit comments

Comments
 (0)