Skip to content

Commit 4679278

Browse files
committed
vendor github.com/cpuguy83/go-md2man/v2 v2.0.7
full diff: cpuguy83/go-md2man@v2.0.6...v2.0.7 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent c80675b commit 4679278

File tree

8 files changed

+39
-15
lines changed

8 files changed

+39
-15
lines changed

vendor.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ go 1.23.0
99
require (
1010
dario.cat/mergo v1.0.1
1111
github.com/containerd/platforms v1.0.0-rc.1
12-
github.com/cpuguy83/go-md2man/v2 v2.0.6
12+
github.com/cpuguy83/go-md2man/v2 v2.0.7
1313
github.com/creack/pty v1.1.24
1414
github.com/distribution/reference v0.6.0
1515
github.com/docker/cli-docs-tool v0.9.0

vendor.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
3636
github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo=
3737
github.com/containerd/platforms v1.0.0-rc.1 h1:83KIq4yy1erSRgOVHNk1HYdPvzdJ5CnsWaRoJX4C41E=
3838
github.com/containerd/platforms v1.0.0-rc.1/go.mod h1:J71L7B+aiM5SdIEqmd9wp6THLVRzJGXfNuWCZCllLA4=
39-
github.com/cpuguy83/go-md2man/v2 v2.0.6 h1:XJtiaUW6dEEqVuZiMTn1ldk455QWwEIsMIJlo5vtkx0=
4039
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
40+
github.com/cpuguy83/go-md2man/v2 v2.0.7 h1:zbFlGlXEAKlwXpmvle3d8Oe3YnkKIK4xSRTd3sHPnBo=
41+
github.com/cpuguy83/go-md2man/v2 v2.0.7/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
4142
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
4243
github.com/creack/pty v1.1.24 h1:bJrF4RRfyJnbTJqzRLHzcGaZK1NeM5kTC9jGgovnR1s=
4344
github.com/creack/pty v1.1.24/go.mod h1:08sCNb52WyoAwi2QDyzUCTgcvVFhUzewun7wtTfvcwE=

vendor/github.com/cpuguy83/go-md2man/v2/.golangci.yml

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cpuguy83/go-md2man/v2/README.md

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cpuguy83/go-md2man/v2/md2man.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cpuguy83/go-md2man/v2/md2man/md2man.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cpuguy83/go-md2man/v2/md2man/roff.go

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ github.com/containerd/log
2727
# github.com/containerd/platforms v1.0.0-rc.1
2828
## explicit; go 1.20
2929
github.com/containerd/platforms
30-
# github.com/cpuguy83/go-md2man/v2 v2.0.6
30+
# github.com/cpuguy83/go-md2man/v2 v2.0.7
3131
## explicit; go 1.12
3232
github.com/cpuguy83/go-md2man/v2
3333
github.com/cpuguy83/go-md2man/v2/md2man

0 commit comments

Comments
 (0)