From e1a320720eb9ee2aa83530b42704ab67abdd68b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 04:53:59 +0000 Subject: [PATCH] build(deps): bump github.com/goexl/http from 0.3.0 to 0.3.1 Bumps [github.com/goexl/http](https://github.com/goexl/http) from 0.3.0 to 0.3.1. - [Commits](https://github.com/goexl/http/compare/v0.3.0...v0.3.1) --- updated-dependencies: - dependency-name: github.com/goexl/http dependency-version: 0.3.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 7b80ba8..62e8769 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.3.0 + github.com/goexl/http v0.3.1 github.com/harluo/config v0.0.8 github.com/harluo/di v0.0.5 )