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 37372da  chore: bump github.com/apache/arrow-go/v18 from 18.4.1 to 
18.5.0 in /CDataWGo (#122)
37372da is described below

commit 37372dacbeb493c3127f5c9aff42299f026dc6e7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 16 09:55:42 2025 +0900

    chore: bump github.com/apache/arrow-go/v18 from 18.4.1 to 18.5.0 in 
/CDataWGo (#122)
    
    Bumps
    [github.com/apache/arrow-go/v18](https://github.com/apache/arrow-go)
    from 18.4.1 to 18.5.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>v18.5.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>fix(parquet/pqarrow): Fix null_count column stats by <a
    
href="https://github.com/MasslessParticle";><code>@​MasslessParticle</code></a>
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/489";>apache/arrow-go#489</a></li>
    <li>chore: Use apache/arrow-dotnet for integration test by <a
    href="https://github.com/kou";><code>@​kou</code></a> in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/495";>apache/arrow-go#495</a></li>
    <li>feat(parquet): utilize memory allocator in
    <code>serializedPageReader</code> by <a
    href="https://github.com/joechenrh";><code>@​joechenrh</code></a> in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/485";>apache/arrow-go#485</a></li>
    <li>chore: Bump actions/setup-python from 5.6.0 to 6.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/501";>apache/arrow-go#501</a></li>
    <li>chore: Bump actions/github-script from 7.0.1 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/502";>apache/arrow-go#502</a></li>
    <li>chore: Automate GitHub Releases creation and site redirect by <a
    href="https://github.com/kou";><code>@​kou</code></a> in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/497";>apache/arrow-go#497</a></li>
    <li>chore: Bump actions/setup-go from 5 to 6 by <a
    href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot]
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/500";>apache/arrow-go#500</a></li>
    <li>chore: Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by <a
    href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot]
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/488";>apache/arrow-go#488</a></li>
    <li>use xnor for boolean equals function by <a
    href="https://github.com/Dhruvit96";><code>@​Dhruvit96</code></a> in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/505";>apache/arrow-go#505</a></li>
    <li>chore: Bump golang.org/x/sync from 0.16.0 to 0.17.0 by <a
    href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot]
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/498";>apache/arrow-go#498</a></li>
    <li>chore: Bump golang.org/x/sys from 0.35.0 to 0.36.0 by <a
    href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot]
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/499";>apache/arrow-go#499</a></li>
    <li>chore: Bump golang.org/x/tools from 0.36.0 to 0.37.0 by <a
    href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot]
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/507";>apache/arrow-go#507</a></li>
    <li>chore(ci): fix verify_rc finding latest go by <a
    href="https://github.com/zeroshade";><code>@​zeroshade</code></a> in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/512";>apache/arrow-go#512</a></li>
    <li>feat: Add support for specifying <code>Timestamp</code>
    <code>ValueStr</code> output layout by <a
    href="https://github.com/erezrokah";><code>@​erezrokah</code></a> in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/510";>apache/arrow-go#510</a></li>
    <li>fix(arrow/cdata): Avoid calling unsafe.Slice on zero-length pointers
    by <a href="https://github.com/orlp";><code>@​orlp</code></a> in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/513";>apache/arrow-go#513</a></li>
    <li>chore: Bump google.golang.org/grpc from 1.75.0 to 1.75.1 by <a
    href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot]
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/514";>apache/arrow-go#514</a></li>
    <li>fix(arrow/compute): fix scalar comparison panic by <a
    href="https://github.com/zeroshade";><code>@​zeroshade</code></a> in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/518";>apache/arrow-go#518</a></li>
    <li>fix(arrow/array): fix panic in dictionary builders by <a
    href="https://github.com/zeroshade";><code>@​zeroshade</code></a> in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/517";>apache/arrow-go#517</a></li>
    <li>chore: Bump github.com/hamba/avro/v2 from 2.29.0 to 2.30.0 by <a
    href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot]
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/508";>apache/arrow-go#508</a></li>
    <li>chore: Bump google.golang.org/protobuf from 1.36.8 to 1.36.9 by <a
    href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot]
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/515";>apache/arrow-go#515</a></li>
    <li>fix(parquet/pqarrow): unsupported dictionary types in pqarrow by <a
    href="https://github.com/zeroshade";><code>@​zeroshade</code></a> in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/520";>apache/arrow-go#520</a></li>
    <li>chore(parquet/metadata): use constant time compare for signature
    verify by <a
    href="https://github.com/zeroshade";><code>@​zeroshade</code></a> in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/528";>apache/arrow-go#528</a></li>
    <li>build(deps): update substrait to v7 by <a
    href="https://github.com/zeroshade";><code>@​zeroshade</code></a> in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/526";>apache/arrow-go#526</a></li>
    <li>fix(parquet): fix adaptive bloom filter duplicate hash counting,
    comparison logic, and GC safety by <a
    
href="https://github.com/Mandukhai-Alimaa";><code>@​Mandukhai-Alimaa</code></a>
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/527";>apache/arrow-go#527</a></li>
    <li>chore: Bump google.golang.org/protobuf from 1.36.9 to 1.36.10 by <a
    href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot]
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/530";>apache/arrow-go#530</a></li>
    <li>refactor(arrow): last increment of the Record -&gt; RecordBatch
    migration by <a
    
href="https://github.com/Mandukhai-Alimaa";><code>@​Mandukhai-Alimaa</code></a>
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/522";>apache/arrow-go#522</a></li>
    <li>chore: Bump github.com/google/flatbuffers from 25.2.10+incompatible
    to 25.9.23+incompatible by <a
    href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot]
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/524";>apache/arrow-go#524</a></li>
    <li>chore: Bump github.com/substrait-io/substrait-go/v7 from 7.0.0 to
    7.1.0 by <a
    href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot]
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/529";>apache/arrow-go#529</a></li>
    <li>chore: Bump golang.org/x/tools from 0.37.0 to 0.38.0 by <a
    href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot]
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/537";>apache/arrow-go#537</a></li>
    <li>chore: Bump google.golang.org/grpc from 1.75.1 to 1.76.0 by <a
    href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot]
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/534";>apache/arrow-go#534</a></li>
    <li>chore: Bump github.com/pterm/pterm from 0.12.81 to 0.12.82 by <a
    href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot]
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/539";>apache/arrow-go#539</a></li>
    <li>chore: Bump github.com/klauspost/compress from 1.18.0 to 1.18.1 by
    <a
    href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot]
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/538";>apache/arrow-go#538</a></li>
    <li>fix: update iceberg substrait URN by <a
    href="https://github.com/zeroshade";><code>@​zeroshade</code></a> in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/541";>apache/arrow-go#541</a></li>
    <li>optimization: comparison: when DataType is static, skip reflection
    by <a
    href="https://github.com/pixelherodev";><code>@​pixelherodev</code></a>
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/542";>apache/arrow-go#542</a></li>
    <li>chore: Bump actions/download-artifact from 5.0.0 to 6.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/550";>apache/arrow-go#550</a></li>
    <li>chore: Bump actions/upload-artifact from 4.6.2 to 5.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/549";>apache/arrow-go#549</a></li>
    <li>fix(parquet/pqarrow): decoding Parquet with Arrow dict in schema by
    <a
    href="https://github.com/freakyzoidberg";><code>@​freakyzoidberg</code></a>
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/551";>apache/arrow-go#551</a></li>
    <li>feat: support conversion of chunked arrays by <a
    href="https://github.com/ahmed-mez";><code>@​ahmed-mez</code></a> in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/553";>apache/arrow-go#553</a></li>
    <li>format: regenerate internal/flatbuf from arrow repo and newer flatc
    by <a
    href="https://github.com/pixelherodev";><code>@​pixelherodev</code></a>
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/555";>apache/arrow-go#555</a></li>
    <li>Batch of small optimizations by <a
    href="https://github.com/pixelherodev";><code>@​pixelherodev</code></a>
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/556";>apache/arrow-go#556</a></li>
    <li>perf: optimize compute.Take for fewer memory allocations by <a
    
href="https://github.com/hamilton-earthscope";><code>@​hamilton-earthscope</code></a>
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/557";>apache/arrow-go#557</a></li>
    <li>optimization: compare: avoid initializing config when it's not
    needed by <a
    href="https://github.com/pixelherodev";><code>@​pixelherodev</code></a>
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/563";>apache/arrow-go#563</a></li>
    <li>optimization: schema: use slices.Sort instead of sort.Slice by <a
    href="https://github.com/pixelherodev";><code>@​pixelherodev</code></a>
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/564";>apache/arrow-go#564</a></li>
    <li>doc(parquet): document arrow parquet mappings by <a
    href="https://github.com/amoeba";><code>@​amoeba</code></a> in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/561";>apache/arrow-go#561</a></li>
    <li>fix: Metadata.Equal comparison with keys in different order by <a
    href="https://github.com/zeroshade";><code>@​zeroshade</code></a> in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/571";>apache/arrow-go#571</a></li>
    <li>perf(compute): optimize Take kernel for list types by <a
    
href="https://github.com/hamilton-earthscope";><code>@​hamilton-earthscope</code></a>
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/573";>apache/arrow-go#573</a></li>
    <li>chore: Bump golang.org/x/sync from 0.17.0 to 0.18.0 by <a
    href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot]
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/567";>apache/arrow-go#567</a></li>
    <li>chore: Bump golang.org/x/sys from 0.37.0 to 0.38.0 by <a
    href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot]
    in <a
    
href="https://redirect.github.com/apache/arrow-go/pull/568";>apache/arrow-go#568</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/622a8027bd3131e77294fbc13d148370887d88d4";><code>622a802</code></a>
    chore: Bump golang.org/x/sync from 0.18.0 to 0.19.0 (<a
    href="https://redirect.github.com/apache/arrow-go/issues/599";>#599</a>)</li>
    <li><a
    
href="https://github.com/apache/arrow-go/commit/a4bf91922f968bedda85b752a95423af9c36cc8f";><code>a4bf919</code></a>
    chore: Bump actions/checkout from 6.0.0 to 6.0.1 (<a
    href="https://redirect.github.com/apache/arrow-go/issues/598";>#598</a>)</li>
    <li><a
    
href="https://github.com/apache/arrow-go/commit/9a089b1622f073a3d9d702f41d5bce7c26f358bb";><code>9a089b1</code></a>
    chore: Bump golang.org/x/sys from 0.38.0 to 0.39.0 (<a
    href="https://redirect.github.com/apache/arrow-go/issues/600";>#600</a>)</li>
    <li><a
    
href="https://github.com/apache/arrow-go/commit/64e07d94c8b11a35cec99a7b3325f83952d9fbea";><code>64e07d9</code></a>
    fix(arrow/cdata): fix leaks identified by leak-sanitizer (<a
    href="https://redirect.github.com/apache/arrow-go/issues/603";>#603</a>)</li>
    <li><a
    
href="https://github.com/apache/arrow-go/commit/77348c93c511596f04b7d85b855fd7996442ec25";><code>77348c9</code></a>
    perf(parquet): minor tweaks for iceberg write improvement (<a
    href="https://redirect.github.com/apache/arrow-go/issues/595";>#595</a>)</li>
    <li><a
    
href="https://github.com/apache/arrow-go/commit/b2cd6a745bcc15978293ee17afad87c72c36ca35";><code>b2cd6a7</code></a>
    chore(arrow): Bump package version to 18.5.0 (<a
    href="https://redirect.github.com/apache/arrow-go/issues/594";>#594</a>)</li>
    <li><a
    
href="https://github.com/apache/arrow-go/commit/2931badec8b92ce7c6675e447f2ef53dba7e8665";><code>2931bad</code></a>
    new(arrow/compute): temporal rounding methods (<a
    href="https://redirect.github.com/apache/arrow-go/issues/572";>#572</a>)</li>
    <li><a
    
href="https://github.com/apache/arrow-go/commit/7e53c0aa6577fecb9155ce5c3d038d78e5461187";><code>7e53c0a</code></a>
    fix(arrow/array): fix concat for out of order REE slices (<a
    href="https://redirect.github.com/apache/arrow-go/issues/587";>#587</a>)</li>
    <li><a
    
href="https://github.com/apache/arrow-go/commit/f0761d04407725b88f3cd3b034396f196d4f61c8";><code>f0761d0</code></a>
    chore: Bump github.com/klauspost/compress from 1.18.1 to 1.18.2 (<a
    href="https://redirect.github.com/apache/arrow-go/issues/588";>#588</a>)</li>
    <li><a
    
href="https://github.com/apache/arrow-go/commit/6d2d215c74004e14b99c997ea9ea70ffd81694c5";><code>6d2d215</code></a>
    chore: Bump actions/setup-python from 6.0.0 to 6.1.0 (<a
    href="https://redirect.github.com/apache/arrow-go/issues/589";>#589</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/apache/arrow-go/compare/v18.4.1...v18.5.0";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/apache/arrow-go/v18&package-manager=go_modules&previous-version=18.4.1&new-version=18.5.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 merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@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 | 17 +++++++++--------
 CDataWGo/go.sum | 34 ++++++++++++++++++----------------
 2 files changed, 27 insertions(+), 24 deletions(-)

diff --git a/CDataWGo/go.mod b/CDataWGo/go.mod
index 17931e1..d153455 100644
--- a/CDataWGo/go.mod
+++ b/CDataWGo/go.mod
@@ -16,23 +16,24 @@
 
 module go-swift
 
-go 1.23.0
+go 1.24.0
 
 toolchain go1.24.1
 
-require github.com/apache/arrow-go/v18 v18.4.1
+require github.com/apache/arrow-go/v18 v18.5.0
 
 require (
        github.com/goccy/go-json v0.10.5 // indirect
-       github.com/google/flatbuffers v25.2.10+incompatible // indirect
-       github.com/klauspost/compress v1.18.0 // indirect
+       github.com/google/flatbuffers v25.9.23+incompatible // indirect
+       github.com/klauspost/compress v1.18.2 // indirect
        github.com/klauspost/cpuid/v2 v2.3.0 // indirect
        github.com/pierrec/lz4/v4 v4.1.22 // indirect
        github.com/zeebo/xxh3 v1.0.2 // indirect
        golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
-       golang.org/x/mod v0.27.0 // indirect
-       golang.org/x/sync v0.16.0 // indirect
-       golang.org/x/sys v0.35.0 // indirect
-       golang.org/x/tools v0.36.0 // indirect
+       golang.org/x/mod v0.30.0 // indirect
+       golang.org/x/sync v0.19.0 // indirect
+       golang.org/x/sys v0.39.0 // indirect
+       golang.org/x/telemetry v0.0.0-20251111182119-bc8e575c7b54 // indirect
+       golang.org/x/tools v0.39.0 // indirect
        golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
 )
diff --git a/CDataWGo/go.sum b/CDataWGo/go.sum
index 6a60a95..4f203da 100644
--- a/CDataWGo/go.sum
+++ b/CDataWGo/go.sum
@@ -1,7 +1,7 @@
 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.4.1 
h1:q/jVkBWCJOB9reDgaIZIdruLQUb1kbkvOnOFezVH1C4=
-github.com/apache/arrow-go/v18 v18.4.1/go.mod 
h1:tLyFubsAl17bvFdUAy24bsSvA/6ww95Iqi67fTpGu3E=
+github.com/apache/arrow-go/v18 v18.5.0 
h1:rmhKjVA+MKVnQIMi/qnM0OxeY4tmHlN3/Pvu+Itmd6s=
+github.com/apache/arrow-go/v18 v18.5.0/go.mod 
h1:F1/wPb3bUy6ZdP4kEPWC7GUZm+yDmxXFERK6uDSkhr8=
 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=
@@ -10,16 +10,16 @@ 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/google/flatbuffers v25.2.10+incompatible 
h1:F3vclr7C3HpB1k9mxCGRMXq6FdUalZ6H/pNX4FP1v0Q=
-github.com/google/flatbuffers v25.2.10+incompatible/go.mod 
h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=
+github.com/google/flatbuffers v25.9.23+incompatible 
h1:rGZKv+wOb6QPzIdkM2KxhBZCDrA0DeN6DNmRDrqIsQU=
+github.com/google/flatbuffers v25.9.23+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.0 
h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=
-github.com/klauspost/compress v1.18.0/go.mod 
h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ=
+github.com/klauspost/compress v1.18.2 
h1:iiPHWW0YrcFgpBYhsA6D1+fqHssJscY/Tm/y2Uqnapk=
+github.com/klauspost/compress v1.18.2/go.mod 
h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
 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=
@@ -30,22 +30,24 @@ github.com/pierrec/lz4/v4 v4.1.22 
h1:cKFw6uJDK+/gfw5BcDL0JL5aBsAFdsIT18eRtLj7VIU
 github.com/pierrec/lz4/v4 v4.1.22/go.mod 
h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
 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.0 
h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8=
-github.com/stretchr/testify v1.11.0/go.mod 
h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
+github.com/stretchr/testify v1.11.1 
h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
+github.com/stretchr/testify v1.11.1/go.mod 
h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
 github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ=
 github.com/zeebo/assert v1.3.0/go.mod 
h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0=
 github.com/zeebo/xxh3 v1.0.2 h1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0=
 github.com/zeebo/xxh3 v1.0.2/go.mod 
h1:5NWz9Sef7zIDm2JHfFlcQvNekmcEl9ekUZQQKCYaDcA=
 golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 
h1:R84qjqJb5nVJMxqWYb3np9L5ZsaDtB+a39EqjV0JSUM=
 golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0/go.mod 
h1:S9Xr4PYopiDyqSyp5NjCrhFrqg6A5zA2E/iPHPhqnS8=
-golang.org/x/mod v0.27.0 h1:kb+q2PyFnEADO2IEF935ehFUXlWiNjJWtRNgBLSfbxQ=
-golang.org/x/mod v0.27.0/go.mod h1:rWI627Fq0DEoudcK+MBkNkCe0EetEaDSwJJkCcjpazc=
-golang.org/x/sync v0.16.0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw=
-golang.org/x/sync v0.16.0/go.mod 
h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
-golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=
-golang.org/x/sys v0.35.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
-golang.org/x/tools v0.36.0 h1:kWS0uv/zsvHEle1LbV5LE8QujrxB3wfQyxHfhOk0Qkg=
-golang.org/x/tools v0.36.0/go.mod 
h1:WBDiHKJK8YgLHlcQPYQzNCkUxUypCaa5ZegCVutKm+s=
+golang.org/x/mod v0.30.0 h1:fDEXFVZ/fmCKProc/yAXXUijritrDzahmwwefnjoPFk=
+golang.org/x/mod v0.30.0/go.mod h1:lAsf5O2EvJeSFMiBxXDki7sCgAxEUcZHXoXMKT4GJKc=
+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.39.0 h1:CvCKL8MeisomCi6qNZ+wbb0DN9E5AATixKsvNtMoMFk=
+golang.org/x/sys v0.39.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
+golang.org/x/telemetry v0.0.0-20251111182119-bc8e575c7b54 
h1:E2/AqCUMZGgd73TQkxUMcMla25GB9i/5HOdLr+uH7Vo=
+golang.org/x/telemetry v0.0.0-20251111182119-bc8e575c7b54/go.mod 
h1:hKdjCMrbv9skySur+Nek8Hd0uJ0GuxJIoIX2payrIdQ=
+golang.org/x/tools v0.39.0 h1:ik4ho21kwuQln40uelmciQPp9SipgNDdrafrYA4TmQQ=
+golang.org/x/tools v0.39.0/go.mod 
h1:JnefbkDPyD8UU2kI5fuf8ZX4/yUeh9W877ZeBONxUqQ=
 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=
 gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=

Reply via email to