From 5e4ecdc2108065ca268fb11809cbd562c287265e Mon Sep 17 00:00:00 2001 From: cubicrootxyz/renovate Date: Mon, 5 Jan 2026 08:39:53 +0000 Subject: [PATCH] chore(deps): update module go.yaml.in/yaml/v2 to v3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index beda9770..d0fb2168 100644 --- a/go.mod +++ b/go.mod @@ -61,7 +61,7 @@ require ( github.com/ugorji/go/codec v1.3.1 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.1 // indirect - go.yaml.in/yaml/v2 v2.4.3 // indirect + go.yaml.in/yaml/v3 v3.0.4 // indirect golang.org/x/arch v0.23.0 // indirect golang.org/x/crypto v0.46.0 // indirect golang.org/x/net v0.48.0 // indirect