43 lines
1.6 KiB
Modula-2
43 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.13
|
|
github.com/emersion/go-imap/v2 v2.0.0-beta.7
|
|
github.com/go-chi/chi/v5 v5.2.3
|
|
github.com/go-chi/cors v1.2.2
|
|
github.com/go-shiori/dom v0.0.0-20230515143342-73569d674e1c
|
|
github.com/go-sql-driver/mysql v1.9.3
|
|
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.13
|
|
github.com/spf13/pflag v1.0.10
|
|
github.com/spf13/viper v1.21.0
|
|
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546
|
|
golang.org/x/net v0.46.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.4.0 // 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.12.0 // indirect
|
|
github.com/spf13/afero v1.15.0 // indirect
|
|
github.com/spf13/cast v1.10.0 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
|
golang.org/x/sys v0.37.0 // indirect
|
|
golang.org/x/text v0.30.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|