An open API service for producing an overview of a list of open source projects.

https://github.com/apache/arrow-go

apache-arrow go

Score: 34.641633715000715

Last synced: about 11 hours ago
JSON representation

Repository metadata:

Official Go implementation of Apache Arrow


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 3 days ago

Total Commits: 1,457
Total Committers: 199
Avg Commits per committer: 7.322
Development Distribution Score (DDS): 0.795

Commits in past year: 548
Committers in past year: 64
Avg Commits per committer in past year: 8.563
Development Distribution Score (DDS) in past year: 0.602

Name Email Commits
Matt Topol z****d@g****m 298
dependabot[bot] 4****] 296
Minh Vu v****7@g****m 218
Matthew Topol m****l@f****m 77
Sebastien Binet b****t@c****h 68
Sutou Kouhei k****u@c****m 29
David Li l****6@g****m 29
Raúl Cumplido r****o@g****m 20
Joel Lubinitsky 3****i 16
Igor Izvekov i****r@g****m 15
Alex Shcherbakov c****x 15
Yevgeny Pats y****s@g****m 14
Herman Schaaf h****f@g****m 10
Yuqi Gu y****u@a****m 9
Krisztián Szűcs s****n@g****m 8
Mark Wolfe m****k@w****u 7
alexandreyc a****c@g****m 7
Tim Schaub t****b 6
Sebastiaan van Stijn t****h 6
Matthias Loibl m****l@m****m 6
Ruihao Chen r****n@p****n 6
Alex 9****e 6
Mandukhai Alimaa 1****a 6
Frederic Branczyk f****k@g****m 6
pixelherodev n****m@p****o 5
Thor 8****r 5
Saurabh Singh s****s@g****m 5
Matt DePero d****o@n****o 5
Colton Loftus 7****s 4
George Godik g****k@g****m 4
and 169 more...

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 201
Total pull requests: 792
Average time to close issues: 2 months
Average time to close pull requests: 4 days
Total issue authors: 104
Total pull request authors: 49
Average comments per issue: 2.15
Average comments per pull request: 0.68
Merged pull request: 570
Bot issues: 0
Bot pull requests: 290

Past year issues: 29
Past year pull requests: 264
Past year average time to close issues: about 1 month
Past year average time to close pull requests: 5 days
Past year issue authors: 23
Past year pull request authors: 23
Past year average comments per issue: 1.31
Past year average comments per pull request: 0.41
Past year merged pull request: 175
Past year bot issues: 0
Past year bot pull requests: 34

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/apache/arrow-go

Top Issue Authors

  • kou (47)
  • asfimport (9)
  • zeroshade (9)
  • Sunyue (7)
  • yevgenypats (5)
  • raulcd (4)
  • sdf-jkl (4)
  • assignUser (3)
  • ukclivecox (3)
  • Mandukhai-Alimaa (3)
  • daniel-adam-tfs (3)
  • lidavidm (3)
  • stevbear (2)
  • shachibista (2)
  • MetalBlueberry (2)

Top Pull Request Authors

  • dependabot[bot] (290)
  • fallintoplace (186)
  • zeroshade (148)
  • kou (47)
  • raulcd (15)
  • singh1203 (13)
  • joechenrh (9)
  • Mandukhai-Alimaa (6)
  • MetalBlueberry (6)
  • lidavidm (4)
  • loicalleyne (4)
  • sahib (4)
  • toddtreece (3)
  • twuebi (3)
  • erezrokah (2)

Top Issue Labels

  • Type: enhancement (68)
  • Type: bug (56)
  • Type: usage (20)
  • Component: Parquet (5)
  • good-first-issue (3)
  • github_actions (1)
  • dialogue (1)

Top Pull Request Labels

  • dependencies (290)
  • go (237)
  • github_actions (53)

Package metadata

proxy.golang.org: github.com/apache/arrow-go/v18/arrow

