From e496d95644d3a70046b430fc6ebcf8e4819c1700 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 15:20:04 +0000 Subject: [PATCH] chore(deps): update module go.yaml.in/yaml/v2 to v3 --- back/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/go.mod b/back/go.mod index 2bd766534..a3c9c4cc7 100644 --- a/back/go.mod +++ b/back/go.mod @@ -59,7 +59,7 @@ require ( github.com/tdewolff/parse/v2 v2.8.12 // indirect github.com/urfave/cli/v2 v2.3.0 // indirect go.mongodb.org/mongo-driver/v2 v2.6.0 // indirect - go.yaml.in/yaml/v2 v2.4.4 // indirect + go.yaml.in/yaml/v3 v3.0.4 // indirect go.yaml.in/yaml/v3 v3.0.4 // indirect golang.org/x/mod v0.36.0 // indirect golang.org/x/sync v0.20.0 // indirect