Skip to content

Commit f69663e

Browse files
⬆️ Bump github.com/sasha-s/go-deadlock from 0.3.7 to 0.3.8 in /utils (#828)
Bumps [github.com/sasha-s/go-deadlock](https://github.com/sasha-s/go-deadlock) from 0.3.7 to 0.3.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sasha-s/go-deadlock/releases">github.com/sasha-s/go-deadlock's releases</a>.</em></p> <blockquote> <h2>v0.3.8</h2> <h2>What's Changed</h2> <ul> <li>Reduce allocations per lock request (<a href="https://redirect.github.com/sasha-s/go-deadlock/issues/52">#52</a>) — replaces goroutine-per-lock deadlock detection with <code>time.AfterFunc</code> + <code>sync.Pool</code>, cutting allocations from 4 to 2 per lock/unlock cycle (~40% throughput improvement).</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sasha-s/go-deadlock/compare/v0.3.7...v0.3.8">https://github.com/sasha-s/go-deadlock/compare/v0.3.7...v0.3.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sasha-s/go-deadlock/commit/dcbba57e999dec2501fff32e3ade3e230cc31ae4"><code>dcbba57</code></a> reduce allocations (<a href="https://redirect.github.com/sasha-s/go-deadlock/issues/52">#52</a>)</li> <li>See full diff in <a href="https://github.com/sasha-s/go-deadlock/compare/v0.3.7...v0.3.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sasha-s/go-deadlock&package-manager=go_modules&previous-version=0.3.7&new-version=0.3.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Monty Bot <monty-bot@arm.com>
1 parent a6d3c24 commit f69663e

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

changes/20260318111151.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: go-deadlock-0.3.8

utils/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
github.com/perimeterx/marshmallow v1.1.5
3434
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
3535
github.com/rs/zerolog v1.34.0
36-
github.com/sasha-s/go-deadlock v0.3.7
36+
github.com/sasha-s/go-deadlock v0.3.8
3737
github.com/shirou/gopsutil/v4 v4.26.2
3838
github.com/sirupsen/logrus v1.9.4
3939
github.com/spaolacci/murmur3 v1.1.0

utils/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ github.com/rs/zerolog v1.34.0 h1:k43nTLIwcTVQAncfCw4KZ2VY6ukYoZaBPNOE8txlOeY=
223223
github.com/rs/zerolog v1.34.0/go.mod h1:bJsvje4Z08ROH4Nhs5iH600c3IkWhwp44iRc54W6wYQ=
224224
github.com/sagikazarmark/locafero v0.11.0 h1:1iurJgmM9G3PA/I+wWYIOw/5SyBtxapeHDcg+AAIFXc=
225225
github.com/sagikazarmark/locafero v0.11.0/go.mod h1:nVIGvgyzw595SUSUE6tvCp3YYTeHs15MvlmU87WwIik=
226-
github.com/sasha-s/go-deadlock v0.3.7 h1:i3KnHMAptD/cZ8JmDXQnD44luuRbOn+CFeXGnLnf+YU=
227-
github.com/sasha-s/go-deadlock v0.3.7/go.mod h1:KuZj51ZFmx42q/mPaYbRk0P1xcwe697zsJKE03vD4/Y=
226+
github.com/sasha-s/go-deadlock v0.3.8 h1:9O9Lmb3eKnYAY3/81FV+rJTQZMi1XHbAGKC7L3UjZrY=
227+
github.com/sasha-s/go-deadlock v0.3.8/go.mod h1:KuZj51ZFmx42q/mPaYbRk0P1xcwe697zsJKE03vD4/Y=
228228
github.com/scjalliance/comshim v0.0.0-20190308082608-cf06d2532c4e h1:+/AzLkOdIXEPrAQtwAeWOBnPQ0BnYlBW0aCZmSb47u4=
229229
github.com/scjalliance/comshim v0.0.0-20190308082608-cf06d2532c4e/go.mod h1:9Tc1SKnfACJb9N7cw2eyuI6xzy845G7uZONBsi5uPEA=
230230
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8=

0 commit comments

Comments
 (0)