print errlog (jsonv2 marshal)

This commit is contained in:
WJQSERVER 2026-01-26 08:08:01 +08:00
parent 7b536ac137
commit a6e278d458
3 changed files with 7 additions and 16 deletions

4
go.mod
View file

@ -5,12 +5,12 @@ go 1.25.1
require (
github.com/WJQSERVER-STUDIO/go-utils/iox v0.0.2
github.com/WJQSERVER-STUDIO/httpc v0.8.2
github.com/WJQSERVER/wanf v0.0.2
github.com/WJQSERVER/wanf v0.0.3
github.com/fenthope/reco v0.0.4
github.com/go-json-experiment/json v0.0.0-20251027170946-4849db3c2f7e
)
require (
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/net v0.49.0 // indirect
)