From 3ef1a3641e19c2bb4afb38583cb31a1f8fb9dd5b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 10 Jan 2022 16:05:46 +0000 Subject: [PATCH] Update module github.com/go-playground/validator to v10 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a9864055c..333a76b20 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/friendsofgo/errors v0.9.2 github.com/go-chi/chi v4.1.2+incompatible github.com/go-chi/chi/v5 v5.0.7 - github.com/go-playground/validator v9.31.0+incompatible + github.com/go-playground/validator/v10 v10.10.0 github.com/go-playground/validator/v10 v10.10.0 github.com/go-sql-driver/mysql v1.6.0 github.com/go-testfixtures/testfixtures/v3 v3.6.1