From 432a9cee6806d3d22cb1e2fc570bfa7a33642017 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 13:07:44 +0000 Subject: [PATCH] chore(deps): update module gopkg.in/go-playground/validator.v9 to v10 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b656983..78bb611 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/go-playground/universal-translator v0.18.1 github.com/leebenson/conform v1.2.2 github.com/stretchr/testify v1.8.2 - gopkg.in/go-playground/validator.v9 v9.31.0 + gopkg.in/go-playground/validator.v10 v10.12.0 ) require (