From 9713b1ec4651c6055ddb86122e43ff3a15b7430b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:54:06 +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..bc7099a5 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.5 )