Package arrow provides an implementation of Apache Arrow. Apache Arrow is a cross-language development platform for in-memory data. It specifies a standardized language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware. It also provides computational libraries and zero-copy streaming messaging and inter-process communication. The fundamental data structure in Arrow is an Array, which holds a sequence of values of the same type. An array consists of memory holding the data and an additional validity bitmap that indicates if the corresponding entry in the array is valid (not null). If the array has no null entries, it is possible to omit this bitmap. To build with tinygo include the noasm build tag. This example shows how to create a FixedSizeList array. The resulting array should be: This example shows how one can slice an array. The initial (float64) array is: and the sub-slice is: This example demonstrates creating an array, sourcing the values and null bitmaps directly from byte slices. The null count is set to UnknownNullCount, instructing the array to calculate the null count from the bitmap when NullN is called. This example shows how to create a List array. The resulting array should be: This example demonstrates how to create a Map Array. The resulting array should be: This example demonstrates how to build an array of int64 values using a builder and Append. This example shows how to create a Struct array. The resulting array should be:

  • Homepage: https://github.com/apache/arrow-go
  • Status: removed
  • Documentation: https://pkg.go.dev/github.com/apache/arrow-go/v18/arrow#section-documentation
  • Licenses: Apache-2.0, BSD-3-Clause
  • Latest release: (published 3 months ago)
  • Last Synced: 2026-08-20T21:37:36.168Z (1 day ago)
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 2.729%
    • Stargazers count: 3.49%
    • Average: 4.013%
    • Dependent packages count: 4.756%
    • Dependent repos count: 5.075%
proxy.golang.org: github.com/apache/arrow-go/v18/arrow/array

Package array provides implementations of various Arrow array types.

  • Homepage: https://github.com/apache/arrow-go
  • Status: removed
  • Documentation: https://pkg.go.dev/github.com/apache/arrow-go/v18/arrow/array#section-documentation
  • Licenses: Apache-2.0, BSD-3-Clause
  • Latest release: (published 3 months ago)
  • Last Synced: 2026-08-20T21:40:22.608Z (1 day ago)
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 2.729%
    • Stargazers count: 3.49%
    • Average: 4.013%
    • Dependent packages count: 4.756%
    • Dependent repos count: 5.075%
proxy.golang.org: github.com/apache/arrow-go/v18/arrow/internal

  • Homepage: https://github.com/apache/arrow-go
  • Status: removed
  • Documentation: https://pkg.go.dev/github.com/apache/arrow-go/v18/arrow/internal#section-documentation
  • Licenses: Apache-2.0, BSD-3-Clause
  • Latest release: v18.6.0 (published 3 months ago)
  • Last Synced: 2026-08-20T21:48:21.698Z (1 day ago)
  • Versions: 24
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 4.751%
    • Average: 4.91%
    • Dependent repos count: 5.07%
proxy.golang.org: github.com/apache/arrow-go/v18/internal/json

  • Homepage: https://github.com/apache/arrow-go
  • Status: removed
  • Documentation: https://pkg.go.dev/github.com/apache/arrow-go/v18/internal/json#section-documentation
  • Licenses: Apache-2.0, BSD-3-Clause
  • Latest release: v18.6.0 (published 3 months ago)
  • Last Synced: 2026-08-20T21:41:37.875Z (1 day ago)
  • Versions: 24
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 4.751%
    • Average: 4.91%
    • Dependent repos count: 5.07%
proxy.golang.org: github.com/apache/arrow-go/v18/arrow/scalar

  • Homepage: https://github.com/apache/arrow-go
  • Status: removed
  • Documentation: https://pkg.go.dev/github.com/apache/arrow-go/v18/arrow/scalar#section-documentation
  • Licenses: Apache-2.0, BSD-3-Clause
  • Latest release: v18.6.0 (published 3 months ago)
  • Last Synced: 2026-08-20T21:45:12.743Z (1 day ago)
  • Versions: 24
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 4.751%
    • Average: 4.91%
    • Dependent repos count: 5.07%
proxy.golang.org: github.com/apache/arrow-go/v18/arrow/encoded

  • Homepage: https://github.com/apache/arrow-go
  • Status: removed
  • Documentation: https://pkg.go.dev/github.com/apache/arrow-go/v18/arrow/encoded#section-documentation
  • Licenses: Apache-2.0, BSD-3-Clause
  • Latest release: v18.6.0 (published 3 months ago)
  • Last Synced: 2026-08-20T21:41:23.859Z (1 day ago)
  • Versions: 24
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 4.751%
    • Average: 4.91%
    • Dependent repos count: 5.07%
