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 970b6cb chore: bump github.com/apache/arrow-go/v18 from 18.6.0 to
18.7.0 in /CDataWGo (#173)
970b6cb is described below
commit 970b6cb9f5cff06f5a8041d2286016185a42e017
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 23 10:55:43 2026 +0900
chore: bump github.com/apache/arrow-go/v18 from 18.6.0 to 18.7.0 in
/CDataWGo (#173)
Bumps
[github.com/apache/arrow-go/v18](https://github.com/apache/arrow-go)
from 18.6.0 to 18.7.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 v18.7.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(release): keys download by <a
href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/781">apache/arrow-go#781</a></li>
<li>parquet/compress: enable WithAllLitEntropyCompression(true) for zstd
by <a href="https://github.com/varun0630"><code>@varun0630</code></a>
in <a
href="https://redirect.github.com/apache/arrow-go/pull/779">apache/arrow-go#779</a></li>
<li>release: fix syntax error in verify_rc.sh by <a
href="https://github.com/amoeba"><code>@amoeba</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/782">apache/arrow-go#782</a></li>
<li>chore: Bump modernc.org/sqlite from 1.49.1 to 1.50.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/783">apache/arrow-go#783</a></li>
<li>fix(parquet): align dictionary fallback with parquet-mr by <a
href="https://github.com/twuebi"><code>@twuebi</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/786">apache/arrow-go#786</a></li>
<li>fix(arrow/cdata): make nativeCRecordBatchReader deterministic by <a
href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/793">apache/arrow-go#793</a></li>
<li>fix(compute/kernels): map FSB byte-width to numeric memo type for
is_in by <a href="https://github.com/SAY-5"><code>@SAY-5</code></a> in
<a
href="https://redirect.github.com/apache/arrow-go/pull/797">apache/arrow-go#797</a></li>
<li>chore: Bump google.golang.org/grpc from 1.80.0 to 1.81.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/798">apache/arrow-go#798</a></li>
<li>chore: Bump github.com/klauspost/compress from 1.18.5 to 1.18.6 by
<a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/799">apache/arrow-go#799</a></li>
<li>fix(arrow/flight): deliver response headers eagerly in streaming
client middleware by <a
href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/801">apache/arrow-go#801</a></li>
<li>chore: Bump golang.org/x/sys from 0.43.0 to 0.44.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/810">apache/arrow-go#810</a></li>
<li>chore: Bump modernc.org/sqlite from 1.50.0 to 1.50.1 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/811">apache/arrow-go#811</a></li>
<li>fix(ipc): preserve map child field metadata by <a
href="https://github.com/dimakuz"><code>@dimakuz</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/809">apache/arrow-go#809</a></li>
<li>fix(avro): error on complex (non-nullable) unions instead of
silently dropping (<a
href="https://redirect.github.com/apache/arrow-go/issues/777">#777</a>)
by <a href="https://github.com/SAY-5"><code>@SAY-5</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/808">apache/arrow-go#808</a></li>
<li>fix(parquet/metadata): do not pre-set hasDistinctCount in stat
factories by <a href="https://github.com/SAY-5"><code>@SAY-5</code></a>
in <a
href="https://redirect.github.com/apache/arrow-go/pull/807">apache/arrow-go#807</a></li>
<li>feat(compute): support casts between binary/string and
binary_view/string_view by <a
href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/802">apache/arrow-go#802</a></li>
<li>fix(arrow/array): preserve large integer precision in JSON decoding
by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a>
in <a
href="https://redirect.github.com/apache/arrow-go/pull/816">apache/arrow-go#816</a></li>
<li>feat(arrow/array): add Resize method to RecordBuilder by <a
href="https://github.com/oakad"><code>@oakad</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/805">apache/arrow-go#805</a></li>
<li>chore: Bump google.golang.org/grpc from 1.81.0 to 1.81.1 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/818">apache/arrow-go#818</a></li>
<li>chore: Bump github.com/substrait-io/substrait-go/v8 from 8.1.0 to
8.1.1 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/819">apache/arrow-go#819</a></li>
<li>perf(parquet/pqarrow): cap RecordReader batch size to actual row
count by <a href="https://github.com/paveon"><code>@paveon</code></a>
in <a
href="https://redirect.github.com/apache/arrow-go/pull/817">apache/arrow-go#817</a></li>
<li>docs(parquet): correct DefaultDataPageSize comment from 1K to 1M by
<a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in
<a
href="https://redirect.github.com/apache/arrow-go/pull/822">apache/arrow-go#822</a></li>
<li>fix(arrow/array): silence copylocks warning in numeric_generic.go by
<a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in
<a
href="https://redirect.github.com/apache/arrow-go/pull/823">apache/arrow-go#823</a></li>
<li>feat(arrow/compute/exprs): support expr.IntervalYearToMonthLiteral
in literalToDatum by <a
href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/825">apache/arrow-go#825</a></li>
<li>chore: Bump golang.org/x/sys from 0.44.0 to 0.45.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/829">apache/arrow-go#829</a></li>
<li>chore: Bump docker/login-action from 4.1.0 to 4.2.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/828">apache/arrow-go#828</a></li>
<li>fix(parquet): return error instead of panicking on first-write
failure by <a
href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/824">apache/arrow-go#824</a></li>
<li>[Parquet] Add SIMD-accelerated byte-stream-split decoding by <a
href="https://github.com/daniel-adam-tfs"><code>@daniel-adam-tfs</code></a>
in <a
href="https://redirect.github.com/apache/arrow-go/pull/654">apache/arrow-go#654</a></li>
<li>perf(parquet/metadata): avoid constructing ColumnChunkMetaData in
page index range determination by <a
href="https://github.com/paveon"><code>@paveon</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/831">apache/arrow-go#831</a></li>
<li>chore: Bump modernc.org/sqlite from 1.50.1 to 1.51.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/837">apache/arrow-go#837</a></li>
<li>chore: Bump github.com/pierrec/lz4/v4 from 4.1.26 to 4.1.27 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/836">apache/arrow-go#836</a></li>
<li>chore: Bump actions/checkout from 6.0.2 to 6.0.3 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/835">apache/arrow-go#835</a></li>
<li>feat: filter and take for dictionary arrays by <a
href="https://github.com/lesam"><code>@lesam</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/716">apache/arrow-go#716</a></li>
<li>fix(arrow/array): adding string boundary checking for
(*String).Value by <a
href="https://github.com/happydave1"><code>@happydave1</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/844">apache/arrow-go#844</a></li>
<li>fix(parquet/variant): correct binary search bounds in
ObjectValue.ValueByKey by <a
href="https://github.com/qzyu999"><code>@qzyu999</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/841">apache/arrow-go#841</a></li>
<li>fix(parquet/variant): correct is_large bit position in valueSize for
arrays by <a
href="https://github.com/qzyu999"><code>@qzyu999</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/840">apache/arrow-go#840</a></li>
<li>feat(avro): support local-timestamp logical types by <a
href="https://github.com/abir-eon"><code>@abir-eon</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/832">apache/arrow-go#832</a></li>
<li>chore: Bump modernc.org/sqlite from 1.51.0 to 1.52.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/845">apache/arrow-go#845</a></li>
<li>chore: Bump golang.org/x/sys from 0.45.0 to 0.46.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/846">apache/arrow-go#846</a></li>
<li>fix(avro): append raw bytes by <a
href="https://github.com/matan129"><code>@matan129</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/850">apache/arrow-go#850</a></li>
<li>fix(arrow/array): use scale-aware ValueStr in decimal array String()
by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a>
in <a
href="https://redirect.github.com/apache/arrow-go/pull/849">apache/arrow-go#849</a></li>
<li>feat(parquet/pqarrow): support writing LARGE_LIST types by <a
href="https://github.com/lidavidm"><code>@lidavidm</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/838">apache/arrow-go#838</a></li>
<li>chore: Bump golang.org/x/sync from 0.20.0 to 0.21.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/apache/arrow-go/pull/847">apache/arrow-go#847</a></li>
<li>fix(arrow/scalar): implement Release()/Retain() on *scalar.Extension
by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a>
in <a
href="https://redirect.github.com/apache/arrow-go/pull/851">apache/arrow-go#851</a></li>
<li>docs(arrow/ipc): document that Writer and FileWriter are not
concurrency safe by <a
href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/856">apache/arrow-go#856</a></li>
<li>fix(parquet): add WriteBatchSpacedWithError to surface spaced-write
failures by <a
href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a
href="https://redirect.github.com/apache/arrow-go/pull/852">apache/arrow-go#852</a></li>
<li>ci: pin Go to go.mod in RC verify so the matching toolchain is used
by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a>
in <a
href="https://redirect.github.com/apache/arrow-go/pull/857">apache/arrow-go#857</a></li>
<li>chore: Bump actions/checkout from 6.0.3 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/860">apache/arrow-go#860</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/0716bc64bc48e7322fcae137e14cf74cd94747fe"><code>0716bc6</code></a>
chore: bump version number (<a
href="https://redirect.github.com/apache/arrow-go/issues/959">#959</a>)</li>
<li><a
href="https://github.com/apache/arrow-go/commit/c9791ae4041f3b06bda6bb893baa3382474048cd"><code>c9791ae</code></a>
Add <code>TimestampWithOffset</code> canonical extension type (<a
href="https://redirect.github.com/apache/arrow-go/issues/558">#558</a>)</li>
<li><a
href="https://github.com/apache/arrow-go/commit/621a4ed1efb013b48dca30eecfaf4490178f9022"><code>621a4ed</code></a>
fix(array): validate map builder entry lengths (<a
href="https://redirect.github.com/apache/arrow-go/issues/957">#957</a>)</li>
<li><a
href="https://github.com/apache/arrow-go/commit/ad2fe2b481177d70d9fec687d766ab1fe17731d3"><code>ad2fe2b</code></a>
fix(compute): release temporary arrays in binary view casts (<a
href="https://redirect.github.com/apache/arrow-go/issues/898">#898</a>)</li>
<li><a
href="https://github.com/apache/arrow-go/commit/8a09b917bcb4f76153259c1ce0ef39a947f4aaf3"><code>8a09b91</code></a>
fix(array): avoid allocating for ReserveData(0) (<a
href="https://redirect.github.com/apache/arrow-go/issues/895">#895</a>)</li>
<li><a
href="https://github.com/apache/arrow-go/commit/76109bec77e36523479c283c44f06e3abf5d77b6"><code>76109be</code></a>
fix(compute): handle comparison output offsets (<a
href="https://redirect.github.com/apache/arrow-go/issues/956">#956</a>)</li>
<li><a
href="https://github.com/apache/arrow-go/commit/1476769ecda35b4527f2d8f1adc276257a9f19f4"><code>1476769</code></a>
fix(parquet): reject truncated bit-packed batches (<a
href="https://redirect.github.com/apache/arrow-go/issues/943">#943</a>)</li>
<li><a
href="https://github.com/apache/arrow-go/commit/f228f0a8042a9af5149a4e0e9e5a2df8cc685bd7"><code>f228f0a</code></a>
fix(ipc): validate message framing bounds (<a
href="https://redirect.github.com/apache/arrow-go/issues/955">#955</a>)</li>
<li><a
href="https://github.com/apache/arrow-go/commit/936ca0b87637a90d4e6fdd30031ac0cab2054b0a"><code>936ca0b</code></a>
fix(arrow): validate timestamp timezones (<a
href="https://redirect.github.com/apache/arrow-go/issues/952">#952</a>)</li>
<li><a
href="https://github.com/apache/arrow-go/commit/6e39220357d602687fc6398d9c04f49cb0615982"><code>6e39220</code></a>
fix(parquet): handle short input in GetBatchBools (<a
href="https://redirect.github.com/apache/arrow-go/issues/946">#946</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/arrow-go/compare/v18.6.0...v18.7.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>
---
CDataWGo/go.mod | 10 +++++-----
CDataWGo/go.sum | 28 ++++++++++++++--------------
2 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/CDataWGo/go.mod b/CDataWGo/go.mod
index dc751c9..5c1d6eb 100644
--- a/CDataWGo/go.mod
+++ b/CDataWGo/go.mod
@@ -18,15 +18,15 @@ module go-swift
go 1.25.0
-require github.com/apache/arrow-go/v18 v18.6.0
+require github.com/apache/arrow-go/v18 v18.7.0
require (
github.com/goccy/go-json v0.10.6 // indirect
github.com/google/flatbuffers v25.12.19+incompatible // 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.26 // indirect
+ github.com/klauspost/compress v1.19.0 // indirect
+ github.com/klauspost/cpuid/v2 v2.4.0 // indirect
+ github.com/pierrec/lz4/v4 v4.1.27 // indirect
github.com/zeebo/xxh3 v1.1.0 // indirect
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
- golang.org/x/sys v0.43.0 // indirect
+ golang.org/x/sys v0.47.0 // indirect
)
diff --git a/CDataWGo/go.sum b/CDataWGo/go.sum
index 35c85e6..65f5fda 100644
--- a/CDataWGo/go.sum
+++ b/CDataWGo/go.sum
@@ -1,9 +1,9 @@
-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/andybalholm/brotli v1.2.2
h1:HzTuoo2ErYQqf5qvcJInB8uvqSVxRttzkFexPWtnceM=
+github.com/andybalholm/brotli v1.2.2/go.mod
h1:rzTDkvFWvIrjDXZHkuS16NPggd91W3kUSvPlQ1pLaKY=
+github.com/apache/arrow-go/v18 v18.7.0
h1:Vw/i+cJyebUofT7JlqFpe65LrmwxULn166jjwStM4HY=
+github.com/apache/arrow-go/v18 v18.7.0/go.mod
h1:PM6IigLJkdMwIpeHXnymo+xZ52f42a9EYiLtRel4p/A=
+github.com/apache/thrift v0.24.0
h1:zy31L1a49QTNB2bG1BBfMXol3yJrTH975G3pPubQVLQ=
+github.com/apache/thrift v0.24.0/go.mod
h1:zPt6WxgvTOM6hF92y8C+MkEM5LMxZuk4JcQOiU4Esvs=
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.6
h1:p8HrPJzOakx/mn/bQtjgNjdTcN+/S6FcG2CTtQOrHVU=
@@ -12,12 +12,12 @@ github.com/google/flatbuffers v25.12.19+incompatible
h1:haMV2JRRJCe1998HeW/p0X9U
github.com/google/flatbuffers v25.12.19+incompatible/go.mod
h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=
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/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/pierrec/lz4/v4 v4.1.26
h1:GrpZw1gZttORinvzBdXPUXATeqlJjqUG/D87TKMnhjY=
-github.com/pierrec/lz4/v4 v4.1.26/go.mod
h1:EoQMVJgeeEOMsCqCzqFm2O0cJvljX2nGZjcRIPL34O4=
+github.com/klauspost/compress v1.19.0
h1:sXLILfc9jV2QYWkzFOPWStmcUVH2RHEB1JCdY2oVvCQ=
+github.com/klauspost/compress v1.19.0/go.mod
h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
+github.com/klauspost/cpuid/v2 v2.4.0
h1:S6Hrbc7+ywsr0r+RLapfGBHfyefhCTwEh3A0tV913Dw=
+github.com/klauspost/cpuid/v2 v2.4.0/go.mod
h1:19jmZ9mjzoF//ddRSUsv0zfBTJWh3QJh9FNxZTMrGxU=
+github.com/pierrec/lz4/v4 v4.1.27
h1:+PhzhWDrjRj89TH2sw43nE3+4+W8lSxIuQadEHZyjUk=
+github.com/pierrec/lz4/v4 v4.1.27/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=
@@ -28,8 +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/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI=
-golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
+golang.org/x/sys v0.47.0 h1:o7XGOvZQCADBQQ4Y7VNq2dRWQR7JmOUW8Kxx4ZsNgWs=
+golang.org/x/sys v0.47.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=