diff --git a/go.mod b/go.mod index 3e9b7dc..1537c64 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/harluo/echo go 1.25 require ( - github.com/go-playground/validator/v10 v10.28.0 + github.com/go-playground/validator/v10 v10.30.0 github.com/goexl/gox v1.9.2 github.com/goexl/log v0.1.0 github.com/goexl/mengpo v0.3.2 @@ -24,7 +24,7 @@ require ( github.com/drone/envsubst v1.0.3 // indirect github.com/fatih/color v1.18.0 // indirect github.com/fsnotify/fsnotify v1.9.0 // indirect - github.com/gabriel-vasile/mimetype v1.4.11 // indirect + github.com/gabriel-vasile/mimetype v1.4.12 // indirect github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect github.com/goexl/baozheng v0.0.1 // indirect