Bump github.com/imroc/req/v3 from 3.47.0 to 3.48.0 (#6)

Bumps [github.com/imroc/req/v3](https://github.com/imroc/req) from 3.47.0 to 3.48.0. - [Release notes](https://github.com/imroc/req/releases) - [提交](https://github.com/imroc/req/compare/v3.47.0...v3.48.0) --- updated-dependencies: - dependency-name: github.com/imroc/req/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-14 13:38:56 +08:00 committed by GitHub
parent 02b4857334
commit 072f73fdce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 62 deletions

4
go.mod
View file

@ -5,8 +5,7 @@ go 1.23.2
require (
github.com/BurntSushi/toml v1.4.0
github.com/gin-gonic/gin v1.10.0
github.com/imroc/req/v3 v3.47.0
gopkg.in/yaml.v3 v3.0.1
github.com/imroc/req/v3 v3.48.0
)
require (
@ -51,4 +50,5 @@ require (
golang.org/x/text v0.19.0 // indirect
golang.org/x/tools v0.26.0 // indirect
google.golang.org/protobuf v1.35.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)