From 152335a1428b93b248256d72e72428711900ddfb Mon Sep 17 00:00:00 2001 From: CSRBot Date: Wed, 6 Dec 2023 02:17:17 +0100 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 7e41fcb..7909597 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/spf13/cobra v1.8.0 github.com/stretchr/testify v1.8.4 - gopkg.in/yaml.v2 v2.4.0 + gopkg.in/yaml.v3 v3.0.1 ) require (