update go version in go.mod
All checks were successful
Build and publish the docker image / build (push) Successful in 55s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-07-12 04:44:28 +03:00
parent 577040830b
commit 91f17b8815
3 changed files with 18 additions and 8 deletions

11
go.mod
View File

@ -1,14 +1,17 @@
module git.ngn.tf/ngn/tren
go 1.24.0
go 1.24.5
require (
github.com/PuerkitoBio/goquery v1.10.2
github.com/gofiber/fiber/v2 v2.52.6
github.com/gofiber/template/html/v2 v2.1.3
)
require (
github.com/PuerkitoBio/goquery v1.10.2 // indirect
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/gofiber/fiber/v2 v2.52.6 // indirect
github.com/gofiber/template v1.8.3 // indirect
github.com/gofiber/template/html/v2 v2.1.3 // indirect
github.com/gofiber/utils v1.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/klauspost/compress v1.17.9 // indirect