This is an automated email from the ASF dual-hosted git repository.

zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git


The following commit(s) were added to refs/heads/main by this push:
     new a67b5270 chore: Bump github.com/klauspost/compress from 1.19.2 to 
1.20.0 (#1294)
a67b5270 is described below

commit a67b527089160664b334bd10d5c3a3da987894d2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 8 12:22:17 2026 -0400

    chore: Bump github.com/klauspost/compress from 1.19.2 to 1.20.0 (#1294)
    
    Bumps
    [github.com/klauspost/compress](https://github.com/klauspost/compress)
    from 1.19.2 to 1.20.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    
href="https://github.com/klauspost/compress/releases";>github.com/klauspost/compress's
    releases</a>.</em></p>
    <blockquote>
    <h2>v1.20.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Add lzw reader/writer by <a
    href="https://github.com/klauspost";><code>@​klauspost</code></a> in <a
    
href="https://redirect.github.com/klauspost/compress/pull/1189";>klauspost/compress#1189</a></li>
    <li>xpress: add Microsoft XPRESS (MS-XCA) decompression by <a
    href="https://github.com/MP-GOWTHAM";><code>@​MP-GOWTHAM</code></a> in <a
    
href="https://redirect.github.com/klauspost/compress/pull/1195";>klauspost/compress#1195</a></li>
    <li>s2: arm64 assembly encoders, lowered from the amd64 avo program by
    <a href="https://github.com/lizthegrey";><code>@​lizthegrey</code></a> in
    <a
    
href="https://redirect.github.com/klauspost/compress/pull/1187";>klauspost/compress#1187</a></li>
    <li>zstd, huff0: improved arm64 lowering, and narrow two table loads to
    MOVWQZX by <a
    href="https://github.com/lizthegrey";><code>@​lizthegrey</code></a> in <a
    
href="https://redirect.github.com/klauspost/compress/pull/1175";>klauspost/compress#1175</a></li>
    <li>gzhttp: limit jitter hash to jitterBuffer bytes by <a
    href="https://github.com/VedantMadane";><code>@​VedantMadane</code></a>
    in <a
    
href="https://redirect.github.com/klauspost/compress/pull/1192";>klauspost/compress#1192</a></li>
    <li>s2: clamp the Go EncodeBetter skip to match the assembly by <a
    href="https://github.com/lizthegrey";><code>@​lizthegrey</code></a> in <a
    
href="https://redirect.github.com/klauspost/compress/pull/1190";>klauspost/compress#1190</a></li>
    <li>xxhash: bound input of non-preemptive assembly by <a
    href="https://github.com/AskAlexSharov";><code>@​AskAlexSharov</code></a>
    in <a
    
href="https://redirect.github.com/klauspost/compress/pull/1196";>klauspost/compress#1196</a></li>
    <li>zstd/huff0: fold two ISA-gap x86 idioms in the avo arm64 lowering by
    <a href="https://github.com/lizthegrey";><code>@​lizthegrey</code></a> in
    <a
    
href="https://redirect.github.com/klauspost/compress/pull/1199";>klauspost/compress#1199</a></li>
    <li>ci: test against go1.27.x, drop go1.24.x by <a
    href="https://github.com/lizthegrey";><code>@​lizthegrey</code></a> in <a
    
href="https://redirect.github.com/klauspost/compress/pull/1198";>klauspost/compress#1198</a></li>
    <li>zstd/huff0: break false partial-register dependencies in seqdec/4X
    decoders by <a
    href="https://github.com/lizthegrey";><code>@​lizthegrey</code></a> in <a
    
href="https://redirect.github.com/klauspost/compress/pull/1197";>klauspost/compress#1197</a></li>
    <li>flate: Writer L7-9 with dictionary can emit the dictionary to stream
    by <a href="https://github.com/klauspost";><code>@​klauspost</code></a>
    in <a
    
href="https://redirect.github.com/klauspost/compress/pull/1201";>klauspost/compress#1201</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a
    href="https://github.com/VedantMadane";><code>@​VedantMadane</code></a>
    made their first contribution in <a
    
href="https://redirect.github.com/klauspost/compress/pull/1192";>klauspost/compress#1192</a></li>
    <li><a
    href="https://github.com/AskAlexSharov";><code>@​AskAlexSharov</code></a>
    made their first contribution in <a
    
href="https://redirect.github.com/klauspost/compress/pull/1196";>klauspost/compress#1196</a></li>
    <li><a
    href="https://github.com/MP-GOWTHAM";><code>@​MP-GOWTHAM</code></a> made
    their first contribution in <a
    
href="https://redirect.github.com/klauspost/compress/pull/1195";>klauspost/compress#1195</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/klauspost/compress/compare/v1.19.2...v1.20.0";>https://github.com/klauspost/compress/compare/v1.19.2...v1.20.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/klauspost/compress/commit/9d8ccb1d9567304420eb55a88b6f63a2067a8da4";><code>9d8ccb1</code></a>
    flate: Writer with a preset dictionary emits the dictionary into the
    output s...</li>
    <li><a
    
href="https://github.com/klauspost/compress/commit/f93f23a4bd5434ab55872aff9717f769398fa59e";><code>f93f23a</code></a>
    build(deps): bump the github-actions group with 6 updates (<a
    
href="https://redirect.github.com/klauspost/compress/issues/1200";>#1200</a>)</li>
    <li><a
    
href="https://github.com/klauspost/compress/commit/42f9d969024a20735148e3577d4b602ed4d0590a";><code>42f9d96</code></a>
    xpress: add Microsoft XPRESS (MS-XCA) decompression (<a
    
href="https://redirect.github.com/klauspost/compress/issues/1195";>#1195</a>)</li>
    <li><a
    
href="https://github.com/klauspost/compress/commit/629c2ea148ae6ddbd3b70bc1e35076aaf94b7143";><code>629c2ea</code></a>
    zstd/huff0: break false partial-register dependencies in seqdec/4X
    decoders (...</li>
    <li><a
    
href="https://github.com/klauspost/compress/commit/ba74977eb2c7002604765bf9c7f3c8a497224d60";><code>ba74977</code></a>
    ci: test against go1.27.x, drop go1.24.x (<a
    
href="https://redirect.github.com/klauspost/compress/issues/1198";>#1198</a>)</li>
    <li><a
    
href="https://github.com/klauspost/compress/commit/f5c1529bc7838087176f39eb85e2495f5292606d";><code>f5c1529</code></a>
    zstd/huff0: pin avo peephole folds, regenerate arm64 (<a
    
href="https://redirect.github.com/klauspost/compress/issues/1199";>#1199</a>)</li>
    <li><a
    
href="https://github.com/klauspost/compress/commit/73508b25f222ed50fad2ff7540c059f893781c30";><code>73508b2</code></a>
    s2: arm64 assembly encoders, lowered from the amd64 avo program (<a
    
href="https://redirect.github.com/klauspost/compress/issues/1187";>#1187</a>)</li>
    <li><a
    
href="https://github.com/klauspost/compress/commit/0e43f04adae8400cdaf545242467c9910ce9a513";><code>0e43f04</code></a>
    xxhash: bound input of non-preemptive assembly (<a
    
href="https://redirect.github.com/klauspost/compress/issues/1196";>#1196</a>)</li>
    <li><a
    
href="https://github.com/klauspost/compress/commit/4005c155a2670b665ddc52205b6e9dacb43cf651";><code>4005c15</code></a>
    s2: clamp the Go EncodeBetter skip to match the assembly (<a
    
href="https://redirect.github.com/klauspost/compress/issues/1190";>#1190</a>)</li>
    <li><a
    
href="https://github.com/klauspost/compress/commit/dd6de45e8beb8833684fbafb4ecd06b0062dafa6";><code>dd6de45</code></a>
    gzhttp: limit jitter hash to jitterBuffer bytes (<a
    
href="https://redirect.github.com/klauspost/compress/issues/1192";>#1192</a>)</li>
    <li>Additional commits viewable in <a
    
href="https://github.com/klauspost/compress/compare/v1.19.2...v1.20.0";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/klauspost/compress&package-manager=go_modules&previous-version=1.19.2&new-version=1.20.0)](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 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>
---
 go.mod | 2 +-
 go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/go.mod b/go.mod
index 5b5c229b..5cf4d56b 100644
--- a/go.mod
+++ b/go.mod
@@ -34,7 +34,7 @@ require (
        github.com/google/flatbuffers v25.12.19+incompatible
        github.com/google/uuid v1.6.0
        github.com/hamba/avro/v2 v2.31.0
-       github.com/klauspost/compress v1.19.2
+       github.com/klauspost/compress v1.20.0
        github.com/klauspost/cpuid/v2 v2.4.0
        github.com/pierrec/lz4/v4 v4.1.29
        github.com/pterm/pterm v0.12.83
diff --git a/go.sum b/go.sum
index 3e1653e8..e41254b0 100644
--- a/go.sum
+++ b/go.sum
@@ -76,8 +76,8 @@ github.com/json-iterator/go v1.1.12 
h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnr
 github.com/json-iterator/go v1.1.12/go.mod 
h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
 github.com/klauspost/asmfmt v1.3.2 
h1:4Ri7ox3EwapiOjCki+hw14RyKk201CN4rzyCJRFLpK4=
 github.com/klauspost/asmfmt v1.3.2/go.mod 
h1:AG8TuvYojzulgDAMCnYn50l/5QV3Bs/tp6j0HLHbNSE=
-github.com/klauspost/compress v1.19.2 
h1:hMRETovs/pu/dVWN7zIT1PGG8t509MwT6bO7XSi26R8=
-github.com/klauspost/compress v1.19.2/go.mod 
h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
+github.com/klauspost/compress v1.20.0 
h1:a3C1ke2ohxFymNlb2HWAHjDeKCI90scRskErZkR0ezA=
+github.com/klauspost/compress v1.20.0/go.mod 
h1:LUdAzn7YLVvxLpc7y3V1m40wESHTgc1422pwwBSKYuI=
 github.com/klauspost/cpuid/v2 v2.0.9/go.mod 
h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
 github.com/klauspost/cpuid/v2 v2.0.10/go.mod 
h1:g2LTdtYhdyuGPqyWyv7qRAmj1WBqxuObKfj5c0PQa7c=
 github.com/klauspost/cpuid/v2 v2.0.12/go.mod 
h1:g2LTdtYhdyuGPqyWyv7qRAmj1WBqxuObKfj5c0PQa7c=

Reply via email to