Bump github.com/satomitouka/touka-httpc from 0.2.0 to 0.3.0

Bumps [github.com/satomitouka/touka-httpc](https://github.com/satomitouka/touka-httpc) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/satomitouka/touka-httpc/releases)
- [Commits](https://github.com/satomitouka/touka-httpc/compare/v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: github.com/satomitouka/touka-httpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-10 04:51:48 +00:00 committed by GitHub
parent 60a1f6073d
commit 0e0025c9ad
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

@ -6,7 +6,7 @@ require (
github.com/BurntSushi/toml v1.4.0
github.com/WJQSERVER-STUDIO/go-utils/logger v1.4.0
github.com/gin-gonic/gin v1.10.0
github.com/satomitouka/touka-httpc v0.2.0
github.com/satomitouka/touka-httpc v0.3.0
golang.org/x/net v0.35.0
golang.org/x/time v0.10.0
)