From a42d62ca1a57e84cfea0703b77126599ce82fc16 Mon Sep 17 00:00:00 2001 From: steden <1470804@qq.com> Date: Mon, 25 Dec 2023 13:18:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index 2c64875..c6c94d7 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module github.com/farseer-go/webapi go 1.19 require ( - github.com/farseer-go/collections v0.10.0 - github.com/farseer-go/fs v0.10.0 + github.com/farseer-go/collections v0.11.0 + github.com/farseer-go/fs v0.11.0 github.com/go-playground/locales v0.14.1 github.com/go-playground/universal-translator v0.18.1 github.com/go-playground/validator/v10 v10.16.0 @@ -14,13 +14,13 @@ require ( require ( github.com/davecgh/go-spew v1.1.1 // indirect - github.com/gabriel-vasile/mimetype v1.4.2 // indirect + github.com/gabriel-vasile/mimetype v1.4.3 // indirect github.com/leodido/go-urn v1.2.4 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/timandy/routine v1.1.2 // indirect - golang.org/x/crypto v0.7.0 // indirect - golang.org/x/net v0.8.0 // indirect - golang.org/x/sys v0.13.0 // indirect - golang.org/x/text v0.8.0 // indirect + golang.org/x/crypto v0.17.0 // indirect + golang.org/x/net v0.19.0 // indirect + golang.org/x/sys v0.15.0 // indirect + golang.org/x/text v0.14.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )