From 4bd6ef5144be38e7260f06de4ebef6f353c52ec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 19:42:36 +0000 Subject: [PATCH] build(deps): bump github.com/goexl/http from 0.3.2 to 0.3.4 Bumps [github.com/goexl/http](https://github.com/goexl/http) from 0.3.2 to 0.3.4. - [Commits](https://github.com/goexl/http/compare/v0.3.2...v0.3.4) --- updated-dependencies: - dependency-name: github.com/goexl/http dependency-version: 0.3.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index e0a0b8b..a69f06e 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.2 + github.com/goexl/http v0.3.4 github.com/pangum/pangu v1.6.3 ) @@ -38,8 +38,8 @@ require ( github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect github.com/zs5460/art v0.3.0 // indirect go.uber.org/dig v1.18.1 // indirect - golang.org/x/crypto v0.52.0 // indirect - golang.org/x/net v0.55.0 // indirect - golang.org/x/sys v0.45.0 // indirect - golang.org/x/text v0.37.0 // indirect + golang.org/x/crypto v0.54.0 // indirect + golang.org/x/net v0.57.0 // indirect + golang.org/x/sys v0.47.0 // indirect + golang.org/x/text v0.40.0 // indirect )