From 0db8a9d1a192cbfa869c2091737c09f9dff2ab5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 23:30:41 +0000 Subject: [PATCH] build(deps): bump github.com/harluo/echo from 0.3.0 to 0.3.1 Bumps [github.com/harluo/echo](https://github.com/harluo/echo) from 0.3.0 to 0.3.1. - [Commits](https://github.com/harluo/echo/compare/v0.3.0...v0.3.1) --- updated-dependencies: - dependency-name: github.com/harluo/echo dependency-version: 0.3.1 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..a22df7f 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.1 ) require (