From 7f2e17f94b67fc3f1b228783417f7815e97fc7cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 04:55:11 +0000 Subject: [PATCH] build(deps): bump github.com/goexl/http from 0.2.1 to 0.2.4 Bumps [github.com/goexl/http](https://github.com/goexl/http) from 0.2.1 to 0.2.4. - [Commits](https://github.com/goexl/http/compare/v0.2.1...v0.2.4) --- updated-dependencies: - dependency-name: github.com/goexl/http dependency-version: 0.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 36dc0fb..e90c434 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.1 + github.com/goexl/http v0.2.4 github.com/harluo/config v0.0.8 github.com/harluo/di v0.0.5 ) @@ -11,7 +11,6 @@ require ( require ( github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/clipperhouse/displaywidth v0.11.0 // indirect - github.com/clipperhouse/stringish v0.1.1 // indirect github.com/clipperhouse/uax29/v2 v2.7.0 // indirect github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect github.com/drone/envsubst v1.0.3 // indirect