Bump github.com/WJQSERVER-STUDIO/httpc from 0.8.0 to 0.8.1

Bumps [github.com/WJQSERVER-STUDIO/httpc](https://github.com/WJQSERVER-STUDIO/httpc) from 0.8.0 to 0.8.1.
- [Commits](https://github.com/WJQSERVER-STUDIO/httpc/compare/v0.8.0...v0.8.1)

---
updated-dependencies:
- dependency-name: github.com/WJQSERVER-STUDIO/httpc
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-07-17 01:13:22 +00:00 committed by GitHub
parent a6171241ce
commit e75619fc7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 7 deletions

9
go.mod
View file

@ -4,9 +4,12 @@ go 1.24.4
require (
github.com/WJQSERVER-STUDIO/go-utils/copyb v0.0.6
github.com/WJQSERVER-STUDIO/httpc v0.8.0
github.com/WJQSERVER-STUDIO/httpc v0.8.1
github.com/fenthope/reco v0.0.3
github.com/go-json-experiment/json v0.0.0-20250626171732-1a886bd29d1b
github.com/go-json-experiment/json v0.0.0-20250714165856-be8212f5270d
)
require github.com/valyala/bytebufferpool v1.0.0 // indirect
require (
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/net v0.42.0 // indirect
)