From a2bc61257e2f334ef482a462b3abd3ed51275838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 17:32:38 +0000 Subject: [PATCH] build(deps): bump github.com/harluo/httpd from 0.0.5 to 0.0.6 Bumps [github.com/harluo/httpd](https://github.com/harluo/httpd) from 0.0.5 to 0.0.6. - [Commits](https://github.com/harluo/httpd/compare/v0.0.5...v0.0.6) --- updated-dependencies: - dependency-name: github.com/harluo/httpd dependency-version: 0.0.6 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..97d0b89 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/goexl/validate v0.0.2 github.com/goexl/validator v0.0.2 github.com/harluo/di v0.0.5 - github.com/harluo/httpd v0.0.5 + github.com/harluo/httpd v0.0.6 github.com/labstack/echo/v4 v4.15.0 github.com/labstack/gommon v0.4.2 github.com/stretchr/testify v1.11.1