From 92f3f6b1192157f8ca814c09075698a71a8c7f8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 05:02:34 +0000 Subject: [PATCH] build(deps): bump github.com/goexl/http from 0.2.5 to 0.2.9 Bumps [github.com/goexl/http](https://github.com/goexl/http) from 0.2.5 to 0.2.9. - [Commits](https://github.com/goexl/http/compare/v0.2.5...v0.2.9) --- updated-dependencies: - dependency-name: github.com/goexl/http dependency-version: 0.2.9 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 36f9bee..9571654 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/harluo/http go 1.25.0 require ( - github.com/goexl/http v0.2.5 + github.com/goexl/http v0.2.9 github.com/harluo/config v0.0.8 github.com/harluo/di v0.0.5 )