From 17224e603ab209b48defe664b72d6998be62b58e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 17:30:51 +0000 Subject: [PATCH] build(deps): bump github.com/labstack/echo/v4 from 4.15.0 to 4.15.1 Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.15.0 to 4.15.1. - [Release notes](https://github.com/labstack/echo/releases) - [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md) - [Commits](https://github.com/labstack/echo/compare/v4.15.0...v4.15.1) --- updated-dependencies: - dependency-name: github.com/labstack/echo/v4 dependency-version: 4.15.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4c786c9..3f6a4f2 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/goexl/validator v0.0.2 github.com/harluo/di v0.0.5 github.com/harluo/httpd v0.0.5 - github.com/labstack/echo/v4 v4.15.0 + github.com/labstack/echo/v4 v4.15.1 github.com/labstack/gommon v0.4.2 github.com/stretchr/testify v1.11.1 )