| // 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/spark-connect-go/v35 |
| |
| go 1.22.0 |
| |
| toolchain go1.23.2 |
| |
| require ( |
| github.com/apache/arrow-go/v18 v18.0.0 |
| github.com/go-errors/errors v1.5.1 |
| github.com/google/uuid v1.6.0 |
| github.com/stretchr/testify v1.9.0 |
| google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 |
| google.golang.org/grpc v1.67.1 |
| google.golang.org/protobuf v1.35.1 |
| ) |
| |
| require ( |
| cloud.google.com/go/compute/metadata v0.5.0 // indirect |
| github.com/kr/pretty v0.3.0 // indirect |
| golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect |
| golang.org/x/sync v0.8.0 // indirect |
| gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
| ) |
| |
| require ( |
| github.com/davecgh/go-spew v1.1.1 // indirect |
| github.com/goccy/go-json v0.10.3 // indirect |
| github.com/google/flatbuffers v24.3.25+incompatible // indirect |
| github.com/klauspost/compress v1.17.11 // indirect |
| github.com/klauspost/cpuid/v2 v2.2.8 // indirect |
| github.com/pierrec/lz4/v4 v4.1.21 // indirect |
| github.com/pmezard/go-difflib v1.0.0 // indirect |
| github.com/zeebo/xxh3 v1.0.2 // indirect |
| golang.org/x/mod v0.21.0 // indirect |
| golang.org/x/net v0.30.0 // indirect |
| golang.org/x/oauth2 v0.22.0 |
| golang.org/x/sys v0.26.0 // indirect |
| golang.org/x/text v0.19.0 // indirect |
| golang.org/x/tools v0.26.0 // indirect |
| golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect |
| gopkg.in/yaml.v3 v3.0.1 // indirect |
| ) |