Skip to content

Commit

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

Signed-off-by: Sebastiaan van Stijn <[email protected]>
(cherry picked from commit 3f1195e)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Oct 11, 2023
1 parent 6ecab75 commit 000d6dd
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.16

//require (
// github.com/docker/cli v0.0.0+incompatible
// github.com/cpuguy83/go-md2man/v2 v2.0.1
// github.com/cpuguy83/go-md2man/v2 v2.0.3
// 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.1}"
: "${MD2MAN_VERSION=v2.0.3}"

export GO111MODULE=auto

Expand Down

0 comments on commit 000d6dd

Please sign in to comment.