From c15c112603a78a05acf5053cc9fe8e12401b0f0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:27:04 +0000 Subject: [PATCH] Update module github.com/cpuguy83/go-md2man to v2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tools/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/go.mod b/tools/go.mod index 4959a029..ab4df000 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -3,5 +3,5 @@ module github.com/containers/storage/tests/tools go 1.14 require ( - github.com/cpuguy83/go-md2man v1.0.10 + github.com/cpuguy83/go-md2man/v2 v2.0.6 )