Bump github.com/WJQSERVER-STUDIO/httpc from 0.9.0 to 0.9.2

Bumps [github.com/WJQSERVER-STUDIO/httpc](https://github.com/WJQSERVER-STUDIO/httpc) from 0.9.0 to 0.9.2.
- [Release notes](https://github.com/WJQSERVER-STUDIO/httpc/releases)
- [Commits](https://github.com/WJQSERVER-STUDIO/httpc/compare/v0.9.0...v0.9.2)

---
updated-dependencies:
- dependency-name: github.com/WJQSERVER-STUDIO/httpc
  dependency-version: 0.9.2
  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] 2026-04-24 04:31:00 +00:00 committed by GitHub
parent 4c555ed50c
commit d06d8fa2b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -4,7 +4,7 @@ go 1.26
require (
github.com/BurntSushi/toml v1.6.0
github.com/WJQSERVER-STUDIO/httpc v0.9.0
github.com/WJQSERVER-STUDIO/httpc v0.9.2
golang.org/x/net v0.53.0
golang.org/x/time v0.15.0
)