From fdb098dd41cdd412981ab6c50568e8dc3ee97725 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 23:16:11 +0000 Subject: [PATCH] build(deps): bump github.com/harluo/echo from 0.3.0 to 0.3.2 Bumps [github.com/harluo/echo](https://github.com/harluo/echo) from 0.3.0 to 0.3.2. - [Commits](https://github.com/harluo/echo/compare/v0.3.0...v0.3.2) --- updated-dependencies: - dependency-name: github.com/harluo/echo dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 23904a5..6e09012 100644 --- a/go.mod +++ b/go.mod @@ -4,9 +4,9 @@ go 1.25 require ( github.com/goexl/validate v0.0.2 - github.com/goexl/validator v0.0.1 + github.com/goexl/validator v0.0.2 github.com/harluo/di v0.0.5 - github.com/harluo/echo v0.3.0 + github.com/harluo/echo v0.3.2 ) require (