From 94684caeb93dbac419c914318d51c0d76265a350 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 21:20:40 +0000 Subject: [PATCH] fix(deps): update module github.com/go-playground/validator/v10 to v10.21.0 in go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2eb5d47..ba95c06 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/charmbracelet/huh v0.3.0 github.com/charmbracelet/lipgloss v0.10.0 github.com/davecgh/go-spew v1.1.1 - github.com/go-playground/validator/v10 v10.17.0 + github.com/go-playground/validator/v10 v10.21.0 github.com/golang-cz/devslog v0.0.8 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 github.com/gosimple/slug v1.14.0