update deps

This commit is contained in:
wjqserver 2025-07-18 15:30:03 +08:00
parent ad167b6646
commit b06b4a227f
2 changed files with 9 additions and 4 deletions

7
go.mod
View file

@ -4,9 +4,12 @@ go 1.24.4
require (
github.com/WJQSERVER-STUDIO/go-utils/copyb v0.0.6
github.com/WJQSERVER-STUDIO/httpc v0.8.0
github.com/WJQSERVER-STUDIO/httpc v0.8.1
github.com/fenthope/reco v0.0.3
github.com/go-json-experiment/json v0.0.0-20250714165856-be8212f5270d
)
require github.com/valyala/bytebufferpool v1.0.0 // indirect
require (
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/net v0.42.0 // indirect
)