Skip to content

Commit 4e899d7

Browse files
authored
Merge pull request #1227 from kubernetes-sigs/dependabot/go_modules/github.com/onsi/gomega-1.31.1
chore(deps): bump github.com/onsi/gomega from 1.30.0 to 1.31.1
2 parents a344941 + 63f6378 commit 4e899d7

File tree

8 files changed

+40
-10
lines changed

8 files changed

+40
-10
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/golang/protobuf v1.5.3
2020
github.com/kubernetes-csi/csi-lib-utils v0.16.0
2121
github.com/onsi/ginkgo/v2 v2.15.0
22-
github.com/onsi/gomega v1.30.0
22+
github.com/onsi/gomega v1.31.1
2323
github.com/pborman/uuid v1.2.1
2424
github.com/pelletier/go-toml v1.9.5
2525
github.com/pkg/errors v0.9.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f h1:y5//uYreIhSUg3J
211211
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
212212
github.com/onsi/ginkgo/v2 v2.15.0 h1:79HwNRBAZHOEwrczrgSOPy+eFTTlIGELKy5as+ClttY=
213213
github.com/onsi/ginkgo/v2 v2.15.0/go.mod h1:HlxMHtYF57y6Dpf+mc5529KKmSq9h2FpCF+/ZkwUxKM=
214-
github.com/onsi/gomega v1.30.0 h1:hvMK7xYz4D3HapigLTeGdId/NcfQx1VHMJc60ew99+8=
215-
github.com/onsi/gomega v1.30.0/go.mod h1:9sxs+SwGrKI0+PWe4Fxa9tFQQBG5xSsSbMXOI8PPpoQ=
214+
github.com/onsi/gomega v1.31.1 h1:KYppCUK+bUgAZwHOu7EXVBKyQA6ILvOESHkn/tgoqvo=
215+
github.com/onsi/gomega v1.31.1/go.mod h1:y40C95dwAD1Nz36SsEnxvfFe8FFfNxzI5eJ0EYGyAy0=
216216
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
217217
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
218218
github.com/opencontainers/selinux v1.11.0 h1:+5Zbo97w3Lbmb3PeqQtpmTkMwsW5nRI3YaLpt7tQ7oU=

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

Lines changed: 25 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/internal/async_assertion.go

Lines changed: 6 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/matchers.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/be_comparable_to_matcher.go

Lines changed: 2 additions & 2 deletions
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
@@ -365,8 +365,8 @@ github.com/onsi/ginkgo/v2/internal/parallel_support
365365
github.com/onsi/ginkgo/v2/internal/testingtproxy
366366
github.com/onsi/ginkgo/v2/reporters
367367
github.com/onsi/ginkgo/v2/types
368-
# github.com/onsi/gomega v1.30.0
369-
## explicit; go 1.18
368+
# github.com/onsi/gomega v1.31.1
369+
## explicit; go 1.20
370370
github.com/onsi/gomega
371371
github.com/onsi/gomega/format
372372
github.com/onsi/gomega/gcustom

0 commit comments

Comments
 (0)