2022-06-06 08:28:37 +00:00
|
|
|
module github.com/alist-org/alist/v3
|
2021-10-25 10:53:59 +00:00
|
|
|
|
2022-04-08 13:51:21 +00:00
|
|
|
go 1.18
|
2022-06-06 13:48:53 +00:00
|
|
|
|
|
|
|
require (
|
2022-07-31 13:23:19 +00:00
|
|
|
github.com/Xhofe/go-cache v0.0.0-20220723083548-714439c8af9a
|
2022-06-13 07:39:47 +00:00
|
|
|
github.com/caarlos0/env/v6 v6.9.3
|
2022-08-30 07:22:54 +00:00
|
|
|
github.com/disintegration/imaging v1.6.2
|
2022-07-19 16:39:20 +00:00
|
|
|
github.com/gin-contrib/cors v1.3.1
|
2022-06-13 07:39:47 +00:00
|
|
|
github.com/gin-gonic/gin v1.8.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-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-08-05 17:22:13 +00:00
|
|
|
github.com/pquerna/otp v1.3.0
|
2022-06-13 07:39:47 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2022-08-07 16:51:05 +00:00
|
|
|
github.com/spf13/cobra v1.5.0
|
2022-08-03 06:26:59 +00:00
|
|
|
github.com/winfsp/cgofuse v1.5.0
|
2022-07-19 16:39:20 +00:00
|
|
|
gorm.io/driver/mysql v1.3.4
|
|
|
|
gorm.io/driver/postgres v1.3.7
|
2022-06-15 09:15:22 +00:00
|
|
|
gorm.io/driver/sqlite v1.3.4
|
2022-06-14 11:44:25 +00:00
|
|
|
gorm.io/gorm v1.23.6
|
2022-06-13 07:39:47 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2022-08-31 09:32:57 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.44.88 // indirect
|
2022-08-05 17:22:13 +00:00
|
|
|
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // 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-08-30 13:52:06 +00:00
|
|
|
github.com/go-resty/resty/v2 v2.7.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-08-07 05:09:59 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
2022-06-29 09:37:40 +00:00
|
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
|
|
github.com/jackc/pgconn v1.12.1 // indirect
|
|
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
|
|
github.com/jackc/pgproto3/v2 v2.3.0 // indirect
|
|
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
|
|
|
github.com/jackc/pgtype v1.11.0 // indirect
|
|
|
|
github.com/jackc/pgx/v4 v4.16.1 // 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-06-06 13:48:53 +00:00
|
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
2022-06-14 11:44:25 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.13 // 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
|
|
|
|
github.com/pelletier/go-toml/v2 v2.0.1 // 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-06-29 09:37:40 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
|
2022-08-11 12:32:17 +00:00
|
|
|
golang.org/x/image v0.0.0-20220722155232-062f8c9fd539 // indirect
|
2022-08-30 13:52:06 +00:00
|
|
|
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
|
2022-06-06 13:48:53 +00:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
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
|
|
|
|
)
|