44 lines
1.6 KiB
Modula-2
44 lines
1.6 KiB
Modula-2
module git.kplus.net.ua/yevhen/resource-scraper
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
github.com/dromara/carbon/v2 v2.6.4
|
|
github.com/emersion/go-imap/v2 v2.0.0-beta.5
|
|
github.com/go-chi/chi/v5 v5.2.1
|
|
github.com/go-chi/cors v1.2.1
|
|
github.com/go-shiori/dom v0.0.0-20230515143342-73569d674e1c
|
|
github.com/go-sql-driver/mysql v1.9.2
|
|
github.com/iancoleman/strcase v0.3.0
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
github.com/logrusorgru/aurora/v4 v4.0.0
|
|
github.com/mewkiz/flac v1.0.12
|
|
github.com/spf13/pflag v1.0.6
|
|
github.com/spf13/viper v1.20.1
|
|
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
|
|
golang.org/x/net v0.39.0
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
github.com/emersion/go-message v0.18.2 // indirect
|
|
github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6 // indirect
|
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
|
|
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
|
|
github.com/icza/bitio v1.1.0 // indirect
|
|
github.com/mewkiz/pkg v0.0.0-20250417130911-3f050ff8c56d // indirect
|
|
github.com/mewpkg/term v0.0.0-20241026122259-37a80af23985 // 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.7.1 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
golang.org/x/text v0.24.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|