Skip to content

Commit b7aa493

Browse files
authoredDec 17, 2024··
build(deps): bump github.com/onsi/gomega from 1.36.0 to 1.36.1 (#3471)
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.36.0 to 1.36.1. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.36.0...v1.36.1) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d68cd00 commit b7aa493

File tree

6 files changed

+17
-6
lines changed

6 files changed

+17
-6
lines changed
 

Diff for: ‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/mitchellh/hashstructure v1.1.0
2121
github.com/mitchellh/mapstructure v1.5.0
2222
github.com/onsi/ginkgo/v2 v2.22.0
23-
github.com/onsi/gomega v1.36.0
23+
github.com/onsi/gomega v1.36.1
2424
github.com/openshift/api v3.9.0+incompatible
2525
github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a
2626
github.com/operator-framework/api v0.27.0

Diff for: ‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1814,8 +1814,8 @@ github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
18141814
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
18151815
github.com/onsi/ginkgo/v2 v2.22.0 h1:Yed107/8DjTr0lKCNt7Dn8yQ6ybuDRQoMGrNFKzMfHg=
18161816
github.com/onsi/ginkgo/v2 v2.22.0/go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo=
1817-
github.com/onsi/gomega v1.36.0 h1:Pb12RlruUtj4XUuPUqeEWc6j5DkVVVA49Uf6YLfC95Y=
1818-
github.com/onsi/gomega v1.36.0/go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog=
1817+
github.com/onsi/gomega v1.36.1 h1:bJDPBO7ibjxcbHMgSCoo4Yj18UWbKDlLwX1x9sybDcw=
1818+
github.com/onsi/gomega v1.36.1/go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog=
18191819
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
18201820
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
18211821
github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug=

Diff for: ‎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.

Diff for: ‎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.

Diff for: ‎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.

Diff for: ‎vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ github.com/onsi/ginkgo/v2/internal/parallel_support
493493
github.com/onsi/ginkgo/v2/internal/testingtproxy
494494
github.com/onsi/ginkgo/v2/reporters
495495
github.com/onsi/ginkgo/v2/types
496-
# github.com/onsi/gomega v1.36.0
496+
# github.com/onsi/gomega v1.36.1
497497
## explicit; go 1.22
498498
github.com/onsi/gomega
499499
github.com/onsi/gomega/format

0 commit comments

Comments
 (0)
Please sign in to comment.