mirror of
https://github.com/infinite-iroha/touka.git
synced 2026-02-03 08:51:11 +08:00
update deps & use copyb high perfromance pool & switch to stream json encoder
This commit is contained in:
parent
2454a18422
commit
edca87906d
3 changed files with 23 additions and 18 deletions
6
go.mod
6
go.mod
|
|
@ -3,10 +3,10 @@ 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.7.1
|
||||
github.com/WJQSERVER-STUDIO/go-utils/copyb v0.0.6
|
||||
github.com/WJQSERVER-STUDIO/httpc v0.8.0
|
||||
github.com/fenthope/reco v0.0.3
|
||||
github.com/go-json-experiment/json v0.0.0-20250517221953-25912455fbc8
|
||||
github.com/go-json-experiment/json v0.0.0-20250626171732-1a886bd29d1b
|
||||
)
|
||||
|
||||
require github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue