This commit is contained in:
wjqserver 2025-03-29 11:02:54 +08:00
parent 7e5092179e
commit 8adc9c87f9
4 changed files with 24 additions and 9 deletions

4
go.mod
View file

@ -8,7 +8,7 @@ require (
github.com/WJQSERVER-STUDIO/go-utils/logger v1.5.0
github.com/gin-gonic/gin v1.10.0
github.com/satomitouka/touka-httpc v0.3.3
golang.org/x/net v0.37.0
golang.org/x/net v0.38.0
golang.org/x/time v0.11.0
)
@ -21,7 +21,7 @@ require (
github.com/gin-contrib/sse v1.0.0 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.25.0 // indirect
github.com/go-playground/validator/v10 v10.26.0 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect