Skip to content

Commit d3428a8

Browse files
chore: bump github.com/apache/arrow-go/v18 from 18.4.0 to 18.4.1 in /CDataWGo (#85)
Bumps [github.com/apache/arrow-go/v18](https://github.com/apache/arrow-go) from 18.4.0 to 18.4.1. <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.4.1</h2> <h2>What's Changed</h2> <ul> <li>fix(arrow/compute/exprs): Handle large types in expr handling by <a href="https://github.com/zeroshade"><code>@​zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/440">apache/arrow-go#440</a></li> <li>chore: Bump github.com/klauspost/cpuid/v2 from 2.2.11 to 2.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/444">apache/arrow-go#444</a></li> <li>chore: Bump golang.org/x/sync from 0.15.0 to 0.16.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/443">apache/arrow-go#443</a></li> <li>chore: Bump golang.org/x/sys from 0.33.0 to 0.34.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/442">apache/arrow-go#442</a></li> <li>fix(arrow/compute/exprs): fix literalToDatum for precision types by <a href="https://github.com/zeroshade"><code>@​zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/447">apache/arrow-go#447</a></li> <li>chore: Bump golang.org/x/tools from 0.34.0 to 0.35.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/441">apache/arrow-go#441</a></li> <li>fix(arrow/array): Fix RecordFromJSON perf by <a href="https://github.com/zeroshade"><code>@​zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/449">apache/arrow-go#449</a></li> <li>fix(arrow/array): update timestamp json format by <a href="https://github.com/zeroshade"><code>@​zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/450">apache/arrow-go#450</a></li> <li>refactor: switch golang.org/x/exp to standard library packages by <a href="https://github.com/ufUNnxagpM"><code>@​ufUNnxagpM</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/453">apache/arrow-go#453</a></li> <li>chore: Bump google.golang.org/grpc from 1.73.0 to 1.74.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/458">apache/arrow-go#458</a></li> <li>fix(parquet/pqarrow): supress io.EOF in RecordReader.Err() by <a href="https://github.com/ryanschneider"><code>@​ryanschneider</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/452">apache/arrow-go#452</a></li> <li>chore: Bump github.com/substrait-io/substrait-go/v4 from 4.3.0 to 4.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/459">apache/arrow-go#459</a></li> <li>fix(array): add nil checks in Data.Release() for childData by <a href="https://github.com/secfree"><code>@​secfree</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/456">apache/arrow-go#456</a></li> <li>fix(arrow/compute): Fix scalar comparison batches by <a href="https://github.com/zeroshade"><code>@​zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/465">apache/arrow-go#465</a></li> <li>chore: Bump actions/checkout from 4 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/471">apache/arrow-go#471</a></li> <li>chore: Bump golang.org/x/tools 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/467">apache/arrow-go#467</a></li> <li>chore: Bump actions/download-artifact from 4.3.0 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/468">apache/arrow-go#468</a></li> <li>chore: Bump google.golang.org/protobuf from 1.36.6 to 1.36.7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/469">apache/arrow-go#469</a></li> <li>refactor(arrow): rename Record to RecordBatch and add deprecated alias by <a href="https://github.com/Mandukhai-Alimaa"><code>@​Mandukhai-Alimaa</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/466">apache/arrow-go#466</a></li> <li>refactor(arrow): migrate leaf packages to use RecordBatch by <a href="https://github.com/Mandukhai-Alimaa"><code>@​Mandukhai-Alimaa</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/473">apache/arrow-go#473</a></li> <li>refactor(arrow): third 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/478">apache/arrow-go#478</a></li> <li>chore: Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.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/480">apache/arrow-go#480</a></li> <li>ci(parquet/pqarrow): integration tests for reading shredded variants by <a href="https://github.com/zeroshade"><code>@​zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/455">apache/arrow-go#455</a></li> <li>chore: Bump google.golang.org/grpc from 1.74.2 to 1.75.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/483">apache/arrow-go#483</a></li> <li>chore: Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/482">apache/arrow-go#482</a></li> <li>Implement RLE dictionary decoder using generics 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/477">apache/arrow-go#477</a></li> <li>chore: Bump google.golang.org/protobuf from 1.36.7 to 1.36.8 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/481">apache/arrow-go#481</a></li> <li>fix(parquet/internal/encoding): Fix typed dictionary encoding by <a href="https://github.com/MasslessParticle"><code>@​MasslessParticle</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/479">apache/arrow-go#479</a></li> <li>refactor(arrow): fourth 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/486">apache/arrow-go#486</a></li> <li>chore: bump version number by <a href="https://github.com/zeroshade"><code>@​zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/487">apache/arrow-go#487</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ufUNnxagpM"><code>@​ufUNnxagpM</code></a> made their first contribution in <a href="https://redirect.github.com/apache/arrow-go/pull/453">apache/arrow-go#453</a></li> <li><a href="https://github.com/ryanschneider"><code>@​ryanschneider</code></a> made their first contribution in <a href="https://redirect.github.com/apache/arrow-go/pull/452">apache/arrow-go#452</a></li> <li><a href="https://github.com/secfree"><code>@​secfree</code></a> made their first contribution in <a href="https://redirect.github.com/apache/arrow-go/pull/456">apache/arrow-go#456</a></li> <li><a href="https://github.com/Mandukhai-Alimaa"><code>@​Mandukhai-Alimaa</code></a> made their first contribution in <a href="https://redirect.github.com/apache/arrow-go/pull/466">apache/arrow-go#466</a></li> <li><a href="https://github.com/daniel-adam-tfs"><code>@​daniel-adam-tfs</code></a> made their first contribution in <a href="https://redirect.github.com/apache/arrow-go/pull/477">apache/arrow-go#477</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/arrow-go/compare/v18.4.0...v18.4.1">https://github.com/apache/arrow-go/compare/v18.4.0...v18.4.1</a></p> <h2>Apache Arrow Go v18.4.1-rc0</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/arrow-go/commit/c6ce2ef4e55009a786cf04b3845eba5170c98066"><code>c6ce2ef</code></a> chore: bump version number (<a href="https://redirect.github.com/apache/arrow-go/issues/487">#487</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/0606cfb49ee29c3badfa7cd12082133eda4062a1"><code>0606cfb</code></a> refactor(arrow): fourth increment of the Record -&gt; RecordBatch migration (<a href="https://redirect.github.com/apache/arrow-go/issues/486">#486</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/d715ac72537d93d95e5e852f6f0706da524afa0d"><code>d715ac7</code></a> fix(parquet/internal/encoding): Fix typed dictionary encoding (<a href="https://redirect.github.com/apache/arrow-go/issues/479">#479</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/38846e049582a6f04ee2a36402ee9277db4d2cf9"><code>38846e0</code></a> chore: Bump google.golang.org/protobuf from 1.36.7 to 1.36.8 (<a href="https://redirect.github.com/apache/arrow-go/issues/481">#481</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/321159468711a8fac9a6c52a956424a390274da2"><code>3211594</code></a> Implement RLE dictionary decoder using generics (<a href="https://redirect.github.com/apache/arrow-go/issues/477">#477</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/994f0ab05a576b6c7ed8d08bc48dc94be8b743f6"><code>994f0ab</code></a> chore: Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (<a href="https://redirect.github.com/apache/arrow-go/issues/482">#482</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/a85423035e7091d3857f879e3181adc358581722"><code>a854230</code></a> chore: Bump google.golang.org/grpc from 1.74.2 to 1.75.0 (<a href="https://redirect.github.com/apache/arrow-go/issues/483">#483</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/a97049945a08d36a494de637cffb100a02f4bc5a"><code>a970499</code></a> ci(parquet/pqarrow): integration tests for reading shredded variants (<a href="https://redirect.github.com/apache/arrow-go/issues/455">#455</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/91fd9cfcacde74fe9ddc8aeabf65b29102bb6a4c"><code>91fd9cf</code></a> chore: Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 (<a href="https://redirect.github.com/apache/arrow-go/issues/480">#480</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/a661aa4711c27a065907512c69bf2e9d3454b936"><code>a661aa4</code></a> refactor(arrow): third increment of the Record -&gt; RecordBatch migration (<a href="https://redirect.github.com/apache/arrow-go/issues/478">#478</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-go/compare/v18.4.0...v18.4.1">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.0&new-version=18.4.1)](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>
1 parent 24acb29 commit d3428a8

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

CDataWGo/go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ go 1.23.0
2020

2121
toolchain go1.24.1
2222

23-
require github.com/apache/arrow-go/v18 v18.4.0
23+
require github.com/apache/arrow-go/v18 v18.4.1
2424

2525
require (
2626
github.com/goccy/go-json v0.10.5 // indirect
2727
github.com/google/flatbuffers v25.2.10+incompatible // indirect
2828
github.com/klauspost/compress v1.18.0 // indirect
29-
github.com/klauspost/cpuid/v2 v2.2.11 // indirect
29+
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
3030
github.com/pierrec/lz4/v4 v4.1.22 // indirect
3131
github.com/zeebo/xxh3 v1.0.2 // indirect
3232
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
33-
golang.org/x/mod v0.25.0 // indirect
34-
golang.org/x/sync v0.15.0 // indirect
35-
golang.org/x/sys v0.33.0 // indirect
36-
golang.org/x/tools v0.34.0 // indirect
33+
golang.org/x/mod v0.27.0 // indirect
34+
golang.org/x/sync v0.16.0 // indirect
35+
golang.org/x/sys v0.35.0 // indirect
36+
golang.org/x/tools v0.36.0 // indirect
3737
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
3838
)

CDataWGo/go.sum

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/andybalholm/brotli v1.2.0 h1:ukwgCxwYrmACq68yiUqwIWnGY0cTPox/M94sVwToPjQ=
22
github.com/andybalholm/brotli v1.2.0/go.mod h1:rzTDkvFWvIrjDXZHkuS16NPggd91W3kUSvPlQ1pLaKY=
3-
github.com/apache/arrow-go/v18 v18.4.0 h1:/RvkGqH517iY8bZKc4FD5/kkdwXJGjxf28JIXbJ/oB0=
4-
github.com/apache/arrow-go/v18 v18.4.0/go.mod h1:Aawvwhj8x2jURIzD9Moy72cF0FyJXOpkYpdmGRHcw14=
3+
github.com/apache/arrow-go/v18 v18.4.1 h1:q/jVkBWCJOB9reDgaIZIdruLQUb1kbkvOnOFezVH1C4=
4+
github.com/apache/arrow-go/v18 v18.4.1/go.mod h1:tLyFubsAl17bvFdUAy24bsSvA/6ww95Iqi67fTpGu3E=
55
github.com/apache/thrift v0.22.0 h1:r7mTJdj51TMDe6RtcmNdQxgn9XcyfGDOzegMDRg47uc=
66
github.com/apache/thrift v0.22.0/go.mod h1:1e7J/O1Ae6ZQMTYdy9xa3w9k+XHWPfRvdPyJeynQ+/g=
77
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
@@ -20,8 +20,8 @@ github.com/klauspost/asmfmt v1.3.2 h1:4Ri7ox3EwapiOjCki+hw14RyKk201CN4rzyCJRFLpK
2020
github.com/klauspost/asmfmt v1.3.2/go.mod h1:AG8TuvYojzulgDAMCnYn50l/5QV3Bs/tp6j0HLHbNSE=
2121
github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=
2222
github.com/klauspost/compress v1.18.0/go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ=
23-
github.com/klauspost/cpuid/v2 v2.2.11 h1:0OwqZRYI2rFrjS4kvkDnqJkKHdHaRnCm68/DY4OxRzU=
24-
github.com/klauspost/cpuid/v2 v2.2.11/go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0=
23+
github.com/klauspost/cpuid/v2 v2.3.0 h1:S4CRMLnYUhGeDFDqkGriYKdfoFlDnMtqTiI/sFzhA9Y=
24+
github.com/klauspost/cpuid/v2 v2.3.0/go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0=
2525
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 h1:AMFGa4R4MiIpspGNG7Z948v4n35fFGB3RR3G/ry4FWs=
2626
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8/go.mod h1:mC1jAcsrzbxHt8iiaC+zU4b1ylILSosueou12R++wfY=
2727
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 h1:+n/aFZefKZp7spd8DFdX7uMikMLXX4oubIzJF4kv/wI=
@@ -30,22 +30,22 @@ github.com/pierrec/lz4/v4 v4.1.22 h1:cKFw6uJDK+/gfw5BcDL0JL5aBsAFdsIT18eRtLj7VIU
3030
github.com/pierrec/lz4/v4 v4.1.22/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
3131
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
3232
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
33-
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
34-
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
33+
github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8=
34+
github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
3535
github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ=
3636
github.com/zeebo/assert v1.3.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0=
3737
github.com/zeebo/xxh3 v1.0.2 h1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0=
3838
github.com/zeebo/xxh3 v1.0.2/go.mod h1:5NWz9Sef7zIDm2JHfFlcQvNekmcEl9ekUZQQKCYaDcA=
3939
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 h1:R84qjqJb5nVJMxqWYb3np9L5ZsaDtB+a39EqjV0JSUM=
4040
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0/go.mod h1:S9Xr4PYopiDyqSyp5NjCrhFrqg6A5zA2E/iPHPhqnS8=
41-
golang.org/x/mod v0.25.0 h1:n7a+ZbQKQA/Ysbyb0/6IbB1H/X41mKgbhfv7AfG/44w=
42-
golang.org/x/mod v0.25.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww=
43-
golang.org/x/sync v0.15.0 h1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8=
44-
golang.org/x/sync v0.15.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
45-
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
46-
golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
47-
golang.org/x/tools v0.34.0 h1:qIpSLOxeCYGg9TrcJokLBG4KFA6d795g0xkBkiESGlo=
48-
golang.org/x/tools v0.34.0/go.mod h1:pAP9OwEaY1CAW3HOmg3hLZC5Z0CCmzjAF2UQMSqNARg=
41+
golang.org/x/mod v0.27.0 h1:kb+q2PyFnEADO2IEF935ehFUXlWiNjJWtRNgBLSfbxQ=
42+
golang.org/x/mod v0.27.0/go.mod h1:rWI627Fq0DEoudcK+MBkNkCe0EetEaDSwJJkCcjpazc=
43+
golang.org/x/sync v0.16.0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw=
44+
golang.org/x/sync v0.16.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
45+
golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=
46+
golang.org/x/sys v0.35.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
47+
golang.org/x/tools v0.36.0 h1:kWS0uv/zsvHEle1LbV5LE8QujrxB3wfQyxHfhOk0Qkg=
48+
golang.org/x/tools v0.36.0/go.mod h1:WBDiHKJK8YgLHlcQPYQzNCkUxUypCaa5ZegCVutKm+s=
4949
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da h1:noIWHXmPHxILtqtCOPIhSt0ABwskkZKjD3bXGnZGpNY=
5050
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90=
5151
gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=

0 commit comments

Comments
 (0)