From 80513c7785a6da4ae09d9c871acaf180f5d68f2c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 22 May 2023 10:08:53 -0700
Subject: [PATCH] build(deps): Bump github.com/onsi/gomega from 1.27.6 to
1.27.7 (#409)
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from
1.27.6 to 1.27.7.
Release notes
Sourced from github.com/onsi/gomega's
releases.
v1.27.7
1.27.7
Fixes
- fix: gcustom.MakeMatcher accepts nil as actual value (#666)
[57054d5]
Maintenance
- update gitignore [05c1bc6]
- Bump github.com/onsi/ginkgo/v2 from 2.9.4 to 2.9.5 (#663)
[7cadcf6]
- Bump golang.org/x/net from 0.9.0 to 0.10.0 (#662)
[b524839]
- Bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.9.4 (#661)
[5f44694]
- Bump commonmarker from 0.23.8 to 0.23.9 in /docs (#657)
[05dc99a]
- Bump nokogiri from 1.14.1 to 1.14.3 in /docs (#658)
[3a033d1]
- Replace deprecated NewGomegaWithT with NewWithT (#659)
[a19238f]
- Bump golang.org/x/net from 0.8.0 to 0.9.0 (#656)
[29ed041]
- Bump actions/setup-go from 3 to 4 (#651)
[11b2080]
Changelog
Sourced from github.com/onsi/gomega's
changelog.
1.27.7
Fixes
- fix: gcustom.MakeMatcher accepts nil as actual value (#666)
[57054d5]
Maintenance
- update gitignore [05c1bc6]
- Bump github.com/onsi/ginkgo/v2 from 2.9.4 to 2.9.5 (#663)
[7cadcf6]
- Bump golang.org/x/net from 0.9.0 to 0.10.0 (#662)
[b524839]
- Bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.9.4 (#661)
[5f44694]
- Bump commonmarker from 0.23.8 to 0.23.9 in /docs (#657)
[05dc99a]
- Bump nokogiri from 1.14.1 to 1.14.3 in /docs (#658)
[3a033d1]
- Replace deprecated NewGomegaWithT with NewWithT (#659)
[a19238f]
- Bump golang.org/x/net from 0.8.0 to 0.9.0 (#656)
[29ed041]
- Bump actions/setup-go from 3 to 4 (#651)
[11b2080]
Commits
99a29d5
v1.27.7
05c1bc6
update gitignore
57054d5
fix: gcustom.MakeMatcher accepts nil as actual value (#666)
7cadcf6
Bump github.com/onsi/ginkgo/v2 from 2.9.4 to 2.9.5 (#663)
b524839
Bump golang.org/x/net from 0.9.0 to 0.10.0 (#662)
5f44694
Bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.9.4 (#661)
05dc99a
Bump commonmarker from 0.23.8 to 0.23.9 in /docs (#657)
3a033d1
Bump nokogiri from 1.14.1 to 1.14.3 in /docs (#658)
a19238f
Replace deprecated NewGomegaWithT with NewWithT (#659)
29ed041
Bump golang.org/x/net from 0.8.0 to 0.9.0 (#656)
- Additional commits viewable in compare
view
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/onsi/gomega&package-manager=go_modules&previous-version=1.27.6&new-version=1.27.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
go.mod | 2 +-
go.sum | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/go.mod b/go.mod
index 829290ed2..1099a0375 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ require (
github.com/google/go-licenses v1.6.0
github.com/lima-vm/lima v0.15.1
github.com/onsi/ginkgo/v2 v2.9.5
- github.com/onsi/gomega v1.27.6
+ github.com/onsi/gomega v1.27.7
github.com/pelletier/go-toml v1.9.5
github.com/pkg/sftp v1.13.5
github.com/runfinch/common-tests v0.6.5
diff --git a/go.sum b/go.sum
index 3964be097..c12e99f78 100644
--- a/go.sum
+++ b/go.sum
@@ -307,8 +307,8 @@ github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrk
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/onsi/ginkgo/v2 v2.9.5 h1:+6Hr4uxzP4XIUyAkg61dWBw8lb/gc4/X5luuxN/EC+Q=
github.com/onsi/ginkgo/v2 v2.9.5/go.mod h1:tvAoo1QUJwNEU2ITftXTpR7R1RbCzoZUOs3RonqW57k=
-github.com/onsi/gomega v1.27.6 h1:ENqfyGeS5AX/rlXDd/ETokDz93u0YufY1Pgxuy/PvWE=
-github.com/onsi/gomega v1.27.6/go.mod h1:PIQNjfQwkP3aQAH7lf7j87O/5FiNr+ZR8+ipb+qQlhg=
+github.com/onsi/gomega v1.27.7 h1:fVih9JD6ogIiHUN6ePK7HJidyEDpWGVB5mzM7cWNXoU=
+github.com/onsi/gomega v1.27.7/go.mod h1:1p8OOlwo2iUUDsHnOrjE5UKYJ+e3W8eQ3qSlRahPmr4=
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b h1:YWuSjZCQAPM8UUBLkYUk1e+rZcvWHJmFb6i6rM44Xs8=