update deps

This commit is contained in:
wjqserver 2025-07-28 21:01:18 +08:00
parent c9b8e966c4
commit 895cd6222b
2 changed files with 7 additions and 10 deletions

7
go.mod
View file

@ -1,16 +1,15 @@
module github.com/infinite-iroha/touka
go 1.24.4
go 1.24.5
require (
github.com/WJQSERVER-STUDIO/go-utils/iox v0.0.2
github.com/WJQSERVER-STUDIO/httpc v0.8.1
github.com/WJQSERVER-STUDIO/httpc v0.8.2
github.com/fenthope/reco v0.0.3
github.com/go-json-experiment/json v0.0.0-20250714165856-be8212f5270d
github.com/go-json-experiment/json v0.0.0-20250725192818-e39067aee2d2
)
require (
github.com/WJQSERVER-STUDIO/go-utils/copyb v0.0.6 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/net v0.42.0 // indirect
)