71 lines
2.7 KiB
Modula-2
71 lines
2.7 KiB
Modula-2
module management
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/a-h/templ v0.3.898
|
|
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.5
|
|
github.com/json-iterator/go v1.1.12
|
|
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.10.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.39.0
|
|
golang.org/x/sync v0.15.0
|
|
gorm.io/datatypes v1.2.5
|
|
gorm.io/driver/postgres v1.6.0
|
|
gorm.io/gorm v1.30.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.9 // indirect
|
|
github.com/go-sql-driver/mysql v1.9.3 // 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/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // 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.9.2 // 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.28.0 // indirect
|
|
golang.org/x/net v0.41.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
golang.org/x/text v0.26.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
gorm.io/driver/mysql v1.6.0 // indirect
|
|
)
|