github.com/apache/arrow/go/v7@v7.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/v7
    18  
    19  go 1.15
    20  
    21  require (
    22  	github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c
    23  	github.com/andybalholm/brotli v1.0.3
    24  	github.com/apache/thrift v0.15.0
    25  	github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
    26  	github.com/goccy/go-json v0.7.10
    27  	github.com/golang/protobuf v1.5.2
    28  	github.com/golang/snappy v0.0.4
    29  	github.com/google/flatbuffers v2.0.0+incompatible
    30  	github.com/google/go-cmp v0.5.6 // indirect
    31  	github.com/klauspost/asmfmt v1.3.1
    32  	github.com/klauspost/compress v1.13.6
    33  	github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8
    34  	github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3
    35  	github.com/pierrec/lz4/v4 v4.1.12
    36  	github.com/stretchr/testify v1.7.2
    37  	github.com/zeebo/xxh3 v1.0.1
    38  	golang.org/x/exp v0.0.0-20211216164055-b2b84827b756
    39  	golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
    40  	golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
    41  	golang.org/x/tools v0.1.10
    42  	golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
    43  	gonum.org/v1/gonum v0.9.3
    44  	google.golang.org/genproto v0.0.0-20210630183607-d20f26d13c79 // indirect
    45  	google.golang.org/grpc v1.41.0
    46  	google.golang.org/protobuf v1.27.1
    47  )