From 7937655317c18b2a50a375c25e9aa3e8cfe8a86b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 00:23:29 +0000 Subject: [PATCH] update: update module gopkg.in/yaml.v2 to v3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index df2eba5..d41e440 100644 --- a/go.mod +++ b/go.mod @@ -9,5 +9,5 @@ require ( github.com/spf13/pflag v1.0.5 golang.org/x/net v0.2.0 golang.org/x/text v0.5.0 - gopkg.in/yaml.v2 v2.4.0 + gopkg.in/yaml.v3 v3.0.1 )