Skip to content

Commit 4c36484

Browse files
fix(deps): update module go.uber.org/zap to v1.27.1 (#14207)
This PR contains the following updates: | Package | Change | Age | 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)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.uber.org%2fzap/v1.27.0/v1.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS41IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]>
1 parent 1578cf8 commit 4c36484

File tree

140 files changed

+210
-210
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+210
-210
lines changed

cmd/builder/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/stretchr/testify v1.11.1
1717
go.uber.org/goleak v1.3.0
1818
go.uber.org/multierr v1.11.0
19-
go.uber.org/zap v1.27.0
19+
go.uber.org/zap v1.27.1
2020
golang.org/x/mod v0.28.0
2121
)
2222

cmd/builder/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.

cmd/mdatagen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
go.opentelemetry.io/otel/sdk/metric v1.38.0
3131
go.opentelemetry.io/otel/trace v1.38.0
3232
go.uber.org/goleak v1.3.0
33-
go.uber.org/zap v1.27.0
33+
go.uber.org/zap v1.27.1
3434
golang.org/x/text v0.31.0
3535
gopkg.in/yaml.v3 v3.0.1
3636
)

cmd/mdatagen/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.

cmd/otelcorecol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ require (
160160
go.opentelemetry.io/otel/trace v1.38.0 // indirect
161161
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
162162
go.uber.org/multierr v1.11.0 // indirect
163-
go.uber.org/zap v1.27.0 // indirect
163+
go.uber.org/zap v1.27.1 // indirect
164164
go.yaml.in/yaml/v2 v2.4.3 // indirect
165165
go.yaml.in/yaml/v3 v3.0.4 // indirect
166166
golang.org/x/crypto v0.45.0 // indirect

cmd/otelcorecol/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.

component/componentstatus/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
go.opentelemetry.io/otel/metric v1.38.0 // indirect
2222
go.opentelemetry.io/otel/trace v1.38.0 // indirect
2323
go.uber.org/multierr v1.11.0 // indirect
24-
go.uber.org/zap v1.27.0 // indirect
24+
go.uber.org/zap v1.27.1 // indirect
2525
gopkg.in/yaml.v3 v3.0.1 // indirect
2626
)
2727

component/componentstatus/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.

component/componenttest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
go.opentelemetry.io/otel/trace v1.38.0
1313
go.uber.org/goleak v1.3.0
1414
go.uber.org/multierr v1.11.0
15-
go.uber.org/zap v1.27.0
15+
go.uber.org/zap v1.27.1
1616
)
1717

1818
require (

component/componenttest/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)