| // 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. |
| |
| // This module contains all Go code used for Beam's SDKs. This file is placed |
| // in this directory in order to cover the go code required for Java and Python |
| // containers, as well as the entire Go SDK. Placing this file in the repository |
| // root is not possible because it causes conflicts with a pre-existing vendor |
| // directory. |
| module github.com/apache/beam/sdks/v2 |
| |
| go 1.21 |
| |
| require ( |
| cloud.google.com/go/bigquery v1.63.0 |
| cloud.google.com/go/bigtable v1.33.0 |
| cloud.google.com/go/datastore v1.19.0 |
| cloud.google.com/go/profiler v0.4.1 |
| cloud.google.com/go/pubsub v1.43.0 |
| cloud.google.com/go/spanner v1.67.0 |
| cloud.google.com/go/storage v1.44.0 |
| github.com/aws/aws-sdk-go-v2 v1.32.1 |
| github.com/aws/aws-sdk-go-v2/config v1.27.42 |
| github.com/aws/aws-sdk-go-v2/credentials v1.17.40 |
| github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.28 |
| github.com/aws/aws-sdk-go-v2/service/s3 v1.65.0 |
| github.com/aws/smithy-go v1.22.0 |
| github.com/docker/go-connections v0.5.0 |
| github.com/dustin/go-humanize v1.0.1 |
| github.com/go-sql-driver/mysql v1.8.1 |
| github.com/google/go-cmp v0.6.0 |
| github.com/google/uuid v1.6.0 |
| github.com/johannesboyne/gofakes3 v0.0.0-20221110173912-32fb85c5aed6 |
| github.com/lib/pq v1.10.9 |
| github.com/linkedin/goavro/v2 v2.13.0 |
| github.com/nats-io/nats-server/v2 v2.10.18 |
| github.com/nats-io/nats.go v1.37.0 |
| github.com/proullon/ramsql v0.1.4 |
| github.com/spf13/cobra v1.8.1 |
| github.com/testcontainers/testcontainers-go v0.33.0 |
| github.com/tetratelabs/wazero v1.8.0 |
| github.com/xitongsys/parquet-go v1.6.2 |
| github.com/xitongsys/parquet-go-source v0.0.0-20220315005136-aec0fe3e777c |
| go.mongodb.org/mongo-driver v1.17.1 |
| golang.org/x/net v0.30.0 |
| golang.org/x/oauth2 v0.23.0 |
| golang.org/x/sync v0.8.0 |
| golang.org/x/sys v0.26.0 |
| golang.org/x/text v0.19.0 |
| google.golang.org/api v0.199.0 |
| google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 |
| google.golang.org/grpc v1.67.1 |
| google.golang.org/protobuf v1.34.2 |
| gopkg.in/yaml.v2 v2.4.0 |
| gopkg.in/yaml.v3 v3.0.1 |
| ) |
| |
| require ( |
| github.com/avast/retry-go/v4 v4.6.0 |
| github.com/fsouza/fake-gcs-server v1.49.2 |
| golang.org/x/exp v0.0.0-20231006140011-7918f672742d |
| ) |
| |
| require ( |
| cel.dev/expr v0.16.1 // indirect |
| cloud.google.com/go/auth v0.9.5 // indirect |
| cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect |
| cloud.google.com/go/monitoring v1.21.1 // indirect |
| dario.cat/mergo v1.0.0 // indirect |
| filippo.io/edwards25519 v1.1.0 // indirect |
| github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect |
| github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.0 // indirect |
| github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1 // indirect |
| github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect |
| github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect |
| github.com/apache/arrow/go/v15 v15.0.2 // indirect |
| github.com/containerd/log v0.1.0 // indirect |
| github.com/containerd/platforms v0.2.1 // indirect |
| github.com/distribution/reference v0.6.0 // indirect |
| github.com/go-logr/logr v1.4.2 // indirect |
| github.com/go-logr/stdr v1.2.2 // indirect |
| github.com/go-ole/go-ole v1.2.6 // indirect |
| github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect |
| github.com/minio/highwayhash v1.0.3 // indirect |
| github.com/moby/docker-image-spec v1.3.1 // indirect |
| github.com/moby/sys/user v0.1.0 // indirect |
| github.com/moby/sys/userns v0.1.0 // indirect |
| github.com/nats-io/jwt/v2 v2.5.8 // indirect |
| github.com/nats-io/nkeys v0.4.7 // indirect |
| github.com/nats-io/nuid v1.0.1 // indirect |
| github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect |
| github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect |
| github.com/shirou/gopsutil/v3 v3.23.12 // indirect |
| github.com/shoenig/go-m1cpu v0.1.6 // indirect |
| github.com/tklauser/go-sysconf v0.3.12 // indirect |
| github.com/tklauser/numcpus v0.6.1 // indirect |
| github.com/yusufpapurcu/wmi v1.2.3 // indirect |
| go.einride.tech/aip v0.68.0 // indirect |
| go.opentelemetry.io/contrib/detectors/gcp v1.29.0 // indirect |
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect |
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect |
| go.opentelemetry.io/otel v1.29.0 // indirect |
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 // indirect |
| go.opentelemetry.io/otel/metric v1.29.0 // indirect |
| go.opentelemetry.io/otel/sdk v1.29.0 // indirect |
| go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect |
| go.opentelemetry.io/otel/trace v1.29.0 // indirect |
| golang.org/x/time v0.6.0 // indirect |
| google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect |
| ) |
| |
| require ( |
| cloud.google.com/go v0.115.1 // indirect |
| cloud.google.com/go/compute/metadata v0.5.2 // indirect |
| cloud.google.com/go/iam v1.2.1 // indirect |
| cloud.google.com/go/longrunning v0.6.1 // indirect |
| github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect |
| github.com/Microsoft/go-winio v0.6.2 // indirect |
| github.com/apache/arrow/go/arrow v0.0.0-20200730104253-651201b0f516 // indirect |
| github.com/apache/thrift v0.17.0 // indirect |
| github.com/aws/aws-sdk-go v1.34.0 // indirect |
| github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 // indirect |
| github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.16 // indirect |
| github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.20 // indirect |
| github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.20 // indirect |
| github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect |
| github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.19 // indirect |
| github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect |
| github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.0 // indirect |
| github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.1 // indirect |
| github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.0 // indirect |
| github.com/aws/aws-sdk-go-v2/service/sso v1.24.1 // indirect |
| github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.1 // indirect |
| github.com/aws/aws-sdk-go-v2/service/sts v1.32.1 // indirect |
| github.com/cenkalti/backoff/v4 v4.2.1 // indirect |
| github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect |
| github.com/cespare/xxhash/v2 v2.3.0 // indirect |
| github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect |
| github.com/cpuguy83/dockercfg v0.3.1 // indirect |
| github.com/docker/docker v27.3.1+incompatible // but required to resolve issue docker has with go1.20 |
| github.com/docker/go-units v0.5.0 // indirect |
| github.com/envoyproxy/go-control-plane v0.13.0 // indirect |
| github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect |
| github.com/felixge/httpsnoop v1.0.4 // indirect |
| github.com/goccy/go-json v0.10.2 // indirect |
| github.com/gogo/protobuf v1.3.2 // indirect |
| github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
| github.com/golang/snappy v0.0.4 // indirect |
| github.com/google/flatbuffers v23.5.26+incompatible // indirect |
| github.com/google/pprof v0.0.0-20240528025155-186aa0362fba // indirect |
| github.com/google/renameio/v2 v2.0.0 // indirect |
| github.com/google/s2a-go v0.1.8 // indirect |
| github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect |
| github.com/googleapis/gax-go/v2 v2.13.0 // indirect |
| github.com/gorilla/handlers v1.5.2 // indirect |
| github.com/gorilla/mux v1.8.1 // indirect |
| github.com/inconshreveable/mousetrap v1.1.0 // indirect |
| github.com/klauspost/compress v1.17.9 // indirect |
| github.com/klauspost/cpuid/v2 v2.2.6 // indirect |
| github.com/magiconair/properties v1.8.7 // indirect |
| github.com/moby/patternmatcher v0.6.0 // indirect |
| github.com/moby/sys/sequential v0.5.0 // indirect |
| github.com/moby/term v0.5.0 // indirect |
| github.com/montanaflynn/stats v0.7.1 // indirect |
| github.com/morikuni/aec v1.0.0 // indirect |
| github.com/opencontainers/go-digest v1.0.0 // indirect |
| github.com/opencontainers/image-spec v1.1.0 // indirect |
| github.com/pierrec/lz4/v4 v4.1.18 // indirect |
| github.com/pkg/errors v0.9.1 // indirect |
| github.com/pkg/xattr v0.4.9 // indirect |
| github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect |
| github.com/shabbyrobe/gocovmerge v0.0.0-20180507124511-f6ea450bfb63 // indirect |
| github.com/sirupsen/logrus v1.9.3 // indirect |
| github.com/spf13/pflag v1.0.5 // indirect |
| github.com/xdg-go/pbkdf2 v1.0.0 // indirect |
| github.com/xdg-go/scram v1.1.2 // indirect |
| github.com/xdg-go/stringprep v1.0.4 // indirect |
| github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect |
| github.com/zeebo/xxh3 v1.0.2 // indirect |
| go.opencensus.io v0.24.0 // indirect |
| golang.org/x/crypto v0.28.0 // indirect |
| golang.org/x/mod v0.20.0 // indirect |
| golang.org/x/tools v0.24.0 // indirect |
| golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect |
| google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect |
| google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect |
| ) |