This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-swift.git
The following commit(s) were added to refs/heads/main by this push:
new a88b1d7 chore: bump github.com/apache/arrow-go/v18 from 18.5.2 to
18.6.0 in /data-generator/swift-datagen (#158)
a88b1d7 is described below
commit a88b1d7023315deb1e0340daf4c085b31c79f79a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 30 17:58:40 2026 +0900
chore: bump github.com/apache/arrow-go/v18 from 18.5.2 to 18.6.0 in
/data-generator/swift-datagen (#158)
Bumps
[github.com/apache/arrow-go/v18](https://github.com/apache/arrow-go)
from 18.5.2 to 18.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-go/releases">github.com/apache/arrow-go/v18's
releases</a>.</em></p>
<blockquote>
<h2>Apache Arrow Go 18.6.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(dev/post-website): improve email generation by <a
href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/685">apache/arrow-go#685</a></li>
<li>chore(fixup): silly mistake by <a
href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/686">apache/arrow-go#686</a></li>
<li>chore(dev/release): use release/KEYS instead of dev/KEYS by <a
href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/683">apache/arrow-go#683</a></li>
<li>chore: Bump github.com/pterm/pterm from 0.12.82 to 0.12.83 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/681">apache/arrow-go#681</a></li>
<li>chore: Bump actions/setup-go from 6.2.0 to 6.3.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/678">apache/arrow-go#678</a></li>
<li>chore: Bump github.com/substrait-io/substrait-go/v7 from 7.4.0 to
7.5.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/682">apache/arrow-go#682</a></li>
<li>chore: Bump actions/upload-artifact from 6.0.0 to 7.0.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/680">apache/arrow-go#680</a></li>
<li>chore: Bump actions/download-artifact from 7.0.0 to 8.0.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/679">apache/arrow-go#679</a></li>
<li>fix(arrow/flight/session): fix flaky race condition test by <a
href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/687">apache/arrow-go#687</a></li>
<li>feat(parquet/file): pre-allocate BinaryBuilder data buffer using
column chunk metadata to eliminate resize overhead by <a
href="https://github.com/junyan-ling"><code>@junyan-ling</code></a> in
<a
href="https://redirect.github.com/apache/arrow-go/pull/689">apache/arrow-go#689</a></li>
<li>fix(arrow-go/flightsql): route QueryContext through active
transaction by <a
href="https://github.com/wjywbs"><code>@wjywbs</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/692">apache/arrow-go#692</a></li>
<li>fix(parquet/file): use adaptive batch sizing to avoid panic by <a
href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/690">apache/arrow-go#690</a></li>
<li>fix: add nullability to struct type String() by <a
href="https://github.com/Willem-J-an"><code>@Willem-J-an</code></a> in
<a
href="https://redirect.github.com/apache/arrow-go/pull/700">apache/arrow-go#700</a></li>
<li>chore: Bump github.com/substrait-io/substrait-go/v7 from 7.5.0 to
7.5.1 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/698">apache/arrow-go#698</a></li>
<li>chore: Bump github.com/pierrec/lz4/v4 from 4.1.25 to 4.1.26 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/696">apache/arrow-go#696</a></li>
<li>chore: Bump docker/login-action from 3 to 4 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/695">apache/arrow-go#695</a></li>
<li>perf(arrow/compute): improve take kernel perf by <a
href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/702">apache/arrow-go#702</a></li>
<li>perf(arrow/array): pre-alloc bulk appends by <a
href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/699">apache/arrow-go#699</a></li>
<li>chore: Bump google.golang.org/grpc from 1.79.1 to 1.79.2 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/697">apache/arrow-go#697</a></li>
<li>perf(parquet): dictionary impl cleanup by <a
href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/701">apache/arrow-go#701</a></li>
<li>fix(parquet/pqarrow): fix Decimal256 sign extension by <a
href="https://github.com/dimakuz"><code>@dimakuz</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/711">apache/arrow-go#711</a></li>
<li>perf(parquet): remove string concatenation in hot debug assert by <a
href="https://github.com/starpact"><code>@starpact</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/708">apache/arrow-go#708</a></li>
<li>fix(avro): correctly set nullability for ListType by <a
href="https://github.com/Willem-J-an"><code>@Willem-J-an</code></a> in
<a
href="https://redirect.github.com/apache/arrow-go/pull/709">apache/arrow-go#709</a></li>
<li>perf(parquet/file): avoid double bool bitmap conversion by <a
href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/707">apache/arrow-go#707</a></li>
<li>fix(compute): fix data race and memory leak in concurrent is_in
kernel by <a
href="https://github.com/laskoviymishka"><code>@laskoviymishka</code></a>
in <a
href="https://redirect.github.com/apache/arrow-go/pull/712">apache/arrow-go#712</a></li>
<li>perf(parquet/compress): set zstd pool encoder concurrency to 1 by <a
href="https://github.com/dimakuz"><code>@dimakuz</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/717">apache/arrow-go#717</a></li>
<li>chore: Bump google.golang.org/grpc from 1.79.2 to 1.79.3 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/724">apache/arrow-go#724</a></li>
<li>perf(parquet): optimize stats and bloom filters for bool columns by
<a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in
<a
href="https://redirect.github.com/apache/arrow-go/pull/715">apache/arrow-go#715</a></li>
<li>chore: Bump actions/download-artifact from 8.0.0 to 8.0.1 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/718">apache/arrow-go#718</a></li>
<li>fix(parquet): strip repetition_type from root SchemaElement during
serialization by <a
href="https://github.com/hcrosse"><code>@hcrosse</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/723">apache/arrow-go#723</a></li>
<li>chore: Update CI with Go 1.25/1.26 by <a
href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/725">apache/arrow-go#725</a></li>
<li>chore: Bump modernc.org/sqlite from 1.46.1 to 1.46.2 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/720">apache/arrow-go#720</a></li>
<li>chore: Bump golang.org/x/sync from 0.19.0 to 0.20.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/694">apache/arrow-go#694</a></li>
<li>chore: Bump golang.org/x/tools from 0.42.0 to 0.43.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/719">apache/arrow-go#719</a></li>
<li>Test and fix for bug in selectMapimpl by <a
href="https://github.com/wwarner-inf"><code>@wwarner-inf</code></a> in
<a
href="https://redirect.github.com/apache/arrow-go/pull/726">apache/arrow-go#726</a></li>
<li>chore: pin docker/login-action for ASF allowlist by <a
href="https://github.com/lidavidm"><code>@lidavidm</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/729">apache/arrow-go#729</a></li>
<li>fix(parquet/pqarrow): return an error on pqarrow write calls if the
writer is already closed by <a
href="https://github.com/alexandre-normand"><code>@alexandre-normand</code></a>
in <a
href="https://redirect.github.com/apache/arrow-go/pull/728">apache/arrow-go#728</a></li>
<li>ci: fix mingw GO_VERSION by <a
href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/733">apache/arrow-go#733</a></li>
<li>ci: fix tinygo build with maphash by <a
href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/734">apache/arrow-go#734</a></li>
<li>perf(parquet/internal/encoding): vectorize amd64 bool unpack by <a
href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/735">apache/arrow-go#735</a></li>
<li>perf(parquet): eliminate per-value allocation in delta bit-pack
decoder by <a
href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/730">apache/arrow-go#730</a></li>
<li>fix(parquet): eagerly release adaptive bloom filter candidate
buffers + skip flaky flight tests in CI by <a
href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/743">apache/arrow-go#743</a></li>
<li>perf(parquet): vectorize ARM64 NEON bool unpacking for ~4x
throughput by <a
href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/731">apache/arrow-go#731</a></li>
<li>chore: Bump github.com/goccy/go-json from 0.10.5 to 0.10.6 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/741">apache/arrow-go#741</a></li>
<li>chore: Bump modernc.org/sqlite from 1.47.0 to 1.48.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/740">apache/arrow-go#740</a></li>
<li>chore: Bump github.com/substrait-io/substrait-go/v7 from 7.5.1 to
7.6.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/739">apache/arrow-go#739</a></li>
<li>chore: Bump github.com/klauspost/compress from 1.18.4 to 1.18.5 by
<a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/738">apache/arrow-go#738</a></li>
<li>chore: Bump actions/setup-go from 6.3.0 to 6.4.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/737">apache/arrow-go#737</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/arrow-go/commit/7d825c02571af354a3047d55e33aae95b08f975c"><code>7d825c0</code></a>
chore(arrow): bump to v18.6.0 (<a
href="https://redirect.github.com/apache/arrow-go/issues/778">#778</a>)</li>
<li><a
href="https://github.com/apache/arrow-go/commit/f63e2c65f9f0c0a76f4c0c0a30d67990ff645d00"><code>f63e2c6</code></a>
feat(arrow/array): Add new arreflect package (<a
href="https://redirect.github.com/apache/arrow-go/issues/771">#771</a>)</li>
<li><a
href="https://github.com/apache/arrow-go/commit/c5f0943277155a00439e082cbe3a44af84ea4f46"><code>c5f0943</code></a>
fix(parquet): clarify docstring on Close method of FileWriter, proper
err out...</li>
<li><a
href="https://github.com/apache/arrow-go/commit/be9ea463effb1e96ad1b922b3a1257ae3727ba30"><code>be9ea46</code></a>
chore: Bump modernc.org/sqlite from 1.48.2 to 1.49.1 (<a
href="https://redirect.github.com/apache/arrow-go/issues/775">#775</a>)</li>
<li><a
href="https://github.com/apache/arrow-go/commit/acd5a53586103f2395e357dfdbe337325cfa279c"><code>acd5a53</code></a>
chore: Bump github.com/substrait-io/substrait-go/v8 from 8.0.1 to 8.1.0
(<a
href="https://redirect.github.com/apache/arrow-go/issues/776">#776</a>)</li>
<li><a
href="https://github.com/apache/arrow-go/commit/a97bd0bf6fb1312121aa6969bd2efbbe9a54fffa"><code>a97bd0b</code></a>
fix(parquet/pqarrow): normalize the element name in the stored
ARROW:schema (...</li>
<li><a
href="https://github.com/apache/arrow-go/commit/65f1182a39997dd117aa19130640bd2455975862"><code>65f1182</code></a>
perf: optimize ARM64 NEON min/max assembly (<a
href="https://redirect.github.com/apache/arrow-go/issues/748">#748</a>)</li>
<li><a
href="https://github.com/apache/arrow-go/commit/e0df4f91b5d00f647eaffd875ef40ffe159f8838"><code>e0df4f9</code></a>
<code>UnsafeAppendBoolToBitmap</code> for dictionary and REE builders
(<a
href="https://redirect.github.com/apache/arrow-go/issues/758">#758</a>)</li>
<li><a
href="https://github.com/apache/arrow-go/commit/f8eb699372b69465e7f882f24abf8e05082239a0"><code>f8eb699</code></a>
feat(arrow/array): add Validate/ValidateFull to binary and string arrays
(<a
href="https://redirect.github.com/apache/arrow-go/issues/747">#747</a>)</li>
<li><a
href="https://github.com/apache/arrow-go/commit/073bb0629de937209a6141706232bccd832f18c4"><code>073bb06</code></a>
fix(arrow): formatting lint issue (<a
href="https://redirect.github.com/apache/arrow-go/issues/770">#770</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/arrow-go/compare/v18.5.2...v18.6.0">compare
view</a></li>
</ul>
</details>
<br />
[](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>
---
data-generator/swift-datagen/go.mod | 19 +++++-----------
data-generator/swift-datagen/go.sum | 44 ++++++++++---------------------------
2 files changed, 18 insertions(+), 45 deletions(-)
diff --git a/data-generator/swift-datagen/go.mod
b/data-generator/swift-datagen/go.mod
index 92ea7bc..6629ec3 100644
--- a/data-generator/swift-datagen/go.mod
+++ b/data-generator/swift-datagen/go.mod
@@ -16,24 +16,17 @@
module swift-datagen/main
-go 1.24.0
+go 1.25.0
-toolchain go1.24.1
-
-require github.com/apache/arrow-go/v18 v18.5.2
+require github.com/apache/arrow-go/v18 v18.6.0
require (
- github.com/goccy/go-json v0.10.5 // indirect
+ github.com/goccy/go-json v0.10.6 // indirect
github.com/google/flatbuffers v25.12.19+incompatible // indirect
- github.com/klauspost/compress v1.18.4 // indirect
+ github.com/klauspost/compress v1.18.5 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
- github.com/pierrec/lz4/v4 v4.1.25 // indirect
+ github.com/pierrec/lz4/v4 v4.1.26 // indirect
github.com/zeebo/xxh3 v1.1.0 // indirect
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
- golang.org/x/mod v0.33.0 // indirect
- golang.org/x/sync v0.19.0 // indirect
- golang.org/x/sys v0.41.0 // indirect
- golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4 // indirect
- golang.org/x/tools v0.42.0 // indirect
- golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
+ golang.org/x/sys v0.43.0 // indirect
)
diff --git a/data-generator/swift-datagen/go.sum
b/data-generator/swift-datagen/go.sum
index e5870b4..35c85e6 100644
--- a/data-generator/swift-datagen/go.sum
+++ b/data-generator/swift-datagen/go.sum
@@ -1,33 +1,23 @@
-github.com/andybalholm/brotli v1.2.0
h1:ukwgCxwYrmACq68yiUqwIWnGY0cTPox/M94sVwToPjQ=
-github.com/andybalholm/brotli v1.2.0/go.mod
h1:rzTDkvFWvIrjDXZHkuS16NPggd91W3kUSvPlQ1pLaKY=
-github.com/apache/arrow-go/v18 v18.5.2
h1:3uoHjoaEie5eVsxx/Bt64hKwZx4STb+beAkqKOlq/lY=
-github.com/apache/arrow-go/v18 v18.5.2/go.mod
h1:yNoizNTT4peTciJ7V01d2EgOkE1d0fQ1vZcFOsVtFsw=
+github.com/andybalholm/brotli v1.2.1
h1:R+f5xP285VArJDRgowrfb9DqL18yVK0gKAW/F+eTWro=
+github.com/andybalholm/brotli v1.2.1/go.mod
h1:rzTDkvFWvIrjDXZHkuS16NPggd91W3kUSvPlQ1pLaKY=
+github.com/apache/arrow-go/v18 v18.6.0
h1:GX/Jyd3R7mCLiECAwY9FWbbaYblie2WXBSz4Sw8fNpM=
+github.com/apache/arrow-go/v18 v18.6.0/go.mod
h1:gm3MiPpY82fLYK5VKPB3WoJbsiLVDfT7flD5/vHReKw=
github.com/apache/thrift v0.22.0
h1:r7mTJdj51TMDe6RtcmNdQxgn9XcyfGDOzegMDRg47uc=
github.com/apache/thrift v0.22.0/go.mod
h1:1e7J/O1Ae6ZQMTYdy9xa3w9k+XHWPfRvdPyJeynQ+/g=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod
h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
-github.com/goccy/go-json v0.10.5
h1:Fq85nIqj+gXn/S5ahsiTlK3TmC85qgirsdTP/+DeaC4=
-github.com/goccy/go-json v0.10.5/go.mod
h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
-github.com/golang/snappy v1.0.0 h1:Oy607GVXHs7RtbggtPBnr2RmDArIsAefDwvrdWvRhGs=
-github.com/golang/snappy v1.0.0/go.mod
h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
+github.com/goccy/go-json v0.10.6
h1:p8HrPJzOakx/mn/bQtjgNjdTcN+/S6FcG2CTtQOrHVU=
+github.com/goccy/go-json v0.10.6/go.mod
h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
github.com/google/flatbuffers v25.12.19+incompatible
h1:haMV2JRRJCe1998HeW/p0X9UaMTK6SDo0ffLn2+DbLs=
github.com/google/flatbuffers v25.12.19+incompatible/go.mod
h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=
-github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
-github.com/google/go-cmp v0.6.0/go.mod
h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod
h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
-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.18.4
h1:RPhnKRAQ4Fh8zU2FY/6ZFDwTVTxgJ/EMydqSTzE9a2c=
-github.com/klauspost/compress v1.18.4/go.mod
h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
+github.com/klauspost/compress v1.18.5
h1:/h1gH5Ce+VWNLSWqPzOVn6XBO+vJbCNGvjoaGBFW2IE=
+github.com/klauspost/compress v1.18.5/go.mod
h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
github.com/klauspost/cpuid/v2 v2.3.0
h1:S4CRMLnYUhGeDFDqkGriYKdfoFlDnMtqTiI/sFzhA9Y=
github.com/klauspost/cpuid/v2 v2.3.0/go.mod
h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0=
-github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8
h1:AMFGa4R4MiIpspGNG7Z948v4n35fFGB3RR3G/ry4FWs=
-github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8/go.mod
h1:mC1jAcsrzbxHt8iiaC+zU4b1ylILSosueou12R++wfY=
-github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3
h1:+n/aFZefKZp7spd8DFdX7uMikMLXX4oubIzJF4kv/wI=
-github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3/go.mod
h1:RagcQ7I8IeTMnF8JTXieKnO4Z6JCsikNEzj0DwauVzE=
-github.com/pierrec/lz4/v4 v4.1.25
h1:kocOqRffaIbU5djlIBr7Wh+cx82C0vtFb0fOurZHqD0=
-github.com/pierrec/lz4/v4 v4.1.25/go.mod
h1:EoQMVJgeeEOMsCqCzqFm2O0cJvljX2nGZjcRIPL34O4=
+github.com/pierrec/lz4/v4 v4.1.26
h1:GrpZw1gZttORinvzBdXPUXATeqlJjqUG/D87TKMnhjY=
+github.com/pierrec/lz4/v4 v4.1.26/go.mod
h1:EoQMVJgeeEOMsCqCzqFm2O0cJvljX2nGZjcRIPL34O4=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod
h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/testify v1.11.1
h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
@@ -38,18 +28,8 @@ github.com/zeebo/xxh3 v1.1.0
h1:s7DLGDK45Dyfg7++yxI0khrfwq9661w9EN78eP/UZVs=
github.com/zeebo/xxh3 v1.1.0/go.mod
h1:IisAie1LELR4xhVinxWS5+zf1lA4p0MW4T+w+W07F5s=
golang.org/x/exp v0.0.0-20260112195511-716be5621a96
h1:Z/6YuSHTLOHfNFdb8zVZomZr7cqNgTJvA8+Qz75D8gU=
golang.org/x/exp v0.0.0-20260112195511-716be5621a96/go.mod
h1:nzimsREAkjBCIEFtHiYkrJyT+2uy9YZJB7H1k68CXZU=
-golang.org/x/mod v0.33.0 h1:tHFzIWbBifEmbwtGz65eaWyGiGZatSrT9prnU8DbVL8=
-golang.org/x/mod v0.33.0/go.mod h1:swjeQEj+6r7fODbD2cqrnje9PnziFuw4bmLbBZFrQ5w=
-golang.org/x/sync v0.19.0 h1:vV+1eWNmZ5geRlYjzm2adRgW2/mcpevXNg50YZtPCE4=
-golang.org/x/sync v0.19.0/go.mod
h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
-golang.org/x/sys v0.41.0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k=
-golang.org/x/sys v0.41.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
-golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4
h1:bTLqdHv7xrGlFbvf5/TXNxy/iUwwdkjhqQTJDjW7aj0=
-golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4/go.mod
h1:g5NllXBEermZrmR51cJDQxmJUHUOfRAaNyWBM+R+548=
-golang.org/x/tools v0.42.0 h1:uNgphsn75Tdz5Ji2q36v/nsFSfR/9BRFvqhGBaJGd5k=
-golang.org/x/tools v0.42.0/go.mod
h1:Ma6lCIwGZvHK6XtgbswSoWroEkhugApmsXyrUmBhfr0=
-golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
h1:noIWHXmPHxILtqtCOPIhSt0ABwskkZKjD3bXGnZGpNY=
-golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da/go.mod
h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90=
+golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI=
+golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
gonum.org/v1/gonum v0.17.0 h1:VbpOemQlsSMrYmn7T2OUvQ4dqxQXU+ouZFQsZOx50z4=
gonum.org/v1/gonum v0.17.0/go.mod
h1:El3tOrEuMpv2UdMrbNlKEh9vd86bmQ6vqIcDwxEOc1E=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=