Skip to content

Commit ea6f657

Browse files
authored
fix(deps): Update module github.com/apache/arrow-go/v18 to v18.5.2 (#2432)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/apache/arrow-go/v18](https://redirect.github.com/apache/arrow-go) | `v18.5.1` → `v18.5.2` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fapache%2farrow-go%2fv18/v18.5.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fapache%2farrow-go%2fv18/v18.5.1/v18.5.2?slim=true) | --- ### Release Notes <details> <summary>apache/arrow-go (github.com/apache/arrow-go/v18)</summary> ### [`v18.5.2`](https://redirect.github.com/apache/arrow-go/releases/tag/v18.5.2) [Compare Source](https://redirect.github.com/apache/arrow-go/compare/v18.5.1...v18.5.2) #### What's Changed - chore: bump parquet-testing submodule by [@&#8203;zeroshade](https://redirect.github.com/zeroshade) in [#&#8203;633](https://redirect.github.com/apache/arrow-go/pull/633) - fix(arrow/array): handle empty binary values correctly in BinaryBuilder by [@&#8203;zeroshade](https://redirect.github.com/zeroshade) in [#&#8203;634](https://redirect.github.com/apache/arrow-go/pull/634) - test(arrow/array): add test to binary builder by [@&#8203;zeroshade](https://redirect.github.com/zeroshade) in [#&#8203;636](https://redirect.github.com/apache/arrow-go/pull/636) - chore: Bump modernc.org/sqlite from 1.29.6 to 1.44.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;627](https://redirect.github.com/apache/arrow-go/pull/627) - chore: Bump gonum.org/v1/gonum from 0.16.0 to 0.17.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;643](https://redirect.github.com/apache/arrow-go/pull/643) - chore: Bump github.com/hamba/avro/v2 from 2.30.0 to 2.31.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;641](https://redirect.github.com/apache/arrow-go/pull/641) - chore: Bump github.com/pierrec/lz4/v4 from 4.1.23 to 4.1.25 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;639](https://redirect.github.com/apache/arrow-go/pull/639) - chore: Bump actions/setup-go from 6.1.0 to 6.2.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;638](https://redirect.github.com/apache/arrow-go/pull/638) - chore: Bump github.com/klauspost/compress from 1.18.2 to 1.18.3 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;640](https://redirect.github.com/apache/arrow-go/pull/640) - chore: Bump modernc.org/sqlite from 1.44.1 to 1.44.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;642](https://redirect.github.com/apache/arrow-go/pull/642) - fix(parquet): decryption of V2 data pages by [@&#8203;daniel-adam-tfs](https://redirect.github.com/daniel-adam-tfs) in [#&#8203;596](https://redirect.github.com/apache/arrow-go/pull/596) - chore: Bump github.com/substrait-io/substrait-protobuf/go from 0.78.1 to 0.79.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;651](https://redirect.github.com/apache/arrow-go/pull/651) - chore: Bump github.com/zeebo/xxh3 from 1.0.2 to 1.1.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;649](https://redirect.github.com/apache/arrow-go/pull/649) - chore: Bump actions/setup-python from 6.1.0 to 6.2.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;650](https://redirect.github.com/apache/arrow-go/pull/650) - chore: Bump actions/checkout from 6.0.1 to 6.0.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;648](https://redirect.github.com/apache/arrow-go/pull/648) - perf(arrow): Reduce the amount of allocated objects by [@&#8203;spiridonov](https://redirect.github.com/spiridonov) in [#&#8203;645](https://redirect.github.com/apache/arrow-go/pull/645) - fix(parquet/file): regression with decompressing data by [@&#8203;zeroshade](https://redirect.github.com/zeroshade) in [#&#8203;652](https://redirect.github.com/apache/arrow-go/pull/652) - fix(arrow/compute): take on record/array with nested struct by [@&#8203;zeroshade](https://redirect.github.com/zeroshade) in [#&#8203;653](https://redirect.github.com/apache/arrow-go/pull/653) - fix(parquet/file): write large string values by [@&#8203;zeroshade](https://redirect.github.com/zeroshade) in [#&#8203;655](https://redirect.github.com/apache/arrow-go/pull/655) - chore: Bump github.com/substrait-io/substrait-go/v7 from 7.2.2 to 7.3.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;656](https://redirect.github.com/apache/arrow-go/pull/656) - chore: Bump golang.org/x/sys from 0.40.0 to 0.41.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;659](https://redirect.github.com/apache/arrow-go/pull/659) - ci: ensure extra GC cycle for flaky tests by [@&#8203;zeroshade](https://redirect.github.com/zeroshade) in [#&#8203;661](https://redirect.github.com/apache/arrow-go/pull/661) - chore: Bump github.com/klauspost/compress from 1.18.3 to 1.18.4 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;660](https://redirect.github.com/apache/arrow-go/pull/660) - chore: Bump modernc.org/sqlite from 1.44.3 to 1.45.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;658](https://redirect.github.com/apache/arrow-go/pull/658) - chore: Bump golang.org/x/tools from 0.41.0 to 0.42.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;657](https://redirect.github.com/apache/arrow-go/pull/657) - fix(arrow/array): handle exponent notation for unmarshal int by [@&#8203;zeroshade](https://redirect.github.com/zeroshade) in [#&#8203;662](https://redirect.github.com/apache/arrow-go/pull/662) - fix(flight/flightsql/driver): fix `time.Time` params by [@&#8203;etodd](https://redirect.github.com/etodd) in [#&#8203;666](https://redirect.github.com/apache/arrow-go/pull/666) - chore: Bump github.com/substrait-io/substrait-protobuf/go from 0.79.0 to 0.80.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;664](https://redirect.github.com/apache/arrow-go/pull/664) - chore: Bump google.golang.org/grpc from 1.78.0 to 1.79.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;665](https://redirect.github.com/apache/arrow-go/pull/665) - fix(parquet): bss encoding and tests on big endian systems by [@&#8203;daniel-adam-tfs](https://redirect.github.com/daniel-adam-tfs) in [#&#8203;663](https://redirect.github.com/apache/arrow-go/pull/663) - fix(parquet/pqarrow): selective column reading of complex map column by [@&#8203;zeroshade](https://redirect.github.com/zeroshade) in [#&#8203;668](https://redirect.github.com/apache/arrow-go/pull/668) - feat(arrow/ipc): support custom\_metadata on RecordBatch messages by [@&#8203;rustyconover](https://redirect.github.com/rustyconover) in [#&#8203;669](https://redirect.github.com/apache/arrow-go/pull/669) - chore: Bump github.com/substrait-io/substrait-protobuf/go from 0.80.0 to 0.81.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;671](https://redirect.github.com/apache/arrow-go/pull/671) - chore: Bump modernc.org/sqlite from 1.45.0 to 1.46.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;670](https://redirect.github.com/apache/arrow-go/pull/670) - chore: Bump github.com/substrait-io/substrait-go/v7 from 7.3.0 to 7.4.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;672](https://redirect.github.com/apache/arrow-go/pull/672) - feat: Support setting IPC options in FlightSQL call options by [@&#8203;peasee](https://redirect.github.com/peasee) in [#&#8203;674](https://redirect.github.com/apache/arrow-go/pull/674) - chore(dev/release): embed hash of source tarball into email by [@&#8203;zeroshade](https://redirect.github.com/zeroshade) in [#&#8203;675](https://redirect.github.com/apache/arrow-go/pull/675) - chore(arrow): bump PkgVersion to 18.5.2 by [@&#8203;zeroshade](https://redirect.github.com/zeroshade) in [#&#8203;676](https://redirect.github.com/apache/arrow-go/pull/676) #### New Contributors - [@&#8203;spiridonov](https://redirect.github.com/spiridonov) made their first contribution in [#&#8203;645](https://redirect.github.com/apache/arrow-go/pull/645) - [@&#8203;etodd](https://redirect.github.com/etodd) made their first contribution in [#&#8203;666](https://redirect.github.com/apache/arrow-go/pull/666) - [@&#8203;rustyconover](https://redirect.github.com/rustyconover) made their first contribution in [#&#8203;669](https://redirect.github.com/apache/arrow-go/pull/669) - [@&#8203;peasee](https://redirect.github.com/peasee) made their first contribution in [#&#8203;674](https://redirect.github.com/apache/arrow-go/pull/674) **Full Changelog**: <apache/arrow-go@v18.5.1...v18.5.2> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40Ni42IiwidXBkYXRlZEluVmVyIjoiNDMuNDYuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 7fc6dd6 commit ea6f657

File tree

4 files changed

+58
-58
lines changed

4 files changed

+58
-58
lines changed

examples/simple_plugin/go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cloudquery/plugin-sdk/examples/simple_plugin
33
go 1.24.4
44

55
require (
6-
github.com/apache/arrow-go/v18 v18.5.1
6+
github.com/apache/arrow-go/v18 v18.5.2
77
github.com/cloudquery/plugin-sdk/v4 v4.94.3
88
github.com/rs/zerolog v1.34.0
99
)
@@ -50,13 +50,13 @@ require (
5050
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
5151
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5252
github.com/invopop/jsonschema v0.13.0 // indirect
53-
github.com/klauspost/compress v1.18.2 // indirect
53+
github.com/klauspost/compress v1.18.4 // indirect
5454
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
5555
github.com/mailru/easyjson v0.7.7 // indirect
5656
github.com/mattn/go-colorable v0.1.13 // indirect
5757
github.com/mattn/go-isatty v0.0.20 // indirect
5858
github.com/oapi-codegen/runtime v1.1.2 // indirect
59-
github.com/pierrec/lz4/v4 v4.1.23 // indirect
59+
github.com/pierrec/lz4/v4 v4.1.25 // indirect
6060
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
6161
github.com/samber/lo v1.52.0 // indirect
6262
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
@@ -65,7 +65,7 @@ require (
6565
github.com/stretchr/testify v1.11.1 // indirect
6666
github.com/thoas/go-funk v0.9.3 // indirect
6767
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
68-
github.com/zeebo/xxh3 v1.0.2 // indirect
68+
github.com/zeebo/xxh3 v1.1.0 // indirect
6969
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
7070
go.opentelemetry.io/otel v1.40.0 // indirect
7171
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.16.0 // indirect
@@ -80,13 +80,13 @@ require (
8080
go.opentelemetry.io/otel/trace v1.40.0 // indirect
8181
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
8282
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
83-
golang.org/x/mod v0.32.0 // indirect
84-
golang.org/x/net v0.49.0 // indirect
83+
golang.org/x/mod v0.33.0 // indirect
84+
golang.org/x/net v0.50.0 // indirect
8585
golang.org/x/sync v0.19.0 // indirect
86-
golang.org/x/sys v0.40.0 // indirect
87-
golang.org/x/telemetry v0.0.0-20260109210033-bd525da824e2 // indirect
86+
golang.org/x/sys v0.41.0 // indirect
87+
golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4 // indirect
8888
golang.org/x/text v0.34.0 // indirect
89-
golang.org/x/tools v0.41.0 // indirect
89+
golang.org/x/tools v0.42.0 // indirect
9090
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
9191
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
9292
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect

examples/simple_plugin/go.sum

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ github.com/adrg/xdg v0.5.3 h1:xRnxJXne7+oWDatRhR1JLnvuccuIeCoBu2rtuLqQB78=
33
github.com/adrg/xdg v0.5.3/go.mod h1:nlTsY+NNiCBGCK2tpm09vRqfVzrc2fLmXGpBLF0zlTQ=
44
github.com/andybalholm/brotli v1.2.0 h1:ukwgCxwYrmACq68yiUqwIWnGY0cTPox/M94sVwToPjQ=
55
github.com/andybalholm/brotli v1.2.0/go.mod h1:rzTDkvFWvIrjDXZHkuS16NPggd91W3kUSvPlQ1pLaKY=
6-
github.com/apache/arrow-go/v18 v18.5.1 h1:yaQ6zxMGgf9YCYw4/oaeOU3AULySDlAYDOcnr4LdHdI=
7-
github.com/apache/arrow-go/v18 v18.5.1/go.mod h1:OCCJsmdq8AsRm8FkBSSmYTwL/s4zHW9CqxeBxEytkNE=
6+
github.com/apache/arrow-go/v18 v18.5.2 h1:3uoHjoaEie5eVsxx/Bt64hKwZx4STb+beAkqKOlq/lY=
7+
github.com/apache/arrow-go/v18 v18.5.2/go.mod h1:yNoizNTT4peTciJ7V01d2EgOkE1d0fQ1vZcFOsVtFsw=
88
github.com/apache/arrow/go/v13 v13.0.0-20230731205701-112f94971882 h1:mFDZW1FQk9yndPvxScp7RpcOpdSHaqcgBWO7sDlx4S8=
99
github.com/apache/arrow/go/v13 v13.0.0-20230731205701-112f94971882/go.mod h1:W69eByFNO0ZR30q1/7Sr9d83zcVZmF2MiP3fFYAWJOc=
1010
github.com/apache/thrift v0.22.0 h1:r7mTJdj51TMDe6RtcmNdQxgn9XcyfGDOzegMDRg47uc=
@@ -115,8 +115,8 @@ github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFF
115115
github.com/juju/gnuflag v0.0.0-20171113085948-2ce1bb71843d/go.mod h1:2PavIy+JPciBPrBUjwbNvtwB6RQlve+hkpll6QSNmOE=
116116
github.com/klauspost/asmfmt v1.3.2 h1:4Ri7ox3EwapiOjCki+hw14RyKk201CN4rzyCJRFLpK4=
117117
github.com/klauspost/asmfmt v1.3.2/go.mod h1:AG8TuvYojzulgDAMCnYn50l/5QV3Bs/tp6j0HLHbNSE=
118-
github.com/klauspost/compress v1.18.2 h1:iiPHWW0YrcFgpBYhsA6D1+fqHssJscY/Tm/y2Uqnapk=
119-
github.com/klauspost/compress v1.18.2/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
118+
github.com/klauspost/compress v1.18.4 h1:RPhnKRAQ4Fh8zU2FY/6ZFDwTVTxgJ/EMydqSTzE9a2c=
119+
github.com/klauspost/compress v1.18.4/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
120120
github.com/klauspost/cpuid/v2 v2.3.0 h1:S4CRMLnYUhGeDFDqkGriYKdfoFlDnMtqTiI/sFzhA9Y=
121121
github.com/klauspost/cpuid/v2 v2.3.0/go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0=
122122
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
@@ -137,8 +137,8 @@ github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 h1:+n/aFZefKZp7spd8D
137137
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3/go.mod h1:RagcQ7I8IeTMnF8JTXieKnO4Z6JCsikNEzj0DwauVzE=
138138
github.com/oapi-codegen/runtime v1.1.2 h1:P2+CubHq8fO4Q6fV1tqDBZHCwpVpvPg7oKiYzQgXIyI=
139139
github.com/oapi-codegen/runtime v1.1.2/go.mod h1:SK9X900oXmPWilYR5/WKPzt3Kqxn/uS/+lbpREv+eCg=
140-
github.com/pierrec/lz4/v4 v4.1.23 h1:oJE7T90aYBGtFNrI8+KbETnPymobAhzRrR8Mu8n1yfU=
141-
github.com/pierrec/lz4/v4 v4.1.23/go.mod h1:EoQMVJgeeEOMsCqCzqFm2O0cJvljX2nGZjcRIPL34O4=
140+
github.com/pierrec/lz4/v4 v4.1.25 h1:kocOqRffaIbU5djlIBr7Wh+cx82C0vtFb0fOurZHqD0=
141+
github.com/pierrec/lz4/v4 v4.1.25/go.mod h1:EoQMVJgeeEOMsCqCzqFm2O0cJvljX2nGZjcRIPL34O4=
142142
github.com/pingcap/errors v0.11.4 h1:lFuQV/oaUMGcD2tqt+01ROSmJs75VG1ToEOkZIZ4nE4=
143143
github.com/pingcap/errors v0.11.4/go.mod h1:Oi8TUi2kEtXXLMJk9l1cGmz20kV3TaQ0usTwv5KuLY8=
144144
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
@@ -174,8 +174,8 @@ github.com/wk8/go-ordered-map/v2 v2.1.8 h1:5h/BUHu93oj4gIdvHHHGsScSTMijfx5PeYkE/
174174
github.com/wk8/go-ordered-map/v2 v2.1.8/go.mod h1:5nJHM5DyteebpVlHnWMV0rPz6Zp7+xBAnxjb1X5vnTw=
175175
github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ=
176176
github.com/zeebo/assert v1.3.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0=
177-
github.com/zeebo/xxh3 v1.0.2 h1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0=
178-
github.com/zeebo/xxh3 v1.0.2/go.mod h1:5NWz9Sef7zIDm2JHfFlcQvNekmcEl9ekUZQQKCYaDcA=
177+
github.com/zeebo/xxh3 v1.1.0 h1:s7DLGDK45Dyfg7++yxI0khrfwq9661w9EN78eP/UZVs=
178+
github.com/zeebo/xxh3 v1.1.0/go.mod h1:IisAie1LELR4xhVinxWS5+zf1lA4p0MW4T+w+W07F5s=
179179
go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64=
180180
go.opentelemetry.io/auto/sdk v1.2.1/go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=
181181
go.opentelemetry.io/otel v1.40.0 h1:oA5YeOcpRTXq6NN7frwmwFR0Cn3RhTVZvXsP4duvCms=
@@ -209,27 +209,27 @@ go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
209209
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
210210
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 h1:Z/6YuSHTLOHfNFdb8zVZomZr7cqNgTJvA8+Qz75D8gU=
211211
golang.org/x/exp v0.0.0-20260112195511-716be5621a96/go.mod h1:nzimsREAkjBCIEFtHiYkrJyT+2uy9YZJB7H1k68CXZU=
212-
golang.org/x/mod v0.32.0 h1:9F4d3PHLljb6x//jOyokMv3eX+YDeepZSEo3mFJy93c=
213-
golang.org/x/mod v0.32.0/go.mod h1:SgipZ/3h2Ci89DlEtEXWUk/HteuRin+HHhN+WbNhguU=
214-
golang.org/x/net v0.49.0 h1:eeHFmOGUTtaaPSGNmjBKpbng9MulQsJURQUAfUwY++o=
215-
golang.org/x/net v0.49.0/go.mod h1:/ysNB2EvaqvesRkuLAyjI1ycPZlQHM3q01F02UY/MV8=
212+
golang.org/x/mod v0.33.0 h1:tHFzIWbBifEmbwtGz65eaWyGiGZatSrT9prnU8DbVL8=
213+
golang.org/x/mod v0.33.0/go.mod h1:swjeQEj+6r7fODbD2cqrnje9PnziFuw4bmLbBZFrQ5w=
214+
golang.org/x/net v0.50.0 h1:ucWh9eiCGyDR3vtzso0WMQinm2Dnt8cFMuQa9K33J60=
215+
golang.org/x/net v0.50.0/go.mod h1:UgoSli3F/pBgdJBHCTc+tp3gmrU4XswgGRgtnwWTfyM=
216216
golang.org/x/sync v0.19.0 h1:vV+1eWNmZ5geRlYjzm2adRgW2/mcpevXNg50YZtPCE4=
217217
golang.org/x/sync v0.19.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
218218
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
219219
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
220220
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
221-
golang.org/x/sys v0.40.0 h1:DBZZqJ2Rkml6QMQsZywtnjnnGvHza6BTfYFWY9kjEWQ=
222-
golang.org/x/sys v0.40.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
223-
golang.org/x/telemetry v0.0.0-20260109210033-bd525da824e2 h1:O1cMQHRfwNpDfDJerqRoE2oD+AFlyid87D40L/OkkJo=
224-
golang.org/x/telemetry v0.0.0-20260109210033-bd525da824e2/go.mod h1:b7fPSJ0pKZ3ccUh8gnTONJxhn3c/PS6tyzQvyqw4iA8=
221+
golang.org/x/sys v0.41.0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k=
222+
golang.org/x/sys v0.41.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
223+
golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4 h1:bTLqdHv7xrGlFbvf5/TXNxy/iUwwdkjhqQTJDjW7aj0=
224+
golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4/go.mod h1:g5NllXBEermZrmR51cJDQxmJUHUOfRAaNyWBM+R+548=
225225
golang.org/x/text v0.34.0 h1:oL/Qq0Kdaqxa1KbNeMKwQq0reLCCaFtqu2eNuSeNHbk=
226226
golang.org/x/text v0.34.0/go.mod h1:homfLqTYRFyVYemLBFl5GgL/DWEiH5wcsQ5gSh1yziA=
227-
golang.org/x/tools v0.41.0 h1:a9b8iMweWG+S0OBnlU36rzLp20z1Rp10w+IY2czHTQc=
228-
golang.org/x/tools v0.41.0/go.mod h1:XSY6eDqxVNiYgezAVqqCeihT4j1U2CCsqvH3WhQpnlg=
227+
golang.org/x/tools v0.42.0 h1:uNgphsn75Tdz5Ji2q36v/nsFSfR/9BRFvqhGBaJGd5k=
228+
golang.org/x/tools v0.42.0/go.mod h1:Ma6lCIwGZvHK6XtgbswSoWroEkhugApmsXyrUmBhfr0=
229229
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da h1:noIWHXmPHxILtqtCOPIhSt0ABwskkZKjD3bXGnZGpNY=
230230
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90=
231-
gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=
232-
gonum.org/v1/gonum v0.16.0/go.mod h1:fef3am4MQ93R2HHpKnLk4/Tbh/s0+wqD5nfa6Pnwy4E=
231+
gonum.org/v1/gonum v0.17.0 h1:VbpOemQlsSMrYmn7T2OUvQ4dqxQXU+ouZFQsZOx50z4=
232+
gonum.org/v1/gonum v0.17.0/go.mod h1:El3tOrEuMpv2UdMrbNlKEh9vd86bmQ6vqIcDwxEOc1E=
233233
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 h1:merA0rdPeUV3YIIfHHcH4qBkiQAc1nfCKSI7lB4cV2M=
234234
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409/go.mod h1:fl8J1IvUjCilwZzQowmw2b7HQB2eAuYBabMXzWurF+I=
235235
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 h1:H86B94AW+VfJWDqFeEbBPhEtHzJwJfTbgE2lZa54ZAQ=

go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cloudquery/plugin-sdk/v4
33
go 1.24.4
44

55
require (
6-
github.com/apache/arrow-go/v18 v18.5.1
6+
github.com/apache/arrow-go/v18 v18.5.2
77
github.com/aws/aws-sdk-go-v2 v1.41.1
88
github.com/aws/aws-sdk-go-v2/config v1.32.7
99
github.com/aws/aws-sdk-go-v2/service/licensemanager v1.37.6
@@ -75,25 +75,25 @@ require (
7575
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
7676
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
7777
github.com/inconshreveable/mousetrap v1.1.0 // indirect
78-
github.com/klauspost/compress v1.18.2 // indirect
78+
github.com/klauspost/compress v1.18.4 // indirect
7979
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
8080
github.com/mailru/easyjson v0.7.7 // indirect
8181
github.com/mattn/go-colorable v0.1.13 // indirect
8282
github.com/mattn/go-isatty v0.0.20 // indirect
8383
github.com/oapi-codegen/runtime v1.1.2 // indirect
84-
github.com/pierrec/lz4/v4 v4.1.23 // indirect
84+
github.com/pierrec/lz4/v4 v4.1.25 // indirect
8585
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
8686
github.com/spf13/pflag v1.0.9 // indirect
8787
github.com/stoewer/go-strcase v1.3.1 // indirect
8888
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
89-
github.com/zeebo/xxh3 v1.0.2 // indirect
89+
github.com/zeebo/xxh3 v1.1.0 // indirect
9090
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
9191
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
92-
golang.org/x/mod v0.32.0 // indirect
93-
golang.org/x/net v0.49.0 // indirect
94-
golang.org/x/sys v0.40.0 // indirect
95-
golang.org/x/telemetry v0.0.0-20260109210033-bd525da824e2 // indirect
96-
golang.org/x/tools v0.41.0 // indirect
92+
golang.org/x/mod v0.33.0 // indirect
93+
golang.org/x/net v0.50.0 // indirect
94+
golang.org/x/sys v0.41.0 // indirect
95+
golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4 // indirect
96+
golang.org/x/tools v0.42.0 // indirect
9797
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
9898
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
9999
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect

0 commit comments

Comments
 (0)