72 lines
2.7 KiB
Modula-2
72 lines
2.7 KiB
Modula-2
module management
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/a-h/templ v0.3.960
|
|
github.com/alexedwards/scs/v2 v2.9.0
|
|
github.com/bwmarrin/snowflake v0.3.0
|
|
github.com/drhin/logger v0.0.0-20250417021954-aa33afe047bc
|
|
github.com/evanw/esbuild v0.25.5
|
|
github.com/fsnotify/fsnotify v1.9.0
|
|
github.com/fvbock/endless v0.0.0-20170109170031-447134032cb6
|
|
github.com/go-chi/chi/v5 v5.2.3
|
|
github.com/go-playground/locales v0.14.1
|
|
github.com/go-playground/universal-translator v0.18.1
|
|
github.com/go-playground/validator/v10 v10.28.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/h2non/filetype v1.1.3
|
|
github.com/hibiken/asynq v0.25.1
|
|
github.com/jackc/pgx/v5 v5.7.6
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
github.com/justinas/nosurf v1.2.0
|
|
github.com/matoous/go-nanoid/v2 v2.1.0
|
|
github.com/mojocn/base64Captcha v1.3.8
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/redis/go-redis/v9 v9.16.0
|
|
github.com/spf13/cobra v1.10.1
|
|
github.com/spf13/viper v1.21.0
|
|
github.com/zhang2092/browser v0.0.2
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/crypto v0.43.0
|
|
golang.org/x/sync v0.17.0
|
|
gorm.io/datatypes v1.2.7
|
|
gorm.io/driver/postgres v1.6.0
|
|
gorm.io/gorm v1.31.0
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/blang/semver/v4 v4.0.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.10 // indirect
|
|
github.com/go-sql-driver/mysql v1.9.3 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
github.com/natefinch/lumberjack v2.0.0+incompatible // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
|
github.com/sagikazarmark/locafero v0.12.0 // indirect
|
|
github.com/spf13/afero v1.15.0 // indirect
|
|
github.com/spf13/cast v1.10.0 // indirect
|
|
github.com/spf13/pflag v1.0.10 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
|
golang.org/x/image v0.32.0 // indirect
|
|
golang.org/x/sys v0.37.0 // indirect
|
|
golang.org/x/text v0.30.0 // indirect
|
|
golang.org/x/time v0.14.0 // indirect
|
|
google.golang.org/protobuf v1.36.10 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gorm.io/driver/mysql v1.6.0 // indirect
|
|
)
|