updated go version

This commit is contained in:
Yevhen Odynets
2026-04-29 19:12:36 +03:00
parent fcf98f20cb
commit 167d98ac9c
3 changed files with 20 additions and 8 deletions
+7 -7
View File
@@ -1,11 +1,11 @@
module git.kplus.net.ua/yevhen/resource-scraper
go 1.25.6
go 1.26.2
require (
github.com/dromara/carbon/v2 v2.6.15
github.com/emersion/go-imap/v2 v2.0.0-beta.7
github.com/go-chi/chi/v5 v5.2.4
github.com/dromara/carbon/v2 v2.6.16
github.com/emersion/go-imap/v2 v2.0.0-beta.8
github.com/go-chi/chi/v5 v5.2.5
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
@@ -15,12 +15,12 @@ require (
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-20260112195511-716be5621a96
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f
golang.org/x/net v0.49.0
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
filippo.io/edwards25519 v1.2.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
@@ -28,7 +28,7 @@ require (
github.com/go-viper/mapstructure/v2 v2.5.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/mewkiz/pkg v0.0.0-20260331151047-10214ccde7de // 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