mirror of
https://github.com/infinite-iroha/touka.git
synced 2026-02-03 00:41:10 +08:00
12 lines
322 B
Modula-2
12 lines
322 B
Modula-2
module github.com/infinite-iroha/touka
|
|
|
|
go 1.24.4
|
|
|
|
require (
|
|
github.com/WJQSERVER-STUDIO/go-utils/copyb v0.0.4
|
|
github.com/WJQSERVER-STUDIO/httpc v0.6.0
|
|
github.com/fenthope/reco v0.0.1
|
|
github.com/go-json-experiment/json v0.0.0-20250517221953-25912455fbc8
|
|
)
|
|
|
|
require github.com/valyala/bytebufferpool v1.0.0 // indirect
|