touka/go.mod
dependabot[bot] b8a952b31f
Bump github.com/fenthope/reco from 0.0.4 to 0.0.5
Bumps [github.com/fenthope/reco](https://github.com/fenthope/reco) from 0.0.4 to 0.0.5.
- [Release notes](https://github.com/fenthope/reco/releases)
- [Commits](https://github.com/fenthope/reco/compare/v0.0.4...v0.0.5)

---
updated-dependencies:
- dependency-name: github.com/fenthope/reco
  dependency-version: 0.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-19 00:34:16 +00:00

16 lines
395 B
Modula-2

module github.com/infinite-iroha/touka
go 1.26
require (
github.com/WJQSERVER-STUDIO/go-utils/iox v0.0.2
github.com/WJQSERVER-STUDIO/httpc v0.8.2
github.com/WJQSERVER/wanf v0.0.6
github.com/fenthope/reco v0.0.5
github.com/go-json-experiment/json v0.0.0-20251027170946-4849db3c2f7e
)
require (
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/net v0.49.0 // indirect
)