chore(deps): update module github.com/google/go-cmp to v0.5.9 (#19)
continuous-integration/drone/push Build is passing Details

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/google/go-cmp](https://github.com/google/go-cmp) | require | patch | `v0.5.8` -> `v0.5.9` |

---

### Release Notes

<details>
<summary>google/go-cmp</summary>

### [`v0.5.9`](https://github.com/google/go-cmp/releases/tag/v0.5.9)

[Compare Source](https://github.com/google/go-cmp/compare/v0.5.8...v0.5.9)

Reporter changes:

-   ([#&#8203;299](https://github.com/google/go-cmp/issues/299)) Adjust heuristic for line-based versus byte-based diffing
-   ([#&#8203;306](https://github.com/google/go-cmp/issues/306)) Use `value.TypeString` in `PathStep.String`

Code cleanup changes:

-   ([#&#8203;297](https://github.com/google/go-cmp/issues/297)) Use `reflect.Value.IsZero`
-   ([#&#8203;304](https://github.com/google/go-cmp/issues/304)) Format with Go 1.19 formatter
-   ([#&#8203;300](https://github.com/google/go-cmp/issues/300) )Fix typo in Result documentation
-   ([#&#8203;302](https://github.com/google/go-cmp/issues/302)) Pre-declare global type variables
-   ([#&#8203;309](https://github.com/google/go-cmp/issues/309)) Run tests on Go 1.19

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTAuMyIsInVwZGF0ZWRJblZlciI6IjMyLjE5MC4zIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Reviewed-on: #19
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
This commit is contained in:
renovate 2022-09-09 03:43:01 +00:00 committed by Dawid Wysokiński
parent a388f22304
commit 0bb91ce4cc
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -4,7 +4,7 @@ go 1.19
require (
github.com/go-chi/chi/v5 v5.0.7
github.com/google/go-cmp v0.5.8
github.com/google/go-cmp v0.5.9
github.com/google/uuid v1.3.0
github.com/stretchr/testify v1.8.0
)

4
go.sum
View File

@ -3,8 +3,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/go-chi/chi/v5 v5.0.7 h1:rDTPXLDHGATaeHvVlLcR4Qe0zftYethFucbjVQ1PxU8=
github.com/go-chi/chi/v5 v5.0.7/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8=
github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg=
github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=