Update module github.com/gofiber/fiber/v2 to v2.52.8

This commit is contained in:
2025-07-12 02:00:42 +00:00
parent 91f17b8815
commit 1e449f4143
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -4,7 +4,7 @@ go 1.24.5
require (
github.com/PuerkitoBio/goquery v1.10.2
github.com/gofiber/fiber/v2 v2.52.6
github.com/gofiber/fiber/v2 v2.52.8
github.com/gofiber/template/html/v2 v2.1.3
)