Bump github.com/infinite-iroha/touka from 0.3.7 to 0.4.0

Bumps [github.com/infinite-iroha/touka](https://github.com/infinite-iroha/touka) from 0.3.7 to 0.4.0.
- [Commits](https://github.com/infinite-iroha/touka/compare/v0.3.7...v0.4.0)

---
updated-dependencies:
- dependency-name: github.com/infinite-iroha/touka
  dependency-version: 0.4.0
  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-10-22 04:24:54 +00:00 committed by GitHub
parent 32baca85db
commit c3f26c63c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

6
go.mod
View file

@ -5,7 +5,7 @@ go 1.25.1
require (
github.com/BurntSushi/toml v1.5.0
github.com/WJQSERVER-STUDIO/httpc v0.8.2
golang.org/x/net v0.44.0
golang.org/x/net v0.46.0
golang.org/x/time v0.13.0
)
@ -18,9 +18,9 @@ require (
github.com/fenthope/ipfilter v0.0.1
github.com/fenthope/reco v0.0.4
github.com/fenthope/record v0.0.4
github.com/go-json-experiment/json v0.0.0-20250813233538-9b1f9ea2e11b
github.com/go-json-experiment/json v0.0.0-20250910080747-cc2cfa0554c3
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/infinite-iroha/touka v0.3.7
github.com/infinite-iroha/touka v0.4.0
github.com/wjqserver/modembed v0.0.1
)