From d6173d8dc1391bf039d0acb7d444e45cb8091846 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 01:44:07 +0000 Subject: [PATCH] fix(deps): update module github.com/go-playground/validator/v10 to v10.23.0 --- auth/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/go.mod b/auth/go.mod index 8cd5a8d31a..68560bed70 100644 --- a/auth/go.mod +++ b/auth/go.mod @@ -25,7 +25,7 @@ require ( github.com/go-openapi/swag v0.23.0 // indirect github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect - github.com/go-playground/validator/v10 v10.22.0 + github.com/go-playground/validator/v10 v10.23.0 github.com/golang-jwt/jwt v3.2.2+incompatible // indirect github.com/golang-migrate/migrate/v4 v4.17.1 github.com/hashicorp/errwrap v1.1.0 // indirect