Skip to content

Commit dcff2c7

Browse files
authored
Merge pull request #813 from kubernetes-csi/dependabot/go_modules/github.com/onsi/gomega-1.36.1
chore(deps): bump github.com/onsi/gomega from 1.36.0 to 1.36.1
2 parents e776d24 + 732f358 commit dcff2c7

File tree

6 files changed

+17
-6
lines changed

6 files changed

+17
-6
lines changed

go.mod

+1-1
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.0
9-
github.com/onsi/gomega v1.36.0
9+
github.com/onsi/gomega v1.36.1
1010
github.com/pborman/uuid v1.2.1
1111
github.com/stretchr/testify v1.10.0
1212
golang.org/x/net v0.32.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ github.com/onsi/ginkgo/v2 v2.22.0 h1:Yed107/8DjTr0lKCNt7Dn8yQ6ybuDRQoMGrNFKzMfHg
292292
github.com/onsi/ginkgo/v2 v2.22.0/go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo=
293293
github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
294294
github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
295-
github.com/onsi/gomega v1.36.0 h1:Pb12RlruUtj4XUuPUqeEWc6j5DkVVVA49Uf6YLfC95Y=
296-
github.com/onsi/gomega v1.36.0/go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog=
295+
github.com/onsi/gomega v1.36.1 h1:bJDPBO7ibjxcbHMgSCoo4Yj18UWbKDlLwX1x9sybDcw=
296+
github.com/onsi/gomega v1.36.1/go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog=
297297
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
298298
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
299299
github.com/opencontainers/selinux v1.10.0 h1:rAiKF8hTcgLI3w0DHm6i0ylVVcOrlgR1kK99DRLDhyU=

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

+6
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/onsi/gomega/matchers/have_field.go

+6-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ github.com/onsi/ginkgo/v2/internal/parallel_support
200200
github.com/onsi/ginkgo/v2/internal/testingtproxy
201201
github.com/onsi/ginkgo/v2/reporters
202202
github.com/onsi/ginkgo/v2/types
203-
# github.com/onsi/gomega v1.36.0
203+
# github.com/onsi/gomega v1.36.1
204204
## explicit; go 1.22
205205
github.com/onsi/gomega
206206
github.com/onsi/gomega/format

0 commit comments

Comments
 (0)