Switch to validator v10

This commit is contained in:
William Bouzourène 2025-01-13 16:08:17 +01:00
parent 6593a4340c
commit d5c95532a1
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
7 changed files with 92 additions and 52 deletions

View file

@ -3,7 +3,7 @@ package controllers
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"
)