mirror of
https://github.com/infinite-iroha/touka.git
synced 2026-06-13 15:47:38 +08:00
17 lines
422 B
Modula-2
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.2
|
|
github.com/WJQSERVER-STUDIO/httpc v0.9.0
|
|
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.52.0
|
|
)
|
|
|
|
require (
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
golang.org/x/text v0.35.0 // indirect
|
|
)
|