From 738259527da0732c19793fb9d6df6a935c09e1e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:59:21 +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