From 6c83795cfad97254d025698752167d5d0d15bc90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:58:03 +0000 Subject: [PATCH] fix(deps): 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..97c243c4 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.4 )