Skip to content

Commit cc152d2

Browse files
authored
Merge pull request #835 from kubernetes-csi/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 201f63a + 74383ad commit cc152d2

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
@@ -6,7 +6,7 @@ require (
66
github.com/container-storage-interface/spec v1.11.0
77
github.com/kubernetes-csi/csi-lib-utils v0.9.0
88
github.com/onsi/ginkgo/v2 v2.22.1
9-
github.com/onsi/gomega v1.36.1
9+
github.com/onsi/gomega v1.36.2
1010
github.com/pborman/uuid v1.2.1
1111
github.com/stretchr/testify v1.10.0
1212
golang.org/x/net v0.33.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ github.com/onsi/ginkgo/v2 v2.22.1 h1:QW7tbJAUDyVDVOM5dFa7qaybo+CRfR7bemlQUN6Z8aM
295295
github.com/onsi/ginkgo/v2 v2.22.1/go.mod h1:S6aTpoRsSq2cZOd+pssHAlKW/Q/jZt6cPrPlnj4a1xM=
296296
github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
297297
github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
298-
github.com/onsi/gomega v1.36.1 h1:bJDPBO7ibjxcbHMgSCoo4Yj18UWbKDlLwX1x9sybDcw=
299-
github.com/onsi/gomega v1.36.1/go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog=
298+
github.com/onsi/gomega v1.36.2 h1:koNYke6TVk6ZmnyHrCXba/T/MoLBXFjeC1PtvYgw0A8=
299+
github.com/onsi/gomega v1.36.2/go.mod h1:DdwyADRjrc825LhMEkD76cHR5+pUnjhUN8GlHlRPHzY=
300300
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
301301
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
302302
github.com/opencontainers/selinux v1.10.0 h1:rAiKF8hTcgLI3w0DHm6i0ylVVcOrlgR1kK99DRLDhyU=

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
@@ -203,8 +203,8 @@ github.com/onsi/ginkgo/v2/internal/parallel_support
203203
github.com/onsi/ginkgo/v2/internal/testingtproxy
204204
github.com/onsi/ginkgo/v2/reporters
205205
github.com/onsi/ginkgo/v2/types
206-
# github.com/onsi/gomega v1.36.1
207-
## explicit; go 1.22
206+
# github.com/onsi/gomega v1.36.2
207+
## explicit; go 1.22.0
208208
github.com/onsi/gomega
209209
github.com/onsi/gomega/format
210210
github.com/onsi/gomega/gcustom

0 commit comments

Comments
 (0)