From 46e1af7895335cfbbfeb784930c68163ee4ae504 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 22:27:05 +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