Skip to content

Commit 7a94055

Browse files
authored
Merge pull request #1671 from kubernetes-sigs/dependabot/go_modules/github.com/onsi/gomega-1.35.1
chore(deps): bump github.com/onsi/gomega from 1.35.0 to 1.35.1
2 parents 4f85c57 + 99a10bb commit 7a94055

File tree

6 files changed

+22
-5
lines changed

6 files changed

+22
-5
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.21.0
22-
github.com/onsi/gomega v1.35.0
22+
github.com/onsi/gomega v1.35.1
2323
github.com/pborman/uuid v1.2.1
2424
github.com/pkg/errors v0.9.1
2525
github.com/stretchr/testify v1.9.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f h1:y5//uYreIhSUg3J
216216
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
217217
github.com/onsi/ginkgo/v2 v2.21.0 h1:7rg/4f3rB88pb5obDgNZrNHrQ4e6WpjonchcpuBRnZM=
218218
github.com/onsi/ginkgo/v2 v2.21.0/go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo=
219-
github.com/onsi/gomega v1.35.0 h1:xuM1M/UvMp9BCdS4hojhS9/4jEuVqS9Er3bqupeaoPM=
220-
github.com/onsi/gomega v1.35.0/go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog=
219+
github.com/onsi/gomega v1.35.1 h1:Cwbd75ZBPxFSuZ6T+rN/WCb/gOc6YgFBXLlZLhC7Ds4=
220+
github.com/onsi/gomega v1.35.1/go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog=
221221
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
222222
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
223223
github.com/opencontainers/selinux v1.11.0 h1:+5Zbo97w3Lbmb3PeqQtpmTkMwsW5nRI3YaLpt7tQ7oU=

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

Lines changed: 5 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: 11 additions & 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/types/types.go

Lines changed: 2 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
@@ -382,7 +382,7 @@ github.com/onsi/ginkgo/v2/internal/parallel_support
382382
github.com/onsi/ginkgo/v2/internal/testingtproxy
383383
github.com/onsi/ginkgo/v2/reporters
384384
github.com/onsi/ginkgo/v2/types
385-
# github.com/onsi/gomega v1.35.0
385+
# github.com/onsi/gomega v1.35.1
386386
## explicit; go 1.22
387387
github.com/onsi/gomega
388388
github.com/onsi/gomega/format

0 commit comments

Comments
 (0)