proxy.golang.org: github.com/apache/arrow-go/v18/arrow/decimal128

proxy.golang.org: github.com/apache/arrow-go/v18/arrow/float16

  • Homepage: https://github.com/apache/arrow-go
  • Status: removed
  • Documentation: https://pkg.go.dev/github.com/apache/arrow-go/v18/arrow/float16#section-documentation
  • Licenses: Apache-2.0, BSD-3-Clause
  • Latest release: v18.6.0 (published 3 months ago)
  • Last Synced: 2026-08-20T21:38:10.674Z (1 day ago)
  • Versions: 24
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 4.751%
    • Average: 4.91%
    • Dependent repos count: 5.07%
proxy.golang.org: github.com/apache/arrow-go/v18/internal/bitutils

proxy.golang.org: github.com/apache/arrow-go/v18/arrow/internal/debug

Package debug provides APIs for conditional runtime assertions and debug logging. To enable runtime assertions, build with the assert tag. When the assert tag is omitted, the code for the assertion will be omitted from the binary. To enable runtime debug logs, build with the debug tag. When the debug tag is omitted, the code for logging will be omitted from the binary.

proxy.golang.org: github.com/apache/arrow-go/v18/arrow/internal/flatbuf

proxy.golang.org: github.com/apache/arrow-go/v18/arrow/internal/dictutils

proxy.golang.org: github.com/apache/arrow-go/v18/internal/utils

  • Homepage: https://github.com/apache/arrow-go
  • Status: removed
  • Documentation: https://pkg.go.dev/github.com/apache/arrow-go/v18/internal/utils#section-documentation
  • Licenses: Apache-2.0, BSD-3-Clause
  • Latest release: v18.6.0 (published 3 months ago)
  • Last Synced: 2026-08-20T21:39:36.666Z (1 day ago)
  • Versions: 24
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 4.751%
    • Average: 4.91%
    • Dependent repos count: 5.07%
proxy.golang.org: github.com/apache/arrow-go/v18/arrow/bitutil

  • Homepage: https://github.com/apache/arrow-go
  • Status: removed
  • Documentation: https://pkg.go.dev/github.com/apache/arrow-go/v18/arrow/bitutil#section-documentation
  • Licenses: Apache-2.0, BSD-3-Clause
  • Latest release: v18.6.0 (published 3 months ago)
  • Last Synced: 2026-08-20T21:40:24.959Z (1 day ago)
  • Versions: 24
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 4.751%
    • Average: 4.91%
    • Dependent repos count: 5.07%
proxy.golang.org: github.com/apache/arrow-go/v18/arrow/decimal256

proxy.golang.org: github.com/apache/arrow-go/v18/arrow/arrio

Package arrio exposes functions to manipulate records, exposing and using interfaces not unlike the ones defined in the stdlib io package.

  • Homepage: https://github.com/apache/arrow-go
  • Status: removed
  • Documentation: https://pkg.go.dev/github.com/apache/arrow-go/v18/arrow/arrio#section-documentation
  • Licenses: Apache-2.0, BSD-3-Clause
  • Latest release: v18.6.0 (published 3 months ago)
  • Last Synced: 2026-08-20T21:44:39.578Z (1 day ago)
  • Versions: 24
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 4.751%
    • Average: 4.91%
    • Dependent repos count: 5.07%
proxy.golang.org: github.com/apache/arrow-go/v18/arrow/ipc

  • Homepage: https://github.com/apache/arrow-go
  • Status: removed
  • Documentation: https://pkg.go.dev/github.com/apache/arrow-go/v18/arrow/ipc#section-documentation
  • Licenses: Apache-2.0, BSD-3-Clause
  • Latest release: v18.6.0 (published 3 months ago)
  • Last Synced: 2026-08-20T21:41:08.571Z (1 day ago)
  • Versions: 24
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 4.751%
    • Average: 4.91%
    • Dependent repos count: 5.07%
proxy.golang.org: github.com/apache/arrow-go/v18/arrow/memory

