From 2b64ee7fd1ea348e71d10618db2275a3d6e85244 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:44:21 +0000 Subject: [PATCH] fix(deps): update module gopkg.in/yaml.v2 to v3 (#551) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8adb10df..627b57e7 100644 --- a/go.mod +++ b/go.mod @@ -35,6 +35,7 @@ require ( golang.org/x/sys v0.24.0 golang.zx2c4.com/wireguard/windows v0.5.3 gopkg.in/yaml.v2 v2.4.0 + gopkg.in/yaml.v3 v3.0.1 ) require github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect @@ -177,7 +178,6 @@ require ( golang.zx2c4.com/wireguard v0.0.0-20220703234212-c31a7b1ab478 // indirect gonum.org/v1/gonum v0.13.0 // indirect google.golang.org/protobuf v1.34.1 // indirect - gopkg.in/yaml.v3 v3.0.1 // indirect lukechampine.com/blake3 v1.2.1 // indirect )