From b1e6de2dbddea286e970dc43b3f5b1be7b33fa3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 00:28:31 +0000 Subject: [PATCH] build(deps): bump github.com/goexl/http from 0.2.1 to 0.3.1 Bumps [github.com/goexl/http](https://github.com/goexl/http) from 0.2.1 to 0.3.1. - [Commits](https://github.com/goexl/http/compare/v0.2.1...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-minor ... Signed-off-by: dependabot[bot] --- go.mod | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index 3891f58..b6b72fb 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,9 @@ module github.com/pangum/http -go 1.24.0 - -toolchain go1.24.1 +go 1.25.0 require ( - github.com/goexl/http v0.2.1 + github.com/goexl/http v0.3.1 github.com/pangum/pangu v1.6.3 ) @@ -17,7 +15,7 @@ require ( github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect github.com/go-playground/validator/v10 v10.26.0 // indirect - github.com/go-resty/resty/v2 v2.15.3 // indirect + github.com/go-resty/resty/v2 v2.17.2 // indirect github.com/goexl/baozheng v0.0.1 // indirect github.com/goexl/env v0.0.2 // indirect github.com/goexl/exception v0.0.3 // indirect @@ -40,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.45.0 // indirect - golang.org/x/net v0.47.0 // indirect - golang.org/x/sys v0.38.0 // indirect - golang.org/x/text v0.31.0 // indirect + golang.org/x/crypto v0.49.0 // indirect + golang.org/x/net v0.52.0 // indirect + golang.org/x/sys v0.42.0 // indirect + golang.org/x/text v0.35.0 // indirect )