From 200b0854c79d64fe544ad931ae313d3b58149e02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 16:54:28 +0000 Subject: [PATCH] fix(deps): update module gopkg.in/yaml.v2 to v3 --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index f624c68..9514a4a 100644 --- a/go.mod +++ b/go.mod @@ -6,19 +6,19 @@ require ( github.com/fatih/color v1.16.0 github.com/gotidy/ptr v1.4.0 github.com/mb0/glob v0.0.0-20160210091149-1eb79d2de6c4 + github.com/mitchellh/hashstructure/v2 v2.0.2 github.com/sirupsen/logrus v1.9.3 github.com/stevenle/topsort v0.2.0 github.com/stretchr/testify v1.8.4 golang.org/x/sync v0.6.0 gopkg.in/yaml.v2 v2.4.0 + gopkg.in/yaml.v3 v3.0.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect - github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect golang.org/x/sys v0.14.0 // indirect - gopkg.in/yaml.v3 v3.0.1 // indirect )