From f4c2f84c011680380b217ea51b2246ff51cee7eb Mon Sep 17 00:00:00 2001 From: ashing Date: Sat, 26 Jul 2025 13:57:30 +0800 Subject: [PATCH] chore: update go.mod Signed-off-by: ashing --- backend/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go.mod b/backend/go.mod index 7accd774e..278fb6ef5 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -247,7 +247,7 @@ require ( google.golang.org/protobuf v1.36.1 // indirect gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect gopkg.in/src-d/go-errors.v1 v1.0.0 // indirect - gopkg.in/yaml.v2 v2.4.0 // indirect + gopkg.in/yaml.v2 v2.4.0 gopkg.in/yaml.v3 v3.0.1 // indirect gorm.io/driver/sqlite v1.5.5 // indirect gorm.io/hints v1.1.2 // indirect