fix(deps): update module github.com/gofiber/fiber/v2 to v2.52.8

This commit is contained in:
2025-07-14 23:00:48 +00:00
parent 43c259dde7
commit c0380ff7cd
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module git.matterlinux.xyz/matter/security
go 1.22.5
require (
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
github.com/mattn/go-sqlite3 v1.14.27
)