Skip to content

Commit 82c3e02

Browse files
chore(deps): update module go.uber.org/zap to v1.27.1 (#14385)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [go.uber.org/zap](https://redirect.github.com/uber-go/zap) | `v1.27.0` → `v1.27.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/go.uber.org%2fzap/v1.27.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.uber.org%2fzap/v1.27.0/v1.27.1?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>uber-go/zap (go.uber.org/zap)</summary> ### [`v1.27.1`](https://redirect.github.com/uber-go/zap/releases/tag/v1.27.1) [Compare Source](https://redirect.github.com/uber-go/zap/compare/v1.27.0...v1.27.1) Enhancements: - [#&#8203;1501][]: prevent `Object` from panicking on nils - [#&#8203;1511][]: Fix a race condition in `WithLazy`. Thanks to [@&#8203;rabbbit](https://redirect.github.com/rabbbit), [@&#8203;alshopov](https://redirect.github.com/alshopov), [@&#8203;jquirke](https://redirect.github.com/jquirke), [@&#8203;arukiidou](https://redirect.github.com/arukiidou) for their contributions to this release. [#&#8203;1501]: https://redirect.github.com/uber-go/zap/pull/1501 [#&#8203;1511]: https://redirect.github.com/uber-go/zap/pull/1511 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (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, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 66993f9 commit 82c3e02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

internal/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ require (
265265
go.opentelemetry.io/build-tools/multimod v0.29.0 // indirect
266266
go.uber.org/automaxprocs v1.6.0 // indirect
267267
go.uber.org/multierr v1.11.0 // indirect
268-
go.uber.org/zap v1.27.0 // indirect
268+
go.uber.org/zap v1.27.1 // indirect
269269
go.yaml.in/yaml/v2 v2.4.3 // indirect
270270
go.yaml.in/yaml/v3 v3.0.4 // indirect
271271
go.yaml.in/yaml/v4 v4.0.0-rc.3 // indirect

internal/tools/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)