From fad518ebbf8fbf29226a344d384c582e2e016928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 15:23:28 +0000 Subject: [PATCH] build(deps): bump github.com/go-playground/validator/v10 Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.28.0 to 10.29.0. - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](https://github.com/go-playground/validator/compare/v10.28.0...v10.29.0) --- updated-dependencies: - dependency-name: github.com/go-playground/validator/v10 dependency-version: 10.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3e9b7dc..527255b 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/harluo/echo go 1.25 require ( - github.com/go-playground/validator/v10 v10.28.0 + github.com/go-playground/validator/v10 v10.29.0 github.com/goexl/gox v1.9.2 github.com/goexl/log v0.1.0 github.com/goexl/mengpo v0.3.2