diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 11:54:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 11:54:28 +0000 |
commit | e6918187568dbd01842d8d1d2c808ce16a894239 (patch) | |
tree | 64f88b554b444a49f656b6c656111a145cbbaa28 /src/arrow/go/go.mod | |
parent | Initial commit. (diff) | |
download | ceph-e6918187568dbd01842d8d1d2c808ce16a894239.tar.xz ceph-e6918187568dbd01842d8d1d2c808ce16a894239.zip |
Adding upstream version 18.2.2.upstream/18.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/arrow/go/go.mod')
-rw-r--r-- | src/arrow/go/go.mod | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/src/arrow/go/go.mod b/src/arrow/go/go.mod new file mode 100644 index 000000000..9710146b3 --- /dev/null +++ b/src/arrow/go/go.mod @@ -0,0 +1,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 +) |