Skip to content

Commit

Permalink
Merge pull request #5174 from thaJeztah/bump_go_md2man
Browse files Browse the repository at this point in the history
update go-md2man to v2.0.4
  • Loading branch information
thaJeztah committed Jun 20, 2024
2 parents 3cc2d27 + 00b0eb7 commit 9b47c14
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.3
// github.com/cpuguy83/go-md2man/v2 v2.0.4
// 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.3}"
: "${MD2MAN_VERSION=v2.0.4}"

export GO111MODULE=auto

Expand Down

0 comments on commit 9b47c14

Please sign in to comment.