mirror of
https://github.com/tgdrive/teldrive.git
synced 2024-11-10 09:02:52 +08:00
11b9b3b070
Bumps [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) from 1.5.2 to 1.5.4. - [Commits](https://github.com/go-gorm/postgres/compare/v1.5.2...v1.5.4) --- updated-dependencies: - dependency-name: gorm.io/driver/postgres dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
81 lines
3 KiB
Modula-2
81 lines
3 KiB
Modula-2
module github.com/divyam234/teldrive
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/divyam234/cors v1.4.2
|
|
github.com/gin-gonic/gin v1.9.1
|
|
github.com/go-co-op/gocron v1.35.2
|
|
github.com/go-jose/go-jose/v3 v3.0.0
|
|
github.com/gotd/contrib v0.19.0
|
|
github.com/gotd/td v0.88.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/quantumsheep/range-parser v1.1.0
|
|
github.com/thoas/go-funk v0.9.3
|
|
go.etcd.io/bbolt v1.3.7
|
|
go.uber.org/zap v1.26.0
|
|
golang.org/x/exp v0.0.0-20230811145659-89c5cff77bcb
|
|
golang.org/x/time v0.3.0
|
|
gorm.io/driver/postgres v1.5.4
|
|
gorm.io/gorm v1.25.5
|
|
)
|
|
|
|
require (
|
|
github.com/chenzhuoyu/iasm v0.9.0 // indirect
|
|
github.com/google/uuid v1.3.1 // indirect
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/bytedance/sonic v1.10.0 // indirect
|
|
github.com/cenkalti/backoff/v4 v4.2.1
|
|
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
|
|
github.com/gin-contrib/gzip v0.0.6
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/gin-gonic/contrib v0.0.0-20221130124618-7e01895a63f2
|
|
github.com/go-faster/errors v0.6.1 // indirect
|
|
github.com/go-faster/jx v1.1.0 // indirect
|
|
github.com/go-faster/xor v1.0.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.15.3 // indirect
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
|
github.com/gorilla/websocket v1.5.0
|
|
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-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/pgx/v5 v5.4.3
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/klauspost/compress v1.17.0 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
|
github.com/leodido/go-urn v1.2.4 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
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.1.0 // indirect
|
|
github.com/pressly/goose/v3 v3.15.1
|
|
github.com/segmentio/asm v1.2.0 // indirect
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
github.com/ugorji/go/codec v1.2.11 // indirect
|
|
go.opentelemetry.io/otel v1.19.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.19.0 // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/arch v0.5.0 // indirect
|
|
golang.org/x/crypto v0.14.0 // indirect
|
|
golang.org/x/net v0.15.0 // indirect
|
|
golang.org/x/sync v0.3.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
nhooyr.io/websocket v1.8.7 // indirect
|
|
rsc.io/qr v0.2.0 // indirect
|
|
)
|