Skip to content

Commit

Permalink
fix(deps): Update module github.com/bradleyjkemp/cupaloy/v2 to v2.8.0 (
Browse files Browse the repository at this point in the history
…#215)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/bradleyjkemp/cupaloy/v2](https://togithub.com/bradleyjkemp/cupaloy)
| require | minor | `v2.7.0` -> `v2.8.0` |

---

### Release Notes

<details>
<summary>bradleyjkemp/cupaloy</summary>

###
[`v2.8.0`](https://togithub.com/bradleyjkemp/cupaloy/releases/tag/v2.8.0)

[Compare
Source](https://togithub.com/bradleyjkemp/cupaloy/compare/v2.7.0...v2.8.0)

#### What's Changed

- Add option to specify custom snapshot differ by
[@&#8203;smitt04](https://togithub.com/smitt04) in
[bradleyjkemp/cupaloy#64

#### New Contributors

- [@&#8203;smitt04](https://togithub.com/smitt04) made their first
contribution in
[bradleyjkemp/cupaloy#64

**Full Changelog**:
bradleyjkemp/cupaloy@v2.7.0...v2.8.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on the first day of the
month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODUuMyIsInVwZGF0ZWRJblZlciI6IjMyLjE4NS4zIn0=-->

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
cq-bot and renovate-bot committed Oct 4, 2022
1 parent 9d2b133 commit a1e444c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/cloudquery/plugin-sdk
go 1.19

require (
github.com/bradleyjkemp/cupaloy/v2 v2.7.0
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
github.com/cloudquery/faker/v3 v3.7.7
github.com/getsentry/sentry-go v0.13.0
github.com/ghodss/yaml v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
@@ -1,7 +1,7 @@
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/bradleyjkemp/cupaloy/v2 v2.7.0 h1:AT0vOjO68RcLyenLCHOGZzSNiuto7ziqzq6Q1/3xzMQ=
github.com/bradleyjkemp/cupaloy/v2 v2.7.0/go.mod h1:bm7JXdkRd4BHJk9HpwqAI8BoAY1lps46Enkdqw6aRX0=
github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oMMlVBbn9M=
github.com/bradleyjkemp/cupaloy/v2 v2.8.0/go.mod h1:bm7JXdkRd4BHJk9HpwqAI8BoAY1lps46Enkdqw6aRX0=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cloudquery/faker/v3 v3.7.7 h1:vODOmAXGhxAacVrUOjr4Jti2lFhXgkPjG6/L3C2REgQ=
github.com/cloudquery/faker/v3 v3.7.7/go.mod h1:1b8WVG9Gh0T2hVo1a8dWeXfu0AhqSB6J/mmJaesqOeo=
Expand Down

0 comments on commit a1e444c

Please sign in to comment.