From d8573b8c6842c4660fc9d602bf270d10500a9dcb Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 27 Apr 2026 16:07:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=99=8D=E7=BA=A7golang.org/x=E7=B3=BB?= =?UTF-8?q?=E5=88=97=E4=BE=9D=E8=B5=96=E5=88=B0=E5=85=BC=E5=AE=B9Go=201.22?= =?UTF-8?q?=E7=9A=84=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/go.mod b/backend/go.mod index 8fbb0e6..8d3f747 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -47,10 +47,10 @@ require ( github.com/twitchyliquid64/golang-asm v0.15.1 // indirect github.com/ugorji/go/codec v1.3.1 // indirect golang.org/x/arch v0.14.0 // indirect - golang.org/x/net v0.52.0 // indirect - golang.org/x/sync v0.20.0 // indirect - golang.org/x/sys v0.43.0 // indirect - golang.org/x/text v0.36.0 // indirect + golang.org/x/net v0.30.0 // indirect + golang.org/x/sync v0.10.0 // indirect + golang.org/x/sys v0.28.0 // indirect + golang.org/x/text v0.21.0 // indirect google.golang.org/protobuf v1.36.10 // indirect modernc.org/libc v1.22.5 // indirect modernc.org/mathutil v1.5.0 // indirect