This update introduces the ability to mount 115 share links. Currently, only listing and downloading are supported. Note that login and share link are required for this feature to work. Close #5384
203 lines
9.3 KiB
Modula-2
203 lines
9.3 KiB
Modula-2
module github.com/alist-org/alist/v3
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/SheltonZhu/115driver v1.0.21
|
|
github.com/Xhofe/go-cache v0.0.0-20220723083548-714439c8af9a
|
|
github.com/Xhofe/rateg v0.0.0-20230728072201-251a4e1adad4
|
|
github.com/Xhofe/wopan-sdk-go v0.1.2
|
|
github.com/aliyun/aliyun-oss-go-sdk v2.2.9+incompatible
|
|
github.com/avast/retry-go v3.0.0+incompatible
|
|
github.com/aws/aws-sdk-go v1.44.327
|
|
github.com/blevesearch/bleve/v2 v2.3.10
|
|
github.com/caarlos0/env/v9 v9.0.0
|
|
github.com/charmbracelet/bubbles v0.16.1
|
|
github.com/charmbracelet/bubbletea v0.24.2
|
|
github.com/charmbracelet/lipgloss v0.9.1
|
|
github.com/coreos/go-oidc v2.2.1+incompatible
|
|
github.com/deckarep/golang-set/v2 v2.3.1
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/djherbis/times v1.5.0
|
|
github.com/dustinxie/ecc v0.0.0-20210511000915-959544187564
|
|
github.com/foxxorcat/mopan-sdk-go v0.1.4
|
|
github.com/foxxorcat/weiyun-sdk-go v0.1.3
|
|
github.com/gin-contrib/cors v1.4.0
|
|
github.com/gin-gonic/gin v1.9.1
|
|
github.com/go-resty/resty/v2 v2.9.1
|
|
github.com/go-webauthn/webauthn v0.8.6
|
|
github.com/golang-jwt/jwt/v4 v4.5.0
|
|
github.com/google/uuid v1.3.1
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/hirochachacha/go-smb2 v1.1.0
|
|
github.com/ipfs/go-ipfs-api v0.7.0
|
|
github.com/jlaffaye/ftp v0.2.0
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/maruel/natural v1.1.0
|
|
github.com/natefinch/lumberjack v2.0.0+incompatible
|
|
github.com/orzogc/fake115uploader v0.3.3-0.20230715111618-58f9eb76f831
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pkg/sftp v1.13.6
|
|
github.com/pquerna/otp v1.4.0
|
|
github.com/rclone/rclone v1.63.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/spf13/cobra v1.7.0
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/t3rm1n4l/go-mega v0.0.0-20230228171823-a01a2cda13ca
|
|
github.com/u2takey/ffmpeg-go v0.5.0
|
|
github.com/upyun/go-sdk/v3 v3.0.4
|
|
github.com/winfsp/cgofuse v1.5.1-0.20230130140708-f87f5db493b5
|
|
golang.org/x/crypto v0.14.0
|
|
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
|
|
golang.org/x/image v0.11.0
|
|
golang.org/x/net v0.17.0
|
|
golang.org/x/oauth2 v0.12.0
|
|
golang.org/x/time v0.3.0
|
|
gorm.io/driver/mysql v1.4.7
|
|
gorm.io/driver/postgres v1.4.8
|
|
gorm.io/driver/sqlite v1.4.4
|
|
gorm.io/gorm v1.24.5
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go/compute v1.23.0 // indirect
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
github.com/Max-Sum/base32768 v0.0.0-20230304063302-18e6ce5945fd // indirect
|
|
github.com/RoaringBitmap/roaring v1.2.3 // indirect
|
|
github.com/abbot/go-http-auth v0.4.0 // indirect
|
|
github.com/aead/ecdh v0.2.0 // indirect
|
|
github.com/andreburgaud/crypt2go v1.2.0 // indirect
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/benbjohnson/clock v1.3.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/bits-and-blooms/bitset v1.2.0 // indirect
|
|
github.com/blang/semver/v4 v4.0.0 // indirect
|
|
github.com/blevesearch/bleve_index_api v1.0.6 // indirect
|
|
github.com/blevesearch/geo v0.1.18 // indirect
|
|
github.com/blevesearch/go-porterstemmer v1.0.3 // indirect
|
|
github.com/blevesearch/gtreap v0.1.1 // indirect
|
|
github.com/blevesearch/mmap-go v1.0.4 // indirect
|
|
github.com/blevesearch/scorch_segment_api/v2 v2.1.6 // indirect
|
|
github.com/blevesearch/segment v0.9.1 // indirect
|
|
github.com/blevesearch/snowballstem v0.9.0 // indirect
|
|
github.com/blevesearch/upsidedown_store_api v1.0.2 // indirect
|
|
github.com/blevesearch/vellum v1.0.10 // indirect
|
|
github.com/blevesearch/zapx/v11 v11.3.10 // indirect
|
|
github.com/blevesearch/zapx/v12 v12.3.10 // indirect
|
|
github.com/blevesearch/zapx/v13 v13.3.10 // indirect
|
|
github.com/blevesearch/zapx/v14 v14.3.10 // indirect
|
|
github.com/blevesearch/zapx/v15 v15.3.13 // indirect
|
|
github.com/bluele/gcache v0.0.2 // indirect
|
|
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
|
|
github.com/bytedance/sonic v1.9.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
|
|
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
|
|
github.com/coreos/go-semver v0.3.1 // indirect
|
|
github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
|
|
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
|
|
github.com/gaoyb7/115drive-webdav v0.1.8 // indirect
|
|
github.com/geoffgarside/ber v1.1.0 // indirect
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/go-chi/chi/v5 v5.0.10 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // 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.14.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.7.0 // indirect
|
|
github.com/go-webauthn/x v0.1.4 // indirect
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.0.0 // indirect
|
|
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/go-tpm v0.9.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/ipfs/boxo v0.12.0 // indirect
|
|
github.com/ipfs/go-cid v0.4.1 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/pgx/v5 v5.3.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/jzelinskie/whirlpool v0.0.0-20201016144138-0675e54bb004 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
|
github.com/kr/fs v0.1.0 // indirect
|
|
github.com/leodido/go-urn v1.2.4 // indirect
|
|
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
|
|
github.com/libp2p/go-flow-metrics v0.1.0 // indirect
|
|
github.com/libp2p/go-libp2p v0.27.8 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/mattn/go-localereader v0.0.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.15 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/minio/sha256-simd v1.0.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/mr-tron/base58 v1.2.0 // indirect
|
|
github.com/mschoch/smat v0.2.0 // indirect
|
|
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
|
|
github.com/muesli/cancelreader v0.2.2 // indirect
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
|
github.com/muesli/termenv v0.15.2 // indirect
|
|
github.com/multiformats/go-base32 v0.1.0 // indirect
|
|
github.com/multiformats/go-base36 v0.2.0 // indirect
|
|
github.com/multiformats/go-multiaddr v0.9.0 // indirect
|
|
github.com/multiformats/go-multibase v0.2.0 // indirect
|
|
github.com/multiformats/go-multicodec v0.9.0 // indirect
|
|
github.com/multiformats/go-multihash v0.2.3 // indirect
|
|
github.com/multiformats/go-multistream v0.4.1 // indirect
|
|
github.com/multiformats/go-varint v0.0.7 // indirect
|
|
github.com/ncw/swift/v2 v2.0.2 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.18 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
|
|
github.com/pquerna/cachecontrol v0.1.0 // indirect
|
|
github.com/prometheus/client_golang v1.16.0 // indirect
|
|
github.com/prometheus/client_model v0.4.0 // indirect
|
|
github.com/prometheus/common v0.44.0 // indirect
|
|
github.com/prometheus/procfs v0.11.1 // indirect
|
|
github.com/rfjakob/eme v1.1.2 // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
github.com/shirou/gopsutil/v3 v3.23.7 // indirect
|
|
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.11 // indirect
|
|
github.com/tklauser/numcpus v0.6.1 // indirect
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
github.com/u2takey/go-utils v0.3.1 // indirect
|
|
github.com/ugorji/go/codec v1.2.11 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.3 // indirect
|
|
go.etcd.io/bbolt v1.3.7 // indirect
|
|
golang.org/x/arch v0.3.0 // indirect
|
|
golang.org/x/sync v0.3.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
golang.org/x/term v0.13.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
google.golang.org/api v0.134.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230803162519-f966b187b2e5 // indirect
|
|
google.golang.org/grpc v1.57.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
lukechampine.com/blake3 v1.1.7 // indirect
|
|
)
|