From 2a437fd898a26b144da5a69a2c653df4933ddfd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 15:23:31 +0000 Subject: [PATCH] build(deps): bump github.com/labstack/echo/v4 from 4.13.4 to 4.14.0 Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.13.4 to 4.14.0. - [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.13.4...v4.14.0) --- updated-dependencies: - dependency-name: github.com/labstack/echo/v4 dependency-version: 4.14.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..15fe3f7 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/goexl/xiren v0.0.9 github.com/harluo/di v0.0.5 github.com/harluo/httpd v0.0.4 - github.com/labstack/echo/v4 v4.13.4 + github.com/labstack/echo/v4 v4.14.0 github.com/labstack/gommon v0.4.2 github.com/stretchr/testify v1.11.1 )