From 350d9f987aedf582d6732b111bfe48fbdb0de56c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 8 Mar 2022 05:00:05 +0000 Subject: [PATCH] fix(deps): update module github.com/go-playground/validator/v10 to v10.10.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3703fe1bfb..be516c70fb 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/dustin/go-humanize v1.0.0 github.com/fogleman/gg v1.3.0 github.com/fsnotify/fsnotify v1.5.1 - github.com/go-playground/validator/v10 v10.10.0 + github.com/go-playground/validator/v10 v10.10.1 github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect github.com/google/tink/go v1.4.0 github.com/gorilla/mux v1.8.0