From 52c7a7f6ea4a0a211ab9f559a4b03981a2d8c600 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 00:08:50 +0000 Subject: [PATCH] fix(deps): 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 12b22a3f..1f5f1b80 100644 --- a/go.mod +++ b/go.mod @@ -30,7 +30,6 @@ require ( github.com/urfave/cli/v2 v2.27.4 github.com/zcalusic/sysinfo v1.1.0 golang.org/x/mod v0.20.0 - gopkg.in/yaml.v2 v2.4.0 gopkg.in/yaml.v3 v3.0.1 ) @@ -115,6 +114,7 @@ require ( google.golang.org/grpc v1.59.0 // indirect google.golang.org/protobuf v1.34.1 // indirect gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 // indirect + gopkg.in/yaml.v2 v2.4.0 // indirect gotest.tools/v3 v3.4.0 // indirect howett.net/plist v1.0.0 // indirect )