63 lines
2.4 KiB
Modula-2
63 lines
2.4 KiB
Modula-2
module management
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/alexedwards/scs/postgresstore v0.0.0-20250417082927-ab20b3feb5e9
|
|
github.com/alexedwards/scs/v2 v2.8.0
|
|
github.com/drhin/logger v0.0.0-20250417021954-aa33afe047bc
|
|
github.com/fsnotify/fsnotify v1.9.0
|
|
github.com/fvbock/endless v0.0.0-20170109170031-447134032cb6
|
|
github.com/go-chi/chi/v5 v5.2.1
|
|
github.com/go-playground/locales v0.14.1
|
|
github.com/go-playground/universal-translator v0.18.1
|
|
github.com/go-playground/validator/v10 v10.26.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/google/wire v0.6.0
|
|
github.com/h2non/filetype v1.1.3
|
|
github.com/jackc/pgx/v5 v5.7.4
|
|
github.com/justinas/nosurf v1.1.1
|
|
github.com/matoous/go-nanoid/v2 v2.1.0
|
|
github.com/mojocn/base64Captcha v1.3.8
|
|
github.com/redis/go-redis/v9 v9.8.0
|
|
github.com/spf13/cobra v1.9.1
|
|
github.com/spf13/viper v1.20.1
|
|
github.com/zhang2092/browser v0.0.2
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/crypto v0.38.0
|
|
gorm.io/driver/postgres v1.5.11
|
|
gorm.io/gorm v1.26.1
|
|
)
|
|
|
|
require (
|
|
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.9 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.2.1 // 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/sagikazarmark/locafero v0.9.0 // indirect
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
github.com/spf13/afero v1.14.0 // indirect
|
|
github.com/spf13/cast v1.8.0 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/image v0.27.0 // indirect
|
|
golang.org/x/net v0.40.0 // indirect
|
|
golang.org/x/sync v0.14.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
golang.org/x/text v0.25.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|