From 371e16cb151ef425fccde93872d58a1707d49778 Mon Sep 17 00:00:00 2001 From: storezhang Date: Thu, 9 May 2024 09:08:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BE=9D=E8=B5=96):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=85=A8=E9=83=A8=E4=BE=9D=E8=B5=96=E5=88=B0=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index e1f70fd..ecaf7e2 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.22 require ( github.com/drone/envsubst v1.0.3 - github.com/expr-lang/expr v1.16.5 + github.com/expr-lang/expr v1.16.7 github.com/go-resty/resty/v2 v2.12.0 github.com/goexl/args v0.0.1 github.com/goexl/env v0.0.2 @@ -21,14 +21,14 @@ require ( github.com/gabriel-vasile/mimetype v1.4.3 // 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.19.0 // indirect + github.com/go-playground/validator/v10 v10.20.0 // indirect github.com/goexl/baozheng v0.0.1 // indirect github.com/goexl/guc v0.0.7 // indirect github.com/google/uuid v1.6.0 // indirect github.com/leodido/go-urn v1.4.0 // indirect github.com/rs/xid v1.5.0 // indirect - golang.org/x/crypto v0.22.0 // indirect - golang.org/x/net v0.24.0 // indirect - golang.org/x/sys v0.19.0 // indirect - golang.org/x/text v0.14.0 // indirect + golang.org/x/crypto v0.23.0 // indirect + golang.org/x/net v0.25.0 // indirect + golang.org/x/sys v0.20.0 // indirect + golang.org/x/text v0.15.0 // indirect )