github.com/apache/arrow/go/v10@v10.0.1/go.mod (about) 1 // Licensed to the Apache Software Foundation (ASF) under one 2 // or more contributor license agreements. See the NOTICE file 3 // distributed with this work for additional information 4 // regarding copyright ownership. The ASF licenses this file 5 // to you under the Apache License, Version 2.0 (the 6 // "License"); you may not use this file except in compliance 7 // with the License. You may obtain a copy of the License at 8 // 9 // http://www.apache.org/licenses/LICENSE-2.0 10 // 11 // Unless required by applicable law or agreed to in writing, software 12 // distributed under the License is distributed on an "AS IS" BASIS, 13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 // See the License for the specific language governing permissions and 15 // limitations under the License. 16 17 module github.com/apache/arrow/go/v10 18 19 go 1.17 20 21 require ( 22 github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c 23 github.com/andybalholm/brotli v1.0.4 24 github.com/apache/thrift v0.16.0 25 github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 26 github.com/goccy/go-json v0.9.11 27 github.com/golang/snappy v0.0.4 28 github.com/google/flatbuffers v2.0.8+incompatible 29 github.com/klauspost/asmfmt v1.3.2 30 github.com/klauspost/compress v1.15.9 31 github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 32 github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 33 github.com/pierrec/lz4/v4 v4.1.15 34 github.com/stretchr/testify v1.8.0 35 github.com/zeebo/xxh3 v1.0.2 36 golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 37 golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde 38 golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 39 golang.org/x/tools v0.1.12 40 golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f 41 gonum.org/v1/gonum v0.11.0 42 google.golang.org/grpc v1.49.0 43 google.golang.org/protobuf v1.28.1 44 modernc.org/sqlite v1.18.1 45 ) 46 47 require ( 48 github.com/davecgh/go-spew v1.1.1 // indirect 49 github.com/golang/protobuf v1.5.2 // indirect 50 github.com/google/uuid v1.3.0 // indirect 51 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect 52 github.com/klauspost/cpuid/v2 v2.0.9 // indirect 53 github.com/kr/pretty v0.3.0 // indirect 54 github.com/mattn/go-isatty v0.0.16 // indirect 55 github.com/pmezard/go-difflib v1.0.0 // indirect 56 github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect 57 github.com/rogpeppe/go-internal v1.9.0 // indirect 58 github.com/stretchr/objx v0.4.0 // indirect 59 golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect 60 golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect 61 golang.org/x/text v0.3.7 // indirect 62 google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect 63 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect 64 gopkg.in/yaml.v3 v3.0.1 // indirect 65 lukechampine.com/uint128 v1.2.0 // indirect 66 modernc.org/cc/v3 v3.36.3 // indirect 67 modernc.org/ccgo/v3 v3.16.9 // indirect 68 modernc.org/libc v1.17.1 // indirect 69 modernc.org/mathutil v1.5.0 // indirect 70 modernc.org/memory v1.2.1 // indirect 71 modernc.org/opt v0.1.3 // indirect 72 modernc.org/strutil v1.1.3 // indirect 73 modernc.org/token v1.0.0 // indirect 74 )