Package memory provides support for allocating and manipulating memory at a low level. The build tag 'mallocator' will switch the default allocator to one backed by libc malloc. This also requires CGO.

  • Homepage: https://github.com/apache/arrow-go
  • Status: removed
  • Documentation: https://pkg.go.dev/github.com/apache/arrow-go/v18/arrow/memory#section-documentation
  • Licenses: Apache-2.0, BSD-3-Clause
  • Latest release: v18.6.0 (published 3 months ago)
  • Last Synced: 2026-08-20T21:40:09.718Z (1 day ago)
  • Versions: 24
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 4.751%
    • Average: 4.91%
    • Dependent repos count: 5.07%
proxy.golang.org: github.com/apache/arrow-go/v18/internal/hashing

Package hashing provides utilities for and an implementation of a hash table which is more performant than the default go map implementation by leveraging xxh3 and some custom hash functions.

proxy.golang.org: github.com/apache/arrow-go/v18/arrow/compute/internal/kernels

Package kernels defines all of the computation kernels for the compute library.

proxy.golang.org: github.com/apache/arrow-go/v18/arrow/compute

Package compute is a native-go implementation of an Acero-like arrow compute engine. While consumers of Arrow that are able to use CGO could utilize the C Data API (using the cdata package) and could link against the acero library directly, there are consumers who cannot use CGO. This is an attempt to provide for those users, and in general create a native-go arrow compute engine. Everything in this package should be considered Experimental for now. This example demonstrates how to register a custom scalar function.

  • Homepage: https://github.com/apache/arrow-go
  • Status: removed
  • Documentation: https://pkg.go.dev/github.com/apache/arrow-go/v18/arrow/compute#section-documentation
  • Licenses: Apache-2.0, BSD-3-Clause
  • Latest release: (published 3 months ago)
  • Last Synced: 2026-08-20T21:42:27.886Z (1 day ago)
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 4.756%
    • Average: 4.916%
    • Dependent repos count: 5.075%
proxy.golang.org: github.com/apache/arrow-go/v18/arrow/endian

  • Homepage: https://github.com/apache/arrow-go
  • Status: removed
  • Documentation: https://pkg.go.dev/github.com/apache/arrow-go/v18/arrow/endian#section-documentation
  • Licenses: Apache-2.0, BSD-3-Clause
  • Latest release: (published 3 months ago)
  • Last Synced: 2026-08-20T21:36:57.733Z (1 day ago)
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 4.756%
    • Average: 4.916%
    • Dependent repos count: 5.075%
proxy.golang.org: github.com/apache/arrow-go/v18/arrow/compute/exec

proxy.golang.org: github.com/apache/arrow-go/v18/arrow/decimal

  • Homepage: https://github.com/apache/arrow-go
  • Status: removed
  • Documentation: https://pkg.go.dev/github.com/apache/arrow-go/v18/arrow/decimal#section-documentation
  • Licenses: Apache-2.0, BSD-3-Clause
  • Latest release: (published 3 months ago)
  • Last Synced: 2026-08-20T21:40:01.551Z (1 day ago)
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 4.756%
    • Average: 4.916%
    • Dependent repos count: 5.075%
proxy.golang.org: github.com/apache/arrow-go

  • Homepage: https://github.com/apache/arrow-go
  • Status: removed
  • Documentation: https://pkg.go.dev/github.com/apache/arrow-go#section-documentation
  • Licenses: Apache-2.0, BSD-3-Clause
  • Latest release: (published about 1 year ago)
  • Last Synced: 2026-08-20T21:36:26.821Z (1 day ago)
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Docker Downloads: 114
  • Rankings:
    • Dependent packages count: 5.421%
    • Average: 5.603%
    • Dependent repos count: 5.785%
proxy.golang.org: github.com/apache/arrow-go/v18

  • Homepage: https://github.com/apache/arrow-go
  • Documentation: https://pkg.go.dev/github.com/apache/arrow-go/v18#section-documentation
  • Licenses: apache-2.0
  • Latest release: v18.7.0 (published about 1 month ago)
  • Last Synced: 2026-08-20T21:40:07.370Z (1 day ago)
  • Versions: 26
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Docker Downloads: 10,920,615,318
  • Rankings:
    • Dependent packages count: 6.237%
    • Average: 6.445%
    • Dependent repos count: 6.654%
