From 3715dd0811a78ddfd30089c2711918f1ba618b78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:54:08 +0000 Subject: [PATCH] chore(deps): update module github.com/atomatt/yaml to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5862a00..eb63646 100644 --- a/go.mod +++ b/go.mod @@ -55,4 +55,4 @@ require ( sigs.k8s.io/yaml v1.1.0 // indirect ) -replace gopkg.in/yaml.v3 => github.com/atomatt/yaml v0.0.0-20200228174225-55c5cf55e3ee +replace gopkg.in/yaml.v3 => github.com/atomatt/yaml/v2 v2.2.8