From 050a8828371ecacbfc1cceca126511b35ca6674e Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <125231822+ethpandaops-renovatebot[bot]@users.noreply.github.enterprise.com> Date: Fri, 17 Mar 2023 06:26:14 +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 54f08c71..ebc901d0 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/prometheus/client_golang v1.14.0 github.com/sirupsen/logrus v1.9.0 github.com/spf13/cobra v1.6.1 - gopkg.in/yaml.v2 v2.4.0 + gopkg.in/yaml.v3 v3.0.1 ) require (