touka/go.mod
dependabot[bot] b3b82b3c61
build(deps): bump github.com/WJQSERVER-STUDIO/httpc from 0.9.0 to 0.9.2
Bumps [github.com/WJQSERVER-STUDIO/httpc](https://github.com/WJQSERVER-STUDIO/httpc) from 0.9.0 to 0.9.2.
- [Release notes](https://github.com/WJQSERVER-STUDIO/httpc/releases)
- [Commits](https://github.com/WJQSERVER-STUDIO/httpc/compare/v0.9.0...v0.9.2)

---
updated-dependencies:
- dependency-name: github.com/WJQSERVER-STUDIO/httpc
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-24 00:34:29 +00:00

17 lines
422 B
Modula-2

module github.com/infinite-iroha/touka
go 1.26
require (
github.com/WJQSERVER-STUDIO/go-utils/iox v0.0.3
github.com/WJQSERVER-STUDIO/httpc v0.9.2
github.com/WJQSERVER/wanf v0.0.8
github.com/fenthope/reco v0.0.5
github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433
golang.org/x/net v0.53.0
)
require (
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/text v0.36.0 // indirect
)