You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-08-10 22:31:50 +02:00
chore(deps): update module go-simpler.org/sloglint to v0.11.0 (#6616)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [go-simpler.org/sloglint](https://redirect.github.com/go-simpler/sloglint) | `v0.10.1` -> `v0.11.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](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>go-simpler/sloglint (go-simpler.org/sloglint)</summary> ### [`v0.11.0`](https://redirect.github.com/go-simpler/sloglint/releases/tag/v0.11.0) [Compare Source](https://redirect.github.com/go-simpler/sloglint/compare/v0.10.1...v0.11.0) - [`8e10f6a`](https://redirect.github.com/go-simpler/sloglint/commit/8e10f6a) feat: suggested fixes for key naming ([#​86](https://redirect.github.com/go-simpler/sloglint/issues/86)) by [@​ldez](https://redirect.github.com/ldez) - [`b9cc6ac`](https://redirect.github.com/go-simpler/sloglint/commit/b9cc6ac) feat: improve report positions ([#​85](https://redirect.github.com/go-simpler/sloglint/issues/85)) by [@​ldez](https://redirect.github.com/ldez) - [`6b7f937`](https://redirect.github.com/go-simpler/sloglint/commit/6b7f937) feat: suggest to use slog.DiscardHandler ([#​81](https://redirect.github.com/go-simpler/sloglint/issues/81)) </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, 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-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -206,7 +206,7 @@ require (
|
||||
github.com/ykadowak/zerologlint v0.1.5 // indirect
|
||||
gitlab.com/bosi/decorder v0.4.2 // indirect
|
||||
go-simpler.org/musttag v0.13.0 // indirect
|
||||
go-simpler.org/sloglint v0.10.1 // indirect
|
||||
go-simpler.org/sloglint v0.11.0 // indirect
|
||||
go.opentelemetry.io/build-tools v0.21.0 // indirect
|
||||
go.uber.org/automaxprocs v1.6.0 // indirect
|
||||
go.uber.org/multierr v1.11.0 // indirect
|
||||
|
@@ -500,8 +500,8 @@ go-simpler.org/assert v0.9.0 h1:PfpmcSvL7yAnWyChSjOz6Sp6m9j5lyK8Ok9pEL31YkQ=
|
||||
go-simpler.org/assert v0.9.0/go.mod h1:74Eqh5eI6vCK6Y5l3PI8ZYFXG4Sa+tkr70OIPJAUr28=
|
||||
go-simpler.org/musttag v0.13.0 h1:Q/YAW0AHvaoaIbsPj3bvEI5/QFP7w696IMUpnKXQfCE=
|
||||
go-simpler.org/musttag v0.13.0/go.mod h1:FTzIGeK6OkKlUDVpj0iQUXZLUO1Js9+mvykDQy9C5yM=
|
||||
go-simpler.org/sloglint v0.10.1 h1:gYHgZdbPzRa9/RQ8zYQLnHfmgWivCpNK2MAwnrhnKdA=
|
||||
go-simpler.org/sloglint v0.10.1/go.mod h1:CFDO8R1i77dlciGfPEPvYke2ZMx4eyGiEIWkyeW2Pvw=
|
||||
go-simpler.org/sloglint v0.11.0 h1:JlR1X4jkbeaffiyjLtymeqmGDKBDO1ikC6rjiuFAOco=
|
||||
go-simpler.org/sloglint v0.11.0/go.mod h1:CFDO8R1i77dlciGfPEPvYke2ZMx4eyGiEIWkyeW2Pvw=
|
||||
go.opentelemetry.io/build-tools v0.21.0 h1:Pq8oGzf+gxzVo+OF/qvuXYx7mK5RQqroyxDZatJn+64=
|
||||
go.opentelemetry.io/build-tools v0.21.0/go.mod h1:K3mKlSmwily6RTNCwDYEt7RGWQ1KUWu352WKJp+/DkQ=
|
||||
go.opentelemetry.io/build-tools/crosslink v0.21.0 h1:rBEr05JYb6QBCuvzKzHVemM3A7D7vYtneGQgkkdrSjY=
|
||||
|
Reference in New Issue
Block a user