Skip to content

Commit 8fbd0e0

Browse files
chore(deps): update module github.com/samber/oops to v1.23.0 (main) (#7202)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/samber/oops](https://redirect.github.com/samber/oops) | `v1.22.0` → `v1.23.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsamber%2foops/v1.23.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsamber%2foops/v1.22.0/v1.23.0?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>samber/oops (github.com/samber/oops)</summary> ### [`v1.23.0`](https://redirect.github.com/samber/oops/releases/tag/v1.23.0) [Compare Source](https://redirect.github.com/samber/oops/compare/v1.22.0...v1.23.0) Significant performance improvements: stack traces are now constructed lazily, reducing their cost by up to 90% on code paths where they are not needed. #### Performance - perf(stacktrace): defer frame symbolization to first read 🔥 😍😍😍 by [@&#8203;samber](https://redirect.github.com/samber) in [#&#8203;137](https://redirect.github.com/samber/oops/pull/137) - perf(helpers): fast-path type assertion in AsOops before errors.As by [@&#8203;samber](https://redirect.github.com/samber) in [#&#8203;134](https://redirect.github.com/samber/oops/pull/134) - perf(stacktrace): defer shortFuncName to kept frames; drop Sprintf in frame.String by [@&#8203;samber](https://redirect.github.com/samber) in [#&#8203;136](https://redirect.github.com/samber/oops/pull/136) - perf(error): cut intermediate allocations in LogValue, ToMap and formatVerbose by [@&#8203;samber](https://redirect.github.com/samber) in [#&#8203;135](https://redirect.github.com/samber/oops/pull/135) - perf(kv): skip merge of absent context/user/tenant maps in snapshot by [@&#8203;samber](https://redirect.github.com/samber) in [#&#8203;138](https://redirect.github.com/samber/oops/pull/138) - perf(error): check SourceFragmentsHidden before formatting sources by [@&#8203;samber](https://redirect.github.com/samber) in [#&#8203;139](https://redirect.github.com/samber/oops/pull/139) - perf: reduce allocations in hot paths by [@&#8203;samber](https://redirect.github.com/samber) in [#&#8203;122](https://redirect.github.com/samber/oops/pull/122) - perf/reduce allocations by [@&#8203;samber](https://redirect.github.com/samber) in [#&#8203;123](https://redirect.github.com/samber/oops/pull/123) - perf: single-pass chain traversal in LogValue/ToMap/formatVerbose by [@&#8203;samber](https://redirect.github.com/samber) in [#&#8203;124](https://redirect.github.com/samber/oops/pull/124) - perf: fast-path common pointer types in dereferencePointers + inline tag dedup by [@&#8203;samber](https://redirect.github.com/samber) in [#&#8203;125](https://redirect.github.com/samber/oops/pull/125) #### Dependencies - chore(deps): bump github.com/sirupsen/logrus from 1.9.1 to 1.9.4 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;130](https://redirect.github.com/samber/oops/pull/130) - chore(deps): bump go.uber.org/zap from 1.26.0 to 1.28.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;126](https://redirect.github.com/samber/oops/pull/126) - chore(deps): bump actions/checkout from 6 to 7 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;131](https://redirect.github.com/samber/oops/pull/131) - chore(deps): bump codecov/codecov-action from 6 to 7 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;132](https://redirect.github.com/samber/oops/pull/132) **Full Changelog**: <samber/oops@v1.22.0...v1.23.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 01:00 AM and 01:59 AM, Monday through Friday ( * 1 * * 1-5 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiVGVhbTpTZWN1cml0eS1DbG91ZCBTZXJ2aWNlcyIsImJhY2twb3J0LXNraXAiLCJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSIsInJlbm92YXRlLWF1dG8tYXBwcm92ZSJdfQ==--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent 4d5ca16 commit 8fbd0e0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ require (
258258
github.com/redis/go-redis/v9 v9.21.0 // indirect
259259
github.com/rust-secure-code/go-rustaudit v0.0.0-20250226111315-e20ec32e963c // indirect
260260
github.com/sagikazarmark/locafero v0.12.0 // indirect
261-
github.com/samber/oops v1.22.0 // indirect
261+
github.com/samber/oops v1.23.0 // indirect
262262
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
263263
github.com/sassoftware/go-rpmutils v0.4.0 // indirect
264264
github.com/sassoftware/relic v7.2.1+incompatible // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,8 +1184,8 @@ github.com/sagikazarmark/locafero v0.12.0 h1:/NQhBAkUb4+fH1jivKHWusDYFjMOOKU88ee
11841184
github.com/sagikazarmark/locafero v0.12.0/go.mod h1:sZh36u/YSZ918v0Io+U9ogLYQJ9tLLBmM4eneO6WwsI=
11851185
github.com/samber/lo v1.53.0 h1:t975lj2py4kJPQ6haz1QMgtId2gtmfktACxIXArw3HM=
11861186
github.com/samber/lo v1.53.0/go.mod h1:4+MXEGsJzbKGaUEQFKBq2xtfuznW9oz/WrgyzMzRoM0=
1187-
github.com/samber/oops v1.22.0 h1:fmWRC3YRUXFzpZ9Vs4nuckrsnCHv1cFV/bEm00Wvm0Y=
1188-
github.com/samber/oops v1.22.0/go.mod h1:8ZDRxwQdphVhmLtEX9I6134LHJe5yeCV8cTfHz3m91Y=
1187+
github.com/samber/oops v1.23.0 h1:27aIZSRreSy4yveT0ZV4s3gLZp7/ra9Zbb84gwWbA9I=
1188+
github.com/samber/oops v1.23.0/go.mod h1:8ZDRxwQdphVhmLtEX9I6134LHJe5yeCV8cTfHz3m91Y=
11891189
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 h1:KRzFb2m7YtdldCEkzs6KqmJw4nqEVZGK7IN2kJkjTuQ=
11901190
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2/go.mod h1:JXeL+ps8p7/KNMjDQk3TCwPpBy0wYklyWTfbkIzdIFU=
11911191
github.com/sassoftware/go-rpmutils v0.4.0 h1:ojND82NYBxgwrV+mX1CWsd5QJvvEZTKddtCdFLPWhpg=

0 commit comments

Comments
 (0)