touka/go.mod
dependabot[bot] ce188e7100
Bump github.com/fenthope/reco from 0.0.3 to 0.0.4
Bumps [github.com/fenthope/reco](https://github.com/fenthope/reco) from 0.0.3 to 0.0.4.
- [Commits](https://github.com/fenthope/reco/compare/v0.0.3...v0.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-29 03:49:28 +00:00

15 lines
363 B
Modula-2

module github.com/infinite-iroha/touka
go 1.24.5
require (
github.com/WJQSERVER-STUDIO/go-utils/iox v0.0.2
github.com/WJQSERVER-STUDIO/httpc v0.8.2
github.com/fenthope/reco v0.0.4
github.com/go-json-experiment/json v0.0.0-20250725192818-e39067aee2d2
)
require (
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/net v0.42.0 // indirect
)