This adds a temporary subpackage implementing the experimental "Blob Listing with Apache Arrow" feature on top of the released Azure azblob SDK. The Azure SDK for Go supports Arrow listing on its unreleased feature/storage/bifrost branch (commit c6fa341ca22b) but that can't be used in a release. This package exposes the same options and pager interface as the experimental SDK, built on the released SDK's public API plus verbatim copies of its Arrow decoder and of the two internal auth policies (shared key signing and storage bearer challenge) which the released SDK does not export. Copied files carry MIT attribution headers pinned to their upstream source. When Arrow listing ships in a released azblob the whole package will be deleted and callers pointed back at the SDK - the interface is deliberately source compatible to make that a mechanical change. Also exports auth.Transporter so the new package's pipeline can use rclone's fshttp transport, and adds github.com/apache/arrow-go/v18 as a direct dependency for decoding the Arrow IPC stream.
289 lines
14 KiB
AMPL
289 lines
14 KiB
AMPL
module github.com/rclone/rclone
|
|
|
|
go 1.25.0
|
|
|
|
godebug x509negativeserial=1
|
|
|
|
require (
|
|
bazil.org/fuse v0.0.0-20230120002735-62a210ff1fd5
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.22.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.14.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.8.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/storage/azfile v1.7.0
|
|
github.com/Azure/go-ntlmssp v0.1.1
|
|
github.com/FilenCloudDienste/filen-sdk-go v0.0.39
|
|
github.com/Files-com/files-sdk-go/v3 v3.3.194
|
|
github.com/Max-Sum/base32768 v0.0.0-20230304063302-18e6ce5945fd
|
|
github.com/a1ex3/zstd-seekable-format-go/pkg v0.10.0
|
|
github.com/a8m/tree v0.0.0-20240104212747-2c8764a5f17e
|
|
github.com/aalpar/deheap v1.1.2
|
|
github.com/abbot/go-http-auth v0.4.0
|
|
github.com/adrg/xdg v0.5.3
|
|
github.com/anacrolix/dms v1.7.2
|
|
github.com/anacrolix/log v0.17.0
|
|
github.com/apache/arrow-go/v18 v18.7.0
|
|
github.com/atotto/clipboard v0.1.4
|
|
github.com/aws/aws-sdk-go-v2 v1.42.1
|
|
github.com/aws/aws-sdk-go-v2/config v1.32.30
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.19.29
|
|
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.22.34
|
|
github.com/aws/aws-sdk-go-v2/service/s3 v1.105.2
|
|
github.com/aws/aws-sdk-go-v2/service/sts v1.44.1
|
|
github.com/aws/smithy-go v1.27.4
|
|
github.com/buengese/sgzip v0.1.1
|
|
github.com/cloudinary/cloudinary-go/v2 v2.16.0
|
|
github.com/cloudsoda/go-smb2 v0.0.0-20260701064823-d8c5600d73b8
|
|
github.com/colinmarc/hdfs/v2 v2.4.0
|
|
github.com/coreos/go-semver v0.3.1
|
|
github.com/coreos/go-systemd/v22 v22.6.0 // v22.7.0 fails to compile on netbsd - don't upgrade until fixed upstream
|
|
github.com/diskfs/go-diskfs v1.9.4
|
|
github.com/dop251/scsu v0.0.0-20220106150536-84ac88021d00
|
|
github.com/dropbox/dropbox-sdk-go-unofficial/v6 v6.4.0
|
|
github.com/gabriel-vasile/mimetype v1.4.13
|
|
github.com/gdamore/tcell/v2 v2.9.0
|
|
github.com/go-chi/chi/v5 v5.3.1
|
|
github.com/go-darwin/apfs v0.0.0-20211011131704-f84b94dbf348
|
|
github.com/go-git/go-billy/v5 v5.9.0
|
|
github.com/golang-jwt/jwt/v5 v5.3.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/hanwen/go-fuse/v2 v2.10.1
|
|
github.com/internxt/rclone-adapter v0.0.0-20260708165336-dd6561bacfa2
|
|
github.com/jcmturner/gokrb5/v8 v8.4.4
|
|
github.com/jlaffaye/ftp v0.2.1-0.20251026020404-6602e981a1bb
|
|
github.com/josephspurrier/goversioninfo v1.7.0
|
|
github.com/jzelinskie/whirlpool v0.0.0-20201016144138-0675e54bb004
|
|
github.com/klauspost/compress v1.19.0
|
|
github.com/koofr/go-httpclient v0.0.0-20240520111329-e20f8f203988
|
|
github.com/koofr/go-koofrclient v0.0.0-20221207135200-cbd7fc9ad6a6
|
|
github.com/lanrat/extsort v1.4.2
|
|
github.com/mattn/go-colorable v0.1.15
|
|
github.com/mattn/go-runewidth v0.0.24
|
|
github.com/mholt/archives v0.1.5
|
|
github.com/minio/minio-go/v7 v7.2.1
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/moby/sys/mountinfo v0.7.2
|
|
github.com/muesli/reflow v0.3.0
|
|
github.com/ncw/swift/v2 v2.0.5
|
|
github.com/oracle/oci-go-sdk/v65 v65.121.0
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/peterh/liner v1.2.2
|
|
github.com/pkg/sftp v1.13.11
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
|
|
github.com/prometheus/client_golang v1.23.2
|
|
github.com/putdotio/go-putio/putio v0.0.0-20200123120452-16d982cac2b8
|
|
github.com/quasilyte/go-ruleguard/dsl v0.3.23
|
|
github.com/rclone/Proton-API-Bridge v1.0.4
|
|
github.com/rclone/go-proton-api v1.0.3
|
|
github.com/rclone/gofakes3 v0.0.7
|
|
github.com/rfjakob/eme v1.2.0
|
|
github.com/rivo/uniseg v0.4.7
|
|
github.com/rogpeppe/go-internal v1.15.0
|
|
github.com/shirou/gopsutil/v4 v4.26.6
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
|
|
github.com/spf13/cobra v1.10.2
|
|
github.com/spf13/pflag v1.0.10
|
|
github.com/stretchr/testify v1.11.1
|
|
github.com/t3rm1n4l/go-mega v0.0.0-20260717075258-c6acd6a5bd04
|
|
github.com/unknwon/goconfig v1.0.0
|
|
github.com/willscott/go-nfs v0.0.4
|
|
github.com/winfsp/cgofuse v1.6.1-0.20260126094232-f2c4fccdb286
|
|
github.com/wk8/go-ordered-map/v2 v2.1.8
|
|
github.com/xanzy/ssh-agent v0.3.3
|
|
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78
|
|
github.com/yunify/qingstor-sdk-go/v3 v3.2.0
|
|
github.com/zeebo/blake3 v0.2.4
|
|
github.com/zeebo/xxh3 v1.1.0
|
|
go.etcd.io/bbolt v1.5.0
|
|
goftp.io/server/v2 v2.0.3
|
|
golang.org/x/crypto v0.54.0
|
|
golang.org/x/net v0.57.0
|
|
golang.org/x/oauth2 v0.36.0
|
|
golang.org/x/sync v0.22.0
|
|
golang.org/x/sys v0.47.0
|
|
golang.org/x/text v0.40.0
|
|
golang.org/x/time v0.15.0
|
|
google.golang.org/api v0.279.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
gopkg.in/validator.v2 v2.0.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
moul.io/http2curl/v2 v2.3.0
|
|
storj.io/uplink v1.14.3
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go/auth v0.20.0 // indirect
|
|
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
|
|
cloud.google.com/go/compute/metadata v0.9.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.12.0 // indirect
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v1.7.2 // indirect
|
|
github.com/ProtonMail/bcrypt v0.0.0-20211005172633-e235017c1baf // indirect
|
|
github.com/ProtonMail/gluon v0.17.1-0.20230724134000-308be39be96e // indirect
|
|
github.com/ProtonMail/go-srp v0.0.7 // indirect
|
|
github.com/ProtonMail/gopenpgp/v3 v3.4.1 // indirect
|
|
github.com/PuerkitoBio/goquery v1.12.0 // indirect
|
|
github.com/STARRY-S/zip v0.2.3 // indirect
|
|
github.com/akavel/rsrc v0.10.2 // indirect
|
|
github.com/anacrolix/generics v0.2.0 // indirect
|
|
github.com/anchore/go-lzo v0.1.1 // indirect
|
|
github.com/andybalholm/brotli v1.2.2 // indirect
|
|
github.com/andybalholm/cascadia v1.3.4 // indirect
|
|
github.com/appscode/go-querystring v0.0.0-20170504095604-0126cfb3f1dc // indirect
|
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.14 // indirect
|
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.30 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.30 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.30 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.31 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.13 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.23 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.30 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.31 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/signin v1.4.1 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/sso v1.32.1 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.37.1 // indirect
|
|
github.com/bahlo/generic-list-go v0.2.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/bodgit/plumbing v1.3.0 // indirect
|
|
github.com/bodgit/sevenzip v1.6.5 // indirect
|
|
github.com/bodgit/windows v1.0.1 // indirect
|
|
github.com/boombuler/barcode v1.1.0 // indirect
|
|
github.com/bradenaw/juniper v0.15.3 // indirect
|
|
github.com/buger/jsonparser v1.2.0 // indirect
|
|
github.com/calebcase/tmpfile v1.0.3 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/chilts/sid v0.0.0-20190607042430-660e94789ec9 // indirect
|
|
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
|
|
github.com/cloudflare/circl v1.6.4 // indirect
|
|
github.com/cloudsoda/sddl v0.0.0-20250224235906-926454e91efc // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
|
|
github.com/creasty/defaults v1.8.0 // indirect
|
|
github.com/cronokirby/saferith v0.33.1-0.20250226174546-1f11f94ce488 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/dromara/dongle v1.0.1 // indirect
|
|
github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/ebitengine/purego v0.10.1 // indirect
|
|
github.com/emersion/go-message v0.18.2 // indirect
|
|
github.com/emersion/go-vcard v0.0.0-20260618161152-d854b7e0e2d3 // indirect
|
|
github.com/felixge/httpsnoop v1.1.0 // indirect
|
|
github.com/flynn/noise v1.1.0 // indirect
|
|
github.com/gdamore/encoding v1.0.1 // indirect
|
|
github.com/geoffgarside/ber v1.2.0 // indirect
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
|
github.com/go-openapi/errors v0.22.8 // indirect
|
|
github.com/go-openapi/strfmt v0.27.0 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/go-playground/validator/v10 v10.30.3 // indirect
|
|
github.com/go-resty/resty/v2 v2.17.2 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
|
|
github.com/goccy/go-json v0.10.6 // indirect
|
|
github.com/gofrs/flock v0.13.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/google/btree v1.1.3 // indirect
|
|
github.com/google/flatbuffers v25.12.19+incompatible // indirect
|
|
github.com/google/s2a-go v0.1.9 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.18 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.22.0 // indirect
|
|
github.com/gorilla/schema v1.4.1 // indirect
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
|
|
github.com/hashicorp/go-uuid v1.0.3 // indirect
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
|
|
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
|
|
github.com/jcmturner/gofork v1.7.6 // indirect
|
|
github.com/jcmturner/goidentity/v6 v6.0.1 // indirect
|
|
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
|
|
github.com/jtolio/noiseconn v0.0.0-20231127013910-f6d9ecbf1de7 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.4.0 // indirect
|
|
github.com/klauspost/crc32 v1.3.0 // indirect
|
|
github.com/klauspost/pgzip v1.2.6 // indirect
|
|
github.com/kr/fs v0.1.0 // indirect
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
github.com/lpar/calendar v0.2.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20260627054121-477a66015f15 // indirect
|
|
github.com/mailru/easyjson v0.9.2 // indirect
|
|
github.com/mattn/go-isatty v0.0.23 // indirect
|
|
github.com/mikelolasagasti/xz v1.0.1 // indirect
|
|
github.com/minio/crc64nvme v1.1.1 // indirect
|
|
github.com/minio/md5-simd v1.1.2 // indirect
|
|
github.com/minio/minlz v1.2.0 // indirect
|
|
github.com/minio/xxml v0.0.3 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/nwaples/rardecode/v2 v2.2.5 // indirect
|
|
github.com/oklog/ulid/v2 v2.1.1 // indirect
|
|
github.com/panjf2000/ants/v2 v2.12.1 // indirect
|
|
github.com/pengsrc/go-shared v0.2.1-0.20190131101655-1999055a4a14 // indirect
|
|
github.com/philhofer/fwd v1.2.0 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.27 // indirect
|
|
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
|
|
github.com/prometheus/client_model v0.6.2 // indirect
|
|
github.com/prometheus/common v0.70.0 // indirect
|
|
github.com/prometheus/procfs v0.21.1 // indirect
|
|
github.com/rasky/go-xdr v0.0.0-20170124162913-1a41d1a06c93 // indirect
|
|
github.com/relvacode/iso8601 v1.7.0 // indirect
|
|
github.com/rs/xid v1.6.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect
|
|
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
|
|
github.com/samber/lo v1.53.0 // indirect
|
|
github.com/shabbyrobe/gocovmerge v0.0.0-20230507112040-c3350d9342df // indirect
|
|
github.com/sirupsen/logrus v1.9.4 // indirect
|
|
github.com/smartystreets/goconvey v1.8.1 // indirect
|
|
github.com/sony/gobreaker/v2 v2.4.0 // indirect
|
|
github.com/sorairolake/lzip-go v0.3.8 // indirect
|
|
github.com/spacemonkeygo/monkit/v3 v3.0.25-0.20251022131615-eb24eb109368 // indirect
|
|
github.com/spf13/afero v1.15.0 // indirect
|
|
github.com/stangelandcl/ppmd v0.1.1 // indirect
|
|
github.com/tinylib/msgp v1.6.4 // indirect
|
|
github.com/tklauser/go-sysconf v0.4.0 // indirect
|
|
github.com/tklauser/numcpus v0.12.0 // indirect
|
|
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
|
|
github.com/ulikunitz/xz v0.5.15 // indirect
|
|
github.com/willscott/go-nfs-client v0.0.0-20251022144359-801f10d98886 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
github.com/zeebo/errs v1.4.0 // indirect
|
|
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.69.0 // indirect
|
|
go.opentelemetry.io/otel v1.44.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.44.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.44.0 // indirect
|
|
go.yaml.in/yaml/v2 v2.4.4 // indirect
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
|
go4.org v0.0.0-20260112195520-a5071408f32f // indirect
|
|
golang.org/x/exp v0.0.0-20260709172345-9ea1abe57597 // indirect
|
|
golang.org/x/image v0.44.0 // indirect
|
|
golang.org/x/tools v0.48.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20260715232425-e75dac1f907d // indirect
|
|
google.golang.org/grpc v1.84.0-dev.0.20260723093437-b6eac429d7b6 // indirect
|
|
google.golang.org/protobuf v1.36.11 // indirect
|
|
gopkg.in/ini.v1 v1.67.3 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
sigs.k8s.io/yaml v1.6.0 // indirect
|
|
storj.io/common v0.0.0-20260629224719-ba1bff0a7846 // indirect
|
|
storj.io/drpc v1.0.0 // indirect
|
|
storj.io/eventkit v0.0.0-20260716074419-6861a92e2aa5 // indirect
|
|
storj.io/infectious v0.0.2 // indirect
|
|
storj.io/picobuf v0.0.4 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/IBM/go-sdk-core/v5 v5.23.1
|
|
github.com/Microsoft/go-winio v0.6.2 // indirect
|
|
github.com/ProtonMail/go-crypto v1.4.1
|
|
github.com/golang-jwt/jwt/v4 v4.5.2
|
|
github.com/pkg/xattr v0.4.12
|
|
github.com/pquerna/otp v1.5.0
|
|
golang.org/x/mobile v0.0.0-20260709172247-6129f5bee9d5
|
|
golang.org/x/term v0.45.0
|
|
)
|