Bump github.com/infinite-iroha/touka from 0.3.1 to 0.3.3

Bumps [github.com/infinite-iroha/touka](https://github.com/infinite-iroha/touka) from 0.3.1 to 0.3.3.
- [Commits](https://github.com/infinite-iroha/touka/compare/v0.3.1...v0.3.3)

---
updated-dependencies:
- dependency-name: github.com/infinite-iroha/touka
  dependency-version: 0.3.3
  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-25 04:38:32 +00:00 committed by GitHub
parent 88d84d0703
commit 831b820f6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 3 deletions

3
go.mod
View file

@ -18,11 +18,12 @@ require (
github.com/fenthope/record v0.0.3
github.com/go-json-experiment/json v0.0.0-20250714165856-be8212f5270d
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/infinite-iroha/touka v0.3.1
github.com/infinite-iroha/touka v0.3.3
github.com/wjqserver/modembed v0.0.1
)
require (
github.com/WJQSERVER-STUDIO/go-utils/copyb v0.0.6 // indirect
github.com/WJQSERVER-STUDIO/go-utils/iox v0.0.2 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
)