From 900a32373fd32eed2a0add414a71688928db0bcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:42:40 +0000 Subject: [PATCH] build(deps): bump github.com/goexl/http from 0.3.1 to 0.3.2 Bumps [github.com/goexl/http](https://github.com/goexl/http) from 0.3.1 to 0.3.2. - [Commits](https://github.com/goexl/http/compare/v0.3.1...v0.3.2) --- updated-dependencies: - dependency-name: github.com/goexl/http dependency-version: 0.3.2 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 f736afe..e0a0b8b 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/pangum/http go 1.25.0 require ( - github.com/goexl/http v0.3.1 + github.com/goexl/http v0.3.2 github.com/pangum/pangu v1.6.3 )