From 215b296d247dbeb915b76d5d1ef6b1da83ea4092 Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 22 Feb 2024 09:19:34 +0100 Subject: [PATCH] :arrow_up: Update module go.uber.org/zap to v1.27.0 (#40) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go.uber.org/zap](https://github.com/uber-go/zap) | require | minor | `v1.26.0` -> `v1.27.0` | --- ### Release Notes
uber-go/zap (go.uber.org/zap) ### [`v1.27.0`](https://github.com/uber-go/zap/releases/tag/v1.27.0) [Compare Source](https://github.com/uber-go/zap/compare/v1.26.0...v1.27.0) Enhancements: - [#​1378][]: Add `WithLazy` method for `SugaredLogger`. - [#​1399][]: zaptest: Add `NewTestingWriter` for customizing TestingWriter with more flexibility than `NewLogger`. - [#​1406][]: Add `Log`, `Logw`, `Logln` methods for `SugaredLogger`. - [#​1416][]: Add `WithPanicHook` option for testing panic logs. Thanks to [@​defval](https://github.com/defval), [@​dimmo](https://github.com/dimmo), [@​arxeiss](https://github.com/arxeiss), and [@​MKrupauskas](https://github.com/MKrupauskas) for their contributions to this release. [#​1378]: https://github.com/uber-go/zap/pull/1378 [#​1399]: https://github.com/uber-go/zap/pull/1399 [#​1406]: https://github.com/uber-go/zap/pull/1406 [#​1416]: https://github.com/uber-go/zap/pull/1416
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.sebclem.fr/sebclem/woodpecker-ansible-runner/pulls/40 Co-authored-by: Renovate Co-committed-by: Renovate --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 79f9f89..ce6385e 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module woodpecker-ansible-runner go 1.20 -require go.uber.org/zap v1.26.0 +require go.uber.org/zap v1.27.0 require ( go.uber.org/atomic v1.7.0 // indirect diff --git a/go.sum b/go.sum index 91ab54a..d44fc25 100644 --- a/go.sum +++ b/go.sum @@ -21,4 +21,6 @@ go.uber.org/zap v1.25.0 h1:4Hvk6GtkucQ790dqmj7l1eEnRdKm3k3ZUrUMS2d5+5c= go.uber.org/zap v1.25.0/go.mod h1:JIAUzQIH94IC4fOJQm7gMmBJP5k7wQfdcnYdPoEXJYk= go.uber.org/zap v1.26.0 h1:sI7k6L95XOKS281NhVKOFCUNIvv9e0w4BF8N3u+tCRo= go.uber.org/zap v1.26.0/go.mod h1:dtElttAiwGvoJ/vj4IwHBS/gXsEu/pZ50mUIRWuG0so= +go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8= +go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=