From a0e446ff07dba7eb0ac50e57bd5a8d1270f24425 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:58:58 +0000 Subject: [PATCH] chore(deps): update module go.yaml.in/yaml/v2 to v3 --- backend/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go.mod b/backend/go.mod index b3b2c70b1..bc69bf400 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -62,7 +62,7 @@ require ( github.com/tinylib/msgp v1.6.1 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/yuin/gopher-lua v1.1.1 // indirect - go.yaml.in/yaml/v2 v2.4.3 // indirect + go.yaml.in/yaml/v3 v3.0.4 // indirect go.yaml.in/yaml/v3 v3.0.4 // indirect golang.org/x/mod v0.30.0 // indirect golang.org/x/net v0.47.0 // indirect