debian-13: golang-github-apache-arrow-go

  • Homepage: https://github.com/apache/arrow-go
  • Documentation: https://packages.debian.org/trixie/golang-github-apache-arrow-go
  • Licenses: apache-2.0
  • Latest release: 18.2.0-1 (published 6 months ago)
  • Last Synced: 2026-03-13T19:12:23.395Z (5 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%

Dependencies

arrow/Gopkg.toml go
  • github.com/pkg/errors 0.8.1
  • github.com/stretchr/testify 1.2.0
go.mod go
  • github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c
  • github.com/alecthomas/participle/v2 v2.1.0
  • github.com/andybalholm/brotli v1.1.0
  • github.com/apache/thrift v0.20.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
  • github.com/dustin/go-humanize v1.0.1
  • github.com/fatih/color v1.15.0
  • github.com/goccy/go-json v0.10.3
  • github.com/goccy/go-yaml v1.11.0
  • github.com/golang/snappy v0.0.4
  • github.com/google/flatbuffers v24.3.25+incompatible
  • github.com/google/uuid v1.6.0
  • github.com/hamba/avro/v2 v2.25.0
  • github.com/hashicorp/golang-lru/v2 v2.0.7
  • github.com/huandu/xstrings v1.4.0
  • github.com/json-iterator/go v1.1.12
  • github.com/klauspost/asmfmt v1.3.2
  • github.com/klauspost/compress v1.17.9
  • github.com/klauspost/cpuid/v2 v2.2.8
  • github.com/kr/text v0.2.0
  • github.com/mattn/go-colorable v0.1.13
  • github.com/mattn/go-isatty v0.0.19
  • github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8
  • github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3
  • github.com/mitchellh/mapstructure v1.5.0
  • github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
  • github.com/modern-go/reflect2 v1.0.2
  • github.com/ncruces/go-strftime v0.1.9
  • github.com/pierrec/lz4/v4 v4.1.21
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
  • github.com/rogpeppe/go-internal v1.9.0
  • github.com/stretchr/objx v0.5.2
  • github.com/stretchr/testify v1.9.0
  • github.com/substrait-io/substrait-go v0.7.0
  • github.com/tidwall/gjson v1.14.2
  • github.com/tidwall/match v1.1.1
  • github.com/tidwall/pretty v1.2.0
  • github.com/tidwall/sjson v1.2.5
  • github.com/zeebo/xxh3 v1.0.2
  • golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
  • golang.org/x/mod v0.20.0
  • golang.org/x/net v0.28.0
  • golang.org/x/sync v0.8.0
  • golang.org/x/sys v0.23.0
  • golang.org/x/text v0.17.0
  • golang.org/x/tools v0.24.0
  • golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
  • gonum.org/v1/gonum v0.15.0
  • google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de
  • google.golang.org/grpc v1.63.2
  • google.golang.org/protobuf v1.34.2
  • gopkg.in/yaml.v3 v3.0.1
  • modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6
  • modernc.org/libc v1.41.0
  • modernc.org/mathutil v1.6.0
  • modernc.org/memory v1.7.2
  • modernc.org/sqlite v1.29.6
  • modernc.org/strutil v1.2.0
  • modernc.org/token v1.1.0
go.sum go
  • github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c
  • github.com/alecthomas/assert/v2 v2.3.0
  • github.com/alecthomas/participle/v2 v2.1.0
  • github.com/alecthomas/repr v0.2.0
  • github.com/andybalholm/brotli v1.1.0
  • github.com/apache/thrift v0.20.0
  • github.com/creack/pty v1.1.9
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
  • github.com/dustin/go-humanize v1.0.1
  • github.com/fatih/color v1.15.0
  • github.com/go-playground/locales v0.13.0
  • github.com/go-playground/universal-translator v0.17.0
  • github.com/go-playground/validator/v10 v10.11.1
  • github.com/goccy/go-json v0.10.3
  • github.com/goccy/go-yaml v1.11.0
  • github.com/golang/protobuf v1.5.4
  • github.com/golang/snappy v0.0.4
  • github.com/google/flatbuffers v24.3.25+incompatible
  • github.com/google/go-cmp v0.6.0
  • github.com/google/gofuzz v1.0.0
  • github.com/google/pprof v0.0.0-20221118152302-e6195bd50e26
  • github.com/google/uuid v1.6.0
  • github.com/hamba/avro/v2 v2.25.0
  • github.com/hashicorp/golang-lru/v2 v2.0.7
  • github.com/hexops/gotextdiff v1.0.3
  • github.com/huandu/xstrings v1.4.0
  • github.com/json-iterator/go v1.1.12
  • github.com/klauspost/asmfmt v1.3.2
  • github.com/klauspost/compress v1.17.9
  • github.com/klauspost/cpuid/v2 v2.2.8
  • github.com/kr/pretty v0.3.1
  • github.com/kr/text v0.2.0
  • github.com/leodido/go-urn v1.2.0
  • github.com/mattn/go-colorable v0.1.13
  • github.com/mattn/go-isatty v0.0.16
  • github.com/mattn/go-isatty v0.0.19
  • github.com/mattn/go-sqlite3 v1.14.22
  • github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8
  • github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3
  • github.com/mitchellh/mapstructure v1.5.0
  • github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
  • github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
  • github.com/modern-go/reflect2 v1.0.2
  • github.com/ncruces/go-strftime v0.1.9
  • github.com/pierrec/lz4/v4 v4.1.21
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
  • github.com/rogpeppe/go-internal v1.9.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/objx v0.5.2
  • github.com/stretchr/testify v1.3.0
  • github.com/stretchr/testify v1.9.0
  • github.com/substrait-io/substrait-go v0.7.0
  • github.com/tidwall/gjson v1.14.2
  • github.com/tidwall/match v1.1.1
  • github.com/tidwall/pretty v1.2.0
  • github.com/tidwall/sjson v1.2.5
  • github.com/zeebo/assert v1.3.0
  • github.com/zeebo/xxh3 v1.0.2
  • golang.org/x/crypto v0.26.0
  • golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
  • golang.org/x/mod v0.20.0
  • golang.org/x/net v0.28.0
  • golang.org/x/sync v0.8.0
  • golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
  • golang.org/x/sys v0.5.0
  • golang.org/x/sys v0.6.0
  • golang.org/x/sys v0.23.0
  • golang.org/x/text v0.17.0
  • golang.org/x/tools v0.24.0
  • golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
  • gonum.org/v1/gonum v0.15.0
  • google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de
  • google.golang.org/grpc v1.63.2
  • google.golang.org/protobuf v1.34.2
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
  • gopkg.in/yaml.v3 v3.0.1
  • modernc.org/fileutil v1.3.0
  • modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6
  • modernc.org/libc v1.41.0
  • modernc.org/mathutil v1.6.0
  • modernc.org/memory v1.7.2
  • modernc.org/sqlite v1.29.6
  • modernc.org/strutil v1.2.0
  • modernc.org/token v1.1.0
arrow/Gopkg.lock go
  • github.com/davecgh/go-spew 346938d642f2ec3594ed81d874461961cd0faa76
  • github.com/pkg/errors ba968bfe8b2f7e042a574c888954fccecfa385b4
  • github.com/pmezard/go-difflib 792786c7400a136282c1664665ae0a8db921c6c2
  • github.com/stretchr/testify b91bfb9ebec76498946beb6af7c0230c7cc7ba6c
.github/workflows/lint.yml actions
  • actions/cache v4 composite
  • actions/checkout 692973e3d937129bcbf40652eb9f2f61becf3332 composite
  • actions/setup-python f677139bbe7f9c59b41e40162b753c062f5d49a3 composite
.github/workflows/test.yml actions
  • actions/checkout 692973e3d937129bcbf40652eb9f2f61becf3332 composite
  • actions/setup-go 0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 composite
  • docker/login-action v3 composite
.github/workflows/rc.yml actions
  • actions/checkout 692973e3d937129bcbf40652eb9f2f61becf3332 composite
  • actions/download-artifact fa0a91b85d4f404e444e00e005971372dc801d16 composite
  • actions/upload-artifact 50769540e7f4bd5e21e526ee35c689e35e0d6874 composite