Run go mod tidy

pull/3327/head
Juan Calderon-Perez 2025-02-25 07:35:13 -05:00
parent 38ffe73243
commit e47c37f8f2
1 changed files with 2 additions and 1 deletions

3
go.mod
View File

@ -1,6 +1,7 @@
module github.com/gofiber/fiber/v3
go 1.23
go 1.23.0
require (
github.com/gofiber/schema v1.2.0
github.com/gofiber/utils/v2 v2.0.0-beta.7