From c2c75ee0fad33eee82b5058293b5f1bb2c60324c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:23:34 +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 db56ed4..0b79796 100644 --- a/go.mod +++ b/go.mod @@ -56,4 +56,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