2022-06-06 08:28:37 +00:00
|
|
|
module github.com/alist-org/alist/v3
|
2021-10-25 10:53:59 +00:00
|
|
|
|
2022-10-12 09:35:44 +00:00
|
|
|
go 1.19
|
2022-06-06 13:48:53 +00:00
|
|
|
|
|
|
|
require (
|
2022-11-09 10:15:06 +00:00
|
|
|
github.com/SheltonZhu/115driver v1.0.12
|
2022-07-31 13:23:19 +00:00
|
|
|
github.com/Xhofe/go-cache v0.0.0-20220723083548-714439c8af9a
|
2022-11-21 09:11:24 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.44.142
|
2022-11-24 03:46:47 +00:00
|
|
|
github.com/blevesearch/bleve/v2 v2.3.5
|
2022-11-15 10:47:10 +00:00
|
|
|
github.com/caarlos0/env/v6 v6.10.1
|
2022-08-30 07:22:54 +00:00
|
|
|
github.com/disintegration/imaging v1.6.2
|
2022-11-15 10:47:10 +00:00
|
|
|
github.com/gin-contrib/cors v1.4.0
|
2022-11-01 07:31:31 +00:00
|
|
|
github.com/gin-gonic/gin v1.8.1
|
2022-10-08 14:16:41 +00:00
|
|
|
github.com/go-resty/resty/v2 v2.7.0
|
2022-07-19 16:39:20 +00:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.4.2
|
|
|
|
github.com/google/uuid v1.3.0
|
|
|
|
github.com/gorilla/websocket v1.5.0
|
2022-11-01 07:31:31 +00:00
|
|
|
github.com/hirochachacha/go-smb2 v1.1.0
|
2022-11-15 10:47:10 +00:00
|
|
|
github.com/jlaffaye/ftp v0.1.0
|
2022-06-13 07:39:47 +00:00
|
|
|
github.com/json-iterator/go v1.1.12
|
2022-08-30 07:22:54 +00:00
|
|
|
github.com/natefinch/lumberjack v2.0.0+incompatible
|
2022-06-13 07:39:47 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2022-10-08 14:16:41 +00:00
|
|
|
github.com/pkg/sftp v1.13.5
|
2022-08-05 17:22:13 +00:00
|
|
|
github.com/pquerna/otp v1.3.0
|
2022-11-15 10:47:10 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.0
|
|
|
|
github.com/spf13/cobra v1.6.1
|
2022-10-08 14:16:41 +00:00
|
|
|
github.com/t3rm1n4l/go-mega v0.0.0-20220725095014-c4e0c2b5debf
|
|
|
|
github.com/upyun/go-sdk/v3 v3.0.3
|
2022-08-03 06:26:59 +00:00
|
|
|
github.com/winfsp/cgofuse v1.5.0
|
2022-11-15 10:47:10 +00:00
|
|
|
golang.org/x/crypto v0.3.0
|
|
|
|
golang.org/x/net v0.2.0
|
|
|
|
gorm.io/driver/mysql v1.4.4
|
|
|
|
gorm.io/driver/postgres v1.4.5
|
|
|
|
gorm.io/driver/sqlite v1.4.3
|
2022-11-21 09:11:24 +00:00
|
|
|
gorm.io/gorm v1.24.2
|
2022-06-13 07:39:47 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2022-11-24 03:46:47 +00:00
|
|
|
github.com/RoaringBitmap/roaring v0.9.4 // indirect
|
2022-11-01 07:31:31 +00:00
|
|
|
github.com/aead/ecdh v0.2.0 // indirect
|
|
|
|
github.com/aliyun/aliyun-oss-go-sdk v2.2.5+incompatible // indirect
|
|
|
|
github.com/andreburgaud/crypt2go v1.1.0 // indirect
|
2022-11-24 03:46:47 +00:00
|
|
|
github.com/bits-and-blooms/bitset v1.2.0 // indirect
|
|
|
|
github.com/blevesearch/bleve_index_api v1.0.4 // indirect
|
|
|
|
github.com/blevesearch/geo v0.1.15 // 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.3 // indirect
|
|
|
|
github.com/blevesearch/segment v0.9.0 // indirect
|
|
|
|
github.com/blevesearch/snowballstem v0.9.0 // indirect
|
|
|
|
github.com/blevesearch/upsidedown_store_api v1.0.1 // indirect
|
|
|
|
github.com/blevesearch/vellum v1.0.9 // indirect
|
|
|
|
github.com/blevesearch/zapx/v11 v11.3.6 // indirect
|
|
|
|
github.com/blevesearch/zapx/v12 v12.3.6 // indirect
|
|
|
|
github.com/blevesearch/zapx/v13 v13.3.6 // indirect
|
|
|
|
github.com/blevesearch/zapx/v14 v14.3.6 // indirect
|
|
|
|
github.com/blevesearch/zapx/v15 v15.3.6 // indirect
|
2022-11-01 07:31:31 +00:00
|
|
|
github.com/bluele/gcache v0.0.2 // indirect
|
2022-08-05 17:22:13 +00:00
|
|
|
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
|
2022-11-28 05:45:25 +00:00
|
|
|
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
|
2022-11-01 07:31:31 +00:00
|
|
|
github.com/gaoyb7/115drive-webdav v0.1.8 // indirect
|
2022-10-25 15:00:23 +00:00
|
|
|
github.com/geoffgarside/ber v1.1.0 // indirect
|
2022-06-06 13:48:53 +00:00
|
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
|
|
github.com/go-playground/validator/v10 v10.11.0 // indirect
|
2022-06-29 09:37:40 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.6.0 // indirect
|
2022-06-06 13:48:53 +00:00
|
|
|
github.com/goccy/go-json v0.9.7 // indirect
|
2022-11-24 03:46:47 +00:00
|
|
|
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.0 // indirect
|
|
|
|
github.com/golang/snappy v0.0.1 // indirect
|
2022-09-03 14:07:08 +00:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
2022-11-15 10:47:10 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
2022-06-29 09:37:40 +00:00
|
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
2022-11-15 10:47:10 +00:00
|
|
|
github.com/jackc/pgconn v1.13.0 // indirect
|
2022-06-29 09:37:40 +00:00
|
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
2022-11-15 10:47:10 +00:00
|
|
|
github.com/jackc/pgproto3/v2 v2.3.1 // indirect
|
2022-06-29 09:37:40 +00:00
|
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
2022-11-15 10:47:10 +00:00
|
|
|
github.com/jackc/pgtype v1.12.0 // indirect
|
|
|
|
github.com/jackc/pgx/v4 v4.17.2 // indirect
|
2022-06-09 09:11:46 +00:00
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
2022-08-31 09:32:57 +00:00
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
2022-09-04 04:43:52 +00:00
|
|
|
github.com/kr/fs v0.1.0 // indirect
|
2022-06-06 13:48:53 +00:00
|
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
2022-11-01 07:31:31 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
2022-11-15 10:47:10 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.15 // indirect
|
2022-06-06 13:48:53 +00:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2022-11-24 03:46:47 +00:00
|
|
|
github.com/mschoch/smat v0.2.0 // indirect
|
2022-11-01 07:31:31 +00:00
|
|
|
github.com/orzogc/fake115uploader v0.3.3-0.20221009101310-08b764073b77 // indirect
|
2022-06-06 13:48:53 +00:00
|
|
|
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
|
2022-11-01 07:31:31 +00:00
|
|
|
github.com/pierrec/lz4/v4 v4.1.17 // indirect
|
2022-11-04 13:16:52 +00:00
|
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
|
2022-08-07 05:09:59 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2022-06-06 13:48:53 +00:00
|
|
|
github.com/ugorji/go/codec v1.2.7 // indirect
|
2022-11-24 03:46:47 +00:00
|
|
|
go.etcd.io/bbolt v1.3.5 // indirect
|
2022-08-11 12:32:17 +00:00
|
|
|
golang.org/x/image v0.0.0-20220722155232-062f8c9fd539 // indirect
|
2022-11-15 10:47:10 +00:00
|
|
|
golang.org/x/sys v0.2.0 // indirect
|
|
|
|
golang.org/x/text v0.4.0 // indirect
|
2022-11-01 07:31:31 +00:00
|
|
|
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
|
2022-06-06 13:48:53 +00:00
|
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
2022-08-30 07:22:54 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
2022-06-06 13:48:53 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
)
|