chore(deps): update module go.uber.org/zap to v1.23.0 (#45)
All checks were successful
continuous-integration/drone/push Build is passing

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [go.uber.org/zap](https://github.com/uber-go/zap) | require | minor | `v1.22.0` -> `v1.23.0` |

---

### Release Notes

<details>
<summary>uber-go/zap</summary>

### [`v1.23.0`](https://github.com/uber-go/zap/releases/tag/v1.23.0)

[Compare Source](https://github.com/uber-go/zap/compare/v1.22.0...v1.23.0)

Enhancements:

-   [#&#8203;1147][]: Add a `zapcore.LevelOf` function to determine the level of a
    `LevelEnabler` or `Core`.
-   [#&#8203;1155][]: Add `zap.Stringers` field constructor to log arrays of objects
    that implement `String() string`.

[#&#8203;1147]: https://github.com/uber-go/zap/pull/1147

[#&#8203;1155]: https://github.com/uber-go/zap/pull/1155

</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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE2NC4wIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#45
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
This commit is contained in:
renovate 2022-08-26 03:36:50 +00:00 committed by Dawid Wysokiński
parent 3ea31a3095
commit 9d38a4f0cf
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -23,7 +23,7 @@ require (
github.com/uptrace/bun/dialect/pgdialect v1.1.7
github.com/uptrace/bun/driver/pgdriver v1.1.7
github.com/urfave/cli/v2 v2.11.2
go.uber.org/zap v1.22.0
go.uber.org/zap v1.23.0
)
require (

4
go.sum
View File

@ -239,8 +239,8 @@ go.uber.org/multierr v1.7.0 h1:zaiO/rmgFjbmCXdSYJWQcdvOCsthmdaHfr3Gm2Kx4Ec=
go.uber.org/multierr v1.7.0/go.mod h1:7EAYxJLBy9rStEaz58O2t4Uvip6FSURkq8/ppBp95ak=
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee/go.mod h1:vJERXedbb3MVM5f9Ejo0C68/HhF8uaILCdgjnY+goOA=
go.uber.org/zap v1.16.0/go.mod h1:MA8QOfq0BHJwdXa996Y4dYkAqRKB8/1K1QMMZVaNZjQ=
go.uber.org/zap v1.22.0 h1:Zcye5DUgBloQ9BaT4qc9BnjOFog5TvBSAGkJ3Nf70c0=
go.uber.org/zap v1.22.0/go.mod h1:H4siCOZOrAolnUPJEkfaSjDqyP+BDS0DdDWzwcgt3+U=
go.uber.org/zap v1.23.0 h1:OjGQ5KQDEUawVHxNwQgPpiypGHOxo2mNZsOqTak4fFY=
go.uber.org/zap v1.23.0/go.mod h1:D+nX8jyLsMHMYrln8A0rJjFt/T/9/bGgIhAqxv5URuY=
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=