From 22049af3896bdfe098ae80e0d5f89049b0d51f25 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Thu, 2 May 2024 20:46:59 +0200 Subject: [PATCH] chore(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 5b5a6ab..0f0b2ef 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( git.cryptic.systems/volker.raschek/dockerutils v0.2.0 github.com/Masterminds/semver/v3 v3.2.1 github.com/spf13/cobra v1.8.0 - gopkg.in/yaml.v2 v2.4.0 + gopkg.in/yaml.v3 v3.0.1 ) require (