From c582291b9f8a53e3c8dcb79fa8fef9c634f53853 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 02:57:18 +0000 Subject: [PATCH] chore(deps): update module github.com/makenowjust/heredoc to v2 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- e2e/go.mod | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/go.mod b/e2e/go.mod index ad4fcdee..6d61cc31 100644 --- a/e2e/go.mod +++ b/e2e/go.mod @@ -28,7 +28,7 @@ require ( github.com/42wim/httpsig v1.2.3 // indirect github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect github.com/BurntSushi/toml v1.4.0 // indirect - github.com/MakeNowJust/heredoc v1.0.0 // indirect + github.com/MakeNowJust/heredoc/v2 v2.0.1 // indirect github.com/Masterminds/semver/v3 v3.4.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/ProtonMail/go-crypto v1.3.0 // indirect diff --git a/go.mod b/go.mod index 53ae5234..5c659697 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( dario.cat/mergo v1.0.2 // indirect github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect github.com/BurntSushi/toml v1.6.0 // indirect - github.com/MakeNowJust/heredoc v1.0.0 // indirect + github.com/MakeNowJust/heredoc/v2 v2.0.1 // indirect github.com/Masterminds/goutils v1.1.1 // indirect github.com/Masterminds/semver/v3 v3.4.0 // indirect github.com/Masterminds/sprig/v3 v3.3.0 // indirect