Skip to content

Commit 1b792e3

Browse files
MINOR: [Swift] Bump github.com/apache/arrow-go/v18 from 18.2.0 to 18.3.0 in /swift/data-generator/swift-datagen (#46406)
Bumps [github.com/apache/arrow-go/v18](https://github.com/apache/arrow-go) from 18.2.0 to 18.3.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.3.0</h2> <h2>What's Changed</h2> <ul> <li>chore: Bump golang.org/x/sync from 0.11.0 to 0.12.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/308">apache/arrow-go#308</a></li> <li>chore: Bump golang.org/x/net from 0.35.0 to 0.36.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/313">apache/arrow-go#313</a></li> <li>feat(arrow/array): convert RecordReader and iterators by <a href="https://github.com/zeroshade"><code>@​zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/314">apache/arrow-go#314</a></li> <li>refactor(arrow/array): replace some codegen with generics by <a href="https://github.com/zeroshade"><code>@​zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/315">apache/arrow-go#315</a></li> <li>chore: Bump golang.org/x/tools from 0.30.0 to 0.31.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/317">apache/arrow-go#317</a></li> <li>chore: Bump github.com/golang/snappy from 0.0.4 to 1.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/316">apache/arrow-go#316</a></li> <li>feat(parquet/pqarrow): Add SeekToRow for RecordReader by <a href="https://github.com/zeroshade"><code>@​zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/321">apache/arrow-go#321</a></li> <li>fix: go's atomic operations require 64bit alignment in structs on ARM by <a href="https://github.com/sahib"><code>@​sahib</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/323">apache/arrow-go#323</a></li> <li>feat(arrow/compute): implement &quot;is_in&quot; function by <a href="https://github.com/zeroshade"><code>@​zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/319">apache/arrow-go#319</a></li> <li>fix(parquet/pqarrow): fix propagation of FieldIds for nested fields by <a href="https://github.com/zeroshade"><code>@​zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/324">apache/arrow-go#324</a></li> <li>Fix: Handle null values in PlainFixedLenByteArrayEncoder gracefully by <a href="https://github.com/singh1203"><code>@​singh1203</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/320">apache/arrow-go#320</a></li> <li>fix(parquet/pqarrow): fix definition levels with non-nullable lists by <a href="https://github.com/zeroshade"><code>@​zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/325">apache/arrow-go#325</a></li> <li>chore: Bump actions/upload-artifact from 4.6.1 to 4.6.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/331">apache/arrow-go#331</a></li> <li>chore: Bump actions/setup-go from 5.3.0 to 5.4.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/332">apache/arrow-go#332</a></li> <li>chore: Bump actions/download-artifact from 4.1.9 to 4.2.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/333">apache/arrow-go#333</a></li> <li>chore: fix macOS Go 1.24 CI by <a href="https://github.com/lidavidm"><code>@​lidavidm</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/334">apache/arrow-go#334</a></li> <li>chore: Bump gonum.org/v1/gonum from 0.15.1 to 0.16.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/328">apache/arrow-go#328</a></li> <li>chore: Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/330">apache/arrow-go#330</a></li> <li>chore: Bump actions/setup-python from 5.4.0 to 5.5.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/338">apache/arrow-go#338</a></li> <li>feat(parquet/metadata): bloom filter implementation by <a href="https://github.com/zeroshade"><code>@​zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/336">apache/arrow-go#336</a></li> <li>feat(parquet): Write/Read bloom filters from files by <a href="https://github.com/zeroshade"><code>@​zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/341">apache/arrow-go#341</a></li> <li>fix: move from atomic.(Add|Load|Store) to atomic.Int64{} by <a href="https://github.com/sahib"><code>@​sahib</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/326">apache/arrow-go#326</a></li> <li>chore: Bump golang.org/x/sync from 0.12.0 to 0.13.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/347">apache/arrow-go#347</a></li> <li>fix(parquet/file): restore goroutine safety for reader by <a href="https://github.com/zeroshade"><code>@​zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/343">apache/arrow-go#343</a></li> <li>chore: Bump google.golang.org/grpc from 1.71.0 to 1.71.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/346">apache/arrow-go#346</a></li> <li>chore: Bump golang.org/x/sys from 0.31.0 to 0.32.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/345">apache/arrow-go#345</a></li> <li>chore: Enable GitHub discussions on arrow-go repository by <a href="https://github.com/raulcd"><code>@​raulcd</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/353">apache/arrow-go#353</a></li> <li>chore: Bump github.com/substrait-io/substrait-go/v3 from 3.9.0 to 3.9.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/355">apache/arrow-go#355</a></li> <li>chore: Bump golang.org/x/tools from 0.31.0 to 0.32.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/356">apache/arrow-go#356</a></li> <li>Compress: add MarshalText and UnmarshalText by <a href="https://github.com/jdemeyer"><code>@​jdemeyer</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/357">apache/arrow-go#357</a></li> <li>chore: Bump google.golang.org/grpc from 1.71.1 to 1.72.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/358">apache/arrow-go#358</a></li> <li>fix(arrow/array): optional struct array with required field by <a href="https://github.com/zeroshade"><code>@​zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/359">apache/arrow-go#359</a></li> <li>feat(parquet/schema): initial variant logical type by <a href="https://github.com/zeroshade"><code>@​zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/352">apache/arrow-go#352</a></li> <li>chore: Bump actions/setup-python from 5.5.0 to 5.6.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/363">apache/arrow-go#363</a></li> <li>chore: Bump actions/download-artifact from 4.2.1 to 4.3.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/364">apache/arrow-go#364</a></li> <li>chore(arrow): remove most lock copies by <a href="https://github.com/zeroshade"><code>@​zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/362">apache/arrow-go#362</a></li> <li>Fix panic when WriteDataPage fails by <a href="https://github.com/ashishnegi"><code>@​ashishnegi</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/366">apache/arrow-go#366</a></li> <li><a href="https://redirect.github.com/apache/arrow-go/issues/46087">GH-46087</a>: [FlightSQL] Allow returning column remarks in FlightSQL's CommandGetTables by <a href="https://github.com/mateuszrzeszutek"><code>@​mateuszrzeszutek</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/361">apache/arrow-go#361</a></li> <li>chore: Bump golang.org/x/sys from 0.32.0 to 0.33.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/367">apache/arrow-go#367</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/sahib"><code>@​sahib</code></a> made their first contribution in <a href="https://redirect.github.com/apache/arrow-go/pull/323">apache/arrow-go#323</a></li> <li><a href="https://github.com/jdemeyer"><code>@​jdemeyer</code></a> made their first contribution in <a href="https://redirect.github.com/apache/arrow-go/pull/357">apache/arrow-go#357</a></li> <li><a href="https://github.com/ashishnegi"><code>@​ashishnegi</code></a> made their first contribution in <a href="https://redirect.github.com/apache/arrow-go/pull/366">apache/arrow-go#366</a></li> <li><a href="https://github.com/mateuszrzeszutek"><code>@​mateuszrzeszutek</code></a> made their first contribution in <a href="https://redirect.github.com/apache/arrow-go/pull/361">apache/arrow-go#361</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/arrow-go/compare/v18.2.0...v18.3.0">https://github.com/apache/arrow-go/compare/v18.2.0...v18.3.0</a></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/arrow-go/commit/436b24d6b6a68217984c51adda312bf0af2666cf"><code>436b24d</code></a> chore(arrow): update PkgVersion</li> <li><a href="https://github.com/apache/arrow-go/commit/3a3edecd5ef7867416eaf4b7e060fed0010b146f"><code>3a3edec</code></a> chore: Bump golang.org/x/sys from 0.32.0 to 0.33.0 (<a href="https://redirect.github.com/apache/arrow-go/issues/367">#367</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/355d5639c1fef6e03a66187a65457feece95d0ec"><code>355d563</code></a> <a href="https://redirect.github.com/apache/arrow-go/issues/46087">GH-46087</a>: [FlightSQL] Allow returning column remarks in FlightSQL's CommandGe...</li> <li><a href="https://github.com/apache/arrow-go/commit/b624664ccff6d1e18c95912f51f35b6a21584a6e"><code>b624664</code></a> Fix panic when WriteDataPage fails (<a href="https://redirect.github.com/apache/arrow-go/issues/366">#366</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/bcaf45378899f6bec22b7c37675afad9a172b3a5"><code>bcaf453</code></a> chore(arrow): remove most lock copies (<a href="https://redirect.github.com/apache/arrow-go/issues/362">#362</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/824cc1a6beaf89ead12eca71fa737063addd0056"><code>824cc1a</code></a> chore: Bump actions/download-artifact from 4.2.1 to 4.3.0 (<a href="https://redirect.github.com/apache/arrow-go/issues/364">#364</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/2e692aede94dc37d9efdc40f500e0d3761166c7b"><code>2e692ae</code></a> chore: Bump actions/setup-python from 5.5.0 to 5.6.0 (<a href="https://redirect.github.com/apache/arrow-go/issues/363">#363</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/5ae8b27ab3578e575d4b445217f55359ffe27e0c"><code>5ae8b27</code></a> feat(parquet/schema): initial variant logical type (<a href="https://redirect.github.com/apache/arrow-go/issues/352">#352</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/9efe04b210beda9145716b9f315db9cc6348f62b"><code>9efe04b</code></a> fix(arrow/array): optional struct array with required field (<a href="https://redirect.github.com/apache/arrow-go/issues/359">#359</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/a62d36fba3b2df5be1d61a4a34fbd9bf0756676e"><code>a62d36f</code></a> chore: Bump google.golang.org/grpc from 1.71.1 to 1.72.0 (<a href="https://redirect.github.com/apache/arrow-go/issues/358">#358</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-go/compare/v18.2.0...v18.3.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.2.0&new-version=18.3.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> Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent c952139 commit 1b792e3

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

swift/data-generator/swift-datagen/go.mod

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

2121
toolchain go1.24.1
2222

23-
require github.com/apache/arrow-go/v18 v18.2.0
23+
require github.com/apache/arrow-go/v18 v18.3.0
2424

2525
require (
2626
github.com/goccy/go-json v0.10.5 // indirect
@@ -30,9 +30,9 @@ require (
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-20240909161429-701f63a606c0 // indirect
33-
golang.org/x/mod v0.23.0 // indirect
34-
golang.org/x/sync v0.11.0 // indirect
35-
golang.org/x/sys v0.31.0 // indirect
36-
golang.org/x/tools v0.30.0 // indirect
33+
golang.org/x/mod v0.24.0 // indirect
34+
golang.org/x/sync v0.13.0 // indirect
35+
golang.org/x/sys v0.33.0 // indirect
36+
golang.org/x/tools v0.32.0 // indirect
3737
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
3838
)

swift/data-generator/swift-datagen/go.sum

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
github.com/andybalholm/brotli v1.1.1 h1:PR2pgnyFznKEugtsUo0xLdDop5SKXd5Qf5ysW+7XdTA=
22
github.com/andybalholm/brotli v1.1.1/go.mod h1:05ib4cKhjx3OQYUY22hTVd34Bc8upXjOLL2rKwwZBoA=
3-
github.com/apache/arrow-go/v18 v18.2.0 h1:QhWqpgZMKfWOniGPhbUxrHohWnooGURqL2R2Gg4SO1Q=
4-
github.com/apache/arrow-go/v18 v18.2.0/go.mod h1:Ic/01WSwGJWRrdAZcxjBZ5hbApNJ28K96jGYaxzzGUc=
3+
github.com/apache/arrow-go/v18 v18.3.0 h1:Xq4A6dZj9Nu33sqZibzn012LNnewkTUlfKVUFD/RX/I=
4+
github.com/apache/arrow-go/v18 v18.3.0/go.mod h1:eEM1DnUTHhgGAjf/ChvOAQbUQ+EPohtDrArffvUjPg8=
55
github.com/apache/thrift v0.21.0 h1:tdPmh/ptjE1IJnhbhrcl2++TauVjy242rkV/UzJChnE=
66
github.com/apache/thrift v0.21.0/go.mod h1:W1H8aR/QRtYNvrPeFXBtobyRkd0/YVhTc6i07XIAgDw=
77
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
88
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
99
github.com/goccy/go-json v0.10.5 h1:Fq85nIqj+gXn/S5ahsiTlK3TmC85qgirsdTP/+DeaC4=
1010
github.com/goccy/go-json v0.10.5/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
11-
github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=
12-
github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
11+
github.com/golang/snappy v1.0.0 h1:Oy607GVXHs7RtbggtPBnr2RmDArIsAefDwvrdWvRhGs=
12+
github.com/golang/snappy v1.0.0/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
1313
github.com/google/flatbuffers v25.2.10+incompatible h1:F3vclr7C3HpB1k9mxCGRMXq6FdUalZ6H/pNX4FP1v0Q=
1414
github.com/google/flatbuffers v25.2.10+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=
1515
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
@@ -38,17 +38,17 @@ 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-20240909161429-701f63a606c0 h1:e66Fs6Z+fZTbFBAxKfP3PALWBtpfqks2bwGcexMxgtk=
4040
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0/go.mod h1:2TbTHSBQa924w8M6Xs1QcRcFwyucIwBGpK1p2f1YFFY=
41-
golang.org/x/mod v0.23.0 h1:Zb7khfcRGKk+kqfxFaP5tZqCnDZMjC5VtUBs87Hr6QM=
42-
golang.org/x/mod v0.23.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
43-
golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w=
44-
golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
45-
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
46-
golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
47-
golang.org/x/tools v0.30.0 h1:BgcpHewrV5AUp2G9MebG4XPFI1E2W41zU1SaqVA9vJY=
48-
golang.org/x/tools v0.30.0/go.mod h1:c347cR/OJfw5TI+GfX7RUPNMdDRRbjvYTS0jPyvsVtY=
41+
golang.org/x/mod v0.24.0 h1:ZfthKaKaT4NrhGVZHO1/WDTwGES4De8KtWO0SIbNJMU=
42+
golang.org/x/mod v0.24.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww=
43+
golang.org/x/sync v0.13.0 h1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610=
44+
golang.org/x/sync v0.13.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.32.0 h1:Q7N1vhpkQv7ybVzLFtTjvQya2ewbwNDZzUgfXGqtMWU=
48+
golang.org/x/tools v0.32.0/go.mod h1:ZxrU41P/wAbZD8EDa6dDCa6XfpkhJ7HFMjHJXfBDu8s=
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=
51-
gonum.org/v1/gonum v0.15.1 h1:FNy7N6OUZVUaWG9pTiD+jlhdQ3lMP+/LcTpJ6+a8sQ0=
52-
gonum.org/v1/gonum v0.15.1/go.mod h1:eZTZuRFrzu5pcyjN5wJhcIhnUdNijYxX1T2IcrOGY0o=
51+
gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=
52+
gonum.org/v1/gonum v0.16.0/go.mod h1:fef3am4MQ93R2HHpKnLk4/Tbh/s0+wqD5nfa6Pnwy4E=
5353
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
5454
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 commit comments

Comments
 (0)