Switch to validator v10

This commit is contained in:
William Bouzourène 2025-01-13 16:08:17 +01:00
parent f105b5d030
commit 6d35cd472d
7 changed files with 92 additions and 52 deletions

View file

@ -7,7 +7,7 @@ import (
"git.readonly.ch/bouzoure/pop-camarades/helpers"
"git.readonly.ch/bouzoure/pop-camarades/models"
"github.com/go-playground/validator"
"github.com/go-playground/validator/v10"
"github.com/gofiber/fiber/v2"
"gorm.io/gorm"
)