This commit is contained in:
wjqserver 2025-05-28 20:17:04 +08:00
parent 4598257faa
commit 16b6b05fb8
8 changed files with 201 additions and 27 deletions

10
go.mod
View file

@ -5,14 +5,18 @@ go 1.24.3
require (
github.com/BurntSushi/toml v1.5.0
github.com/WJQSERVER-STUDIO/httpc v0.5.1
github.com/WJQSERVER-STUDIO/logger v1.7.1
github.com/WJQSERVER-STUDIO/logger v1.7.2
github.com/cloudwego/hertz v0.10.0
github.com/hertz-contrib/http2 v0.1.8
golang.org/x/net v0.40.0
golang.org/x/time v0.11.0
)
require github.com/WJQSERVER-STUDIO/go-utils/limitreader v0.0.2
require (
github.com/WJQSERVER-STUDIO/go-utils/limitreader v0.0.2
github.com/go-json-experiment/json v0.0.0-20250517221953-25912455fbc8
github.com/hashicorp/golang-lru/v2 v2.0.7
)
require (
github.com/WJQSERVER-STUDIO/go-utils/copyb v0.0.4 // indirect
@ -26,7 +30,7 @@ require (
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
github.com/nyaruka/phonenumbers v1.6.1 // indirect
github.com/nyaruka/phonenumbers v1.6.3 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect