mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-09-05 05:54:55 +08:00
117 lines
4.5 KiB
Modula-2
117 lines
4.5 KiB
Modula-2
module github.com/tgdrive/teldrive
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/Masterminds/semver/v3 v3.3.1
|
|
github.com/WinterYukky/gorm-extra-clause-plugin v0.3.1
|
|
github.com/coocood/freecache v1.2.4
|
|
github.com/fatih/color v1.18.0
|
|
github.com/glebarez/sqlite v1.11.0
|
|
github.com/go-chi/chi/v5 v5.2.1
|
|
github.com/go-chi/cors v1.2.1
|
|
github.com/go-co-op/gocron v1.37.0
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gotd/contrib v0.21.0
|
|
github.com/gotd/td v0.120.0
|
|
github.com/iyear/connectproxy v0.1.1
|
|
github.com/jedib0t/go-pretty/v6 v6.6.7
|
|
github.com/manifoldco/promptui v0.9.0
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
github.com/ogen-go/ogen v1.10.0
|
|
github.com/redis/go-redis/v9 v9.7.1
|
|
github.com/spf13/cobra v1.9.1
|
|
github.com/spf13/pflag v1.0.6
|
|
github.com/spf13/viper v1.19.0
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/term v0.29.0
|
|
golang.org/x/time v0.10.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
gorm.io/datatypes v1.2.5
|
|
gorm.io/driver/postgres v1.5.11
|
|
gorm.io/gorm v1.25.12
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/beevik/ntp v1.4.3 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/chzyer/readline v1.5.1 // indirect
|
|
github.com/coder/websocket v1.8.12 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/dlclark/regexp2 v1.11.5 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/fsnotify/fsnotify v1.8.0 // indirect
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
github.com/glebarez/go-sqlite v1.22.0 // indirect
|
|
github.com/go-faster/yaml v0.4.6 // indirect
|
|
github.com/go-sql-driver/mysql v1.9.0 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
|
github.com/magiconair/properties v1.8.9 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.24 // indirect
|
|
github.com/mfridman/interpolate v0.0.2 // indirect
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
|
github.com/sagikazarmark/locafero v0.7.0 // indirect
|
|
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
|
github.com/sethvargo/go-retry v0.3.0 // indirect
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
github.com/spf13/afero v1.12.0 // indirect
|
|
github.com/spf13/cast v1.7.1 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.34.0 // indirect
|
|
golang.org/x/exp v0.0.0-20250228200357-dead58393ab7 // indirect
|
|
golang.org/x/mod v0.23.0 // indirect
|
|
golang.org/x/tools v0.30.0 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gorm.io/driver/mysql v1.5.7 // indirect
|
|
modernc.org/libc v1.61.13 // indirect
|
|
modernc.org/mathutil v1.7.1 // indirect
|
|
modernc.org/memory v1.8.2 // indirect
|
|
modernc.org/sqlite v1.36.0 // indirect
|
|
|
|
)
|
|
|
|
require (
|
|
github.com/cenkalti/backoff/v4 v4.3.0
|
|
github.com/go-faster/errors v0.7.1
|
|
github.com/go-faster/jx v1.1.0
|
|
github.com/go-faster/xor v1.0.0 // indirect
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/gotd/ige v0.2.2 // indirect
|
|
github.com/gotd/neo v0.1.5 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/pgx/v5 v5.7.2
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
|
|
github.com/pressly/goose/v3 v3.24.1
|
|
github.com/segmentio/asm v1.2.0 // indirect
|
|
github.com/stretchr/testify v1.10.0
|
|
go.opentelemetry.io/otel v1.34.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.34.0 // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
go.uber.org/multierr v1.11.0
|
|
golang.org/x/crypto v0.35.0
|
|
golang.org/x/net v0.35.0
|
|
golang.org/x/sync v0.11.0
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
golang.org/x/text v0.22.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
rsc.io/qr v0.2.0 // indirect
|
|
)
|