summaryrefslogtreecommitdiffstats
path: root/src/arrow/go/go.mod
blob: 9710146b393ca1ef41508ef5f39bb77cfb881fbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements.  See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership.  The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License.  You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

module github.com/apache/arrow/go/v6

go 1.15

require (
	github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c
	github.com/andybalholm/brotli v1.0.3
	github.com/apache/thrift v0.15.0
	github.com/golang/protobuf v1.5.2
	github.com/golang/snappy v0.0.4
	github.com/google/flatbuffers v2.0.0+incompatible
	github.com/klauspost/asmfmt v1.3.1
	github.com/klauspost/compress v1.13.6
	github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8
	github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3
	github.com/pierrec/lz4/v4 v4.1.9
	github.com/stretchr/testify v1.7.0
	github.com/zeebo/xxh3 v0.13.0
	golang.org/x/exp v0.0.0-20211028214138-64b4c8e87d1a
	golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359
	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
	gonum.org/v1/gonum v0.9.3
	google.golang.org/grpc v1.41.0
	google.golang.org/protobuf v1.27.1
)