Skip to content

Commit ea8a626

Browse files
Bump go.uber.org/zap from 1.27.0 to 1.27.1 (#16)
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.27.0 to 1.27.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/uber-go/zap/releases">go.uber.org/zap's releases</a>.</em></p> <blockquote> <h2>v1.27.1</h2> <p>Enhancements:</p> <ul> <li><a href="https://redirect.github.com/uber-go/zap/issues/1501">#1501</a>[]: prevent <code>Object</code> from panicking on nils</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1511">#1511</a>[]: Fix a race condition in <code>WithLazy</code>.</li> </ul> <p>Thanks to <a href="https://github.com/rabbbit"><code>@​rabbbit</code></a>, <a href="https://github.com/alshopov"><code>@​alshopov</code></a>, <a href="https://github.com/jquirke"><code>@​jquirke</code></a>, <a href="https://github.com/arukiidou"><code>@​arukiidou</code></a> for their contributions to this release.</p> <p><a href="https://redirect.github.com/uber-go/zap/issues/1501">#1501</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1501">uber-go/zap#1501</a> <a href="https://redirect.github.com/uber-go/zap/issues/1511">#1511</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1511">uber-go/zap#1511</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/uber-go/zap/blob/master/CHANGELOG.md">go.uber.org/zap's changelog</a>.</em></p> <blockquote> <h2>1.27.1 (19 Nov 2025)</h2> <p>Enhancements:</p> <ul> <li><a href="https://redirect.github.com/uber-go/zap/issues/1501">#1501</a>[]: prevent <code>Object</code> from panicking on nils</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1511">#1511</a>[]: Fix a race condition in <code>WithLazy</code>.</li> </ul> <p>Thanks to <a href="https://github.com/rabbbit"><code>@​rabbbit</code></a>, <a href="https://github.com/alshopov"><code>@​alshopov</code></a>, <a href="https://github.com/jquirke"><code>@​jquirke</code></a>, <a href="https://github.com/arukiidou"><code>@​arukiidou</code></a> for their contributions to this release.</p> <p><a href="https://redirect.github.com/uber-go/zap/issues/1501">#1501</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1501">uber-go/zap#1501</a> <a href="https://redirect.github.com/uber-go/zap/issues/1511">#1511</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1511">uber-go/zap#1511</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uber-go/zap/commit/7b755a3910491932656b01f2013b8bf41e74d4e8"><code>7b755a3</code></a> release 1.27.1 (<a href="https://redirect.github.com/uber-go/zap/issues/1521">#1521</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/d6b395b76053053ec6ae18121c01e08718708bc3"><code>d6b395b</code></a> Update lazy logger not to materialize unless it's being written to (<a href="https://redirect.github.com/uber-go/zap/issues/1519">#1519</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/4b9cea0fee0414839ee5f8c69320c12f181c3d47"><code>4b9cea0</code></a> ci: Test with Go 1.24, Go 1.25 (<a href="https://redirect.github.com/uber-go/zap/issues/1508">#1508</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/7c80d7b53df6ed592d333998cbbfcd99ff52f3c2"><code>7c80d7b</code></a> Fix race condition in WithLazy implementation (<a href="https://redirect.github.com/uber-go/zap/issues/1426">#1426</a>) (<a href="https://redirect.github.com/uber-go/zap/issues/1511">#1511</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/07077a697f639389cc998ff91b8885feb25f520d"><code>07077a6</code></a> Prevent zap.Object from panicing on nils (<a href="https://redirect.github.com/uber-go/zap/issues/1501">#1501</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/a6afd05063133cc713487d6c883760decd673ca0"><code>a6afd05</code></a> Fix lint check name (<a href="https://redirect.github.com/uber-go/zap/issues/1502">#1502</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/6d482535bdd97f4d97b2f9573ac308f1cf9b574e"><code>6d48253</code></a> chore: fix typo (<a href="https://redirect.github.com/uber-go/zap/issues/1482">#1482</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/32f2ec12872701043515eb7d75dabdd3c269bc64"><code>32f2ec1</code></a> Fix the field test for bool type (<a href="https://redirect.github.com/uber-go/zap/issues/1480">#1480</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/fe16eb57d6431ee607c20f6aa90f3c681b2dc029"><code>fe16eb5</code></a> Upgrade grpc in zapgrc test package &amp; bump go version (<a href="https://redirect.github.com/uber-go/zap/issues/1478">#1478</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/5f00c3474892d9fdd2e4f2ea68db93b96ead41dc"><code>5f00c34</code></a> test(AtomicLevel): demonstrate Handler is not vulnerable to XSS (<a href="https://redirect.github.com/uber-go/zap/issues/1477">#1477</a>)</li> <li>Additional commits viewable in <a href="https://github.com/uber-go/zap/compare/v1.27.0...v1.27.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/zap&package-manager=go_modules&previous-version=1.27.0&new-version=1.27.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d0544d commit ea8a626

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/smallstep/certificates v0.28.4
1212
github.com/spf13/cobra v1.10.1
1313
github.com/spf13/pflag v1.0.10
14-
go.uber.org/zap v1.27.0
14+
go.uber.org/zap v1.27.1
1515
)
1616

1717
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,8 @@ go.uber.org/mock v0.5.2 h1:LbtPTcP8A5k9WPXj54PPPbjcI4Y6lhyOZXn+VS7wNko=
442442
go.uber.org/mock v0.5.2/go.mod h1:wLlUxC2vVTPTaE3UD51E0BGOAElKrILxhVSDYQLld5o=
443443
go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
444444
go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
445-
go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=
446-
go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E=
445+
go.uber.org/zap v1.27.1 h1:08RqriUEv8+ArZRYSTXy1LeBScaMpVSTBhCeaZYfMYc=
446+
go.uber.org/zap v1.27.1/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E=
447447
go.uber.org/zap/exp v0.3.0 h1:6JYzdifzYkGmTdRR59oYH+Ng7k49H9qVpWwNSsGJj3U=
448448
go.uber.org/zap/exp v0.3.0/go.mod h1:5I384qq7XGxYyByIhHm6jg5CHkGY0nsTfbDLgDDlgJQ=
449449
go4.org v0.0.0-20180809161055-417644f6feb5/go.mod h1:MkTOUMDaeVYJUOUsaDXIhWPZYa1yOyC1qaOBpL57BhE=

0 commit comments

Comments
 (0)