Skip to content

Commit

Permalink
Merge pull request #4594 from thaJeztah/24.0_backport_update_md2man
Browse files Browse the repository at this point in the history
[24.0 backport] update go-md2man to v2.0.3
  • Loading branch information
thaJeztah authored Oct 13, 2023
2 parents 5b3e376 + 9662d73 commit db6e494
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 db6e494

Please sign in to comment.