Skip to content

Commit

Permalink
update go-md2man to v2.0.5
Browse files Browse the repository at this point in the history
full diff: cpuguy83/go-md2man@v2.0.4...v2.0.5

Signed-off-by: Sebastiaan van Stijn <[email protected]>
(cherry picked from commit eaa8b57)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Dec 13, 2024
1 parent 27cf4d7 commit 12d98b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ go 1.22.0

//require (
// github.com/docker/cli v0.0.0+incompatible
// github.com/cpuguy83/go-md2man/v2 v2.0.4
// github.com/cpuguy83/go-md2man/v2 v2.0.5
// github.com/spf13/cobra v1.2.1
// github.com/spf13/pflag v1.0.5
//)
Expand Down
2 changes: 1 addition & 1 deletion scripts/docs/generate-man.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu

: "${MD2MAN_VERSION=v2.0.4}"
: "${MD2MAN_VERSION=v2.0.5}"

export GO111MODULE=auto

Expand Down

0 comments on commit 12d98b0

Please sign in to comment.