From bfadfb0f104d34335c082bbcfb7f9f5c0f6c462a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 04:14:15 +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 7949b41..b776505 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/goexl/promethy v0.1.6 github.com/harluo/config v0.0.8 github.com/harluo/di v0.0.5 - github.com/harluo/httpd v0.0.5 + github.com/harluo/httpd v0.0.6 ) require (