Skip to content

Commit 0d75dac

Browse files
Update module github.com/cpuguy83/go-md2man/v2 to v2.0.6
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent a7a4972 commit 0d75dac

File tree

6 files changed

+202
-63
lines changed

6 files changed

+202
-63
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ require (
7878
github.com/beorn7/perks v1.0.1 // indirect
7979
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
8080
github.com/cespare/xxhash/v2 v2.2.0 // indirect
81-
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
81+
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
8282
github.com/danieljoos/wincred v1.2.0 // indirect
8383
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
8484
github.com/evanphx/json-patch/v5 v5.6.0 // indirect

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@ github.com/cockroachdb/apd v1.1.0 h1:3LFP3629v+1aKXU5Q37mxmRxX/pIu1nijXydLShEq5I
9595
github.com/cockroachdb/apd v1.1.0/go.mod h1:8Sl8LxpKi29FqWXR16WEFZRNSz3SoPzUzeMeY4+DwBQ=
9696
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
9797
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
98-
github.com/cpuguy83/go-md2man/v2 v2.0.3 h1:qMCsGGgs+MAzDFyp9LpAe1Lqy/fY/qCovCm0qnXZOBM=
9998
github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
99+
github.com/cpuguy83/go-md2man/v2 v2.0.6 h1:XJtiaUW6dEEqVuZiMTn1ldk455QWwEIsMIJlo5vtkx0=
100+
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
100101
github.com/creack/pty v1.1.7 h1:6pwm8kMQKCmgUg0ZHTm5+/YvRK0s3THD/28+T6/kk4A=
101102
github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY=
102103
github.com/danieljoos/wincred v1.2.0 h1:ozqKHaLK0W/ii4KVbbvluM91W2H3Sh0BncbUNPS7jLE=

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

Lines changed: 62 additions & 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/md2man.go

Lines changed: 8 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/roff.go

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

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ github.com/cenkalti/backoff/v4
222222
# github.com/cespare/xxhash/v2 v2.2.0
223223
## explicit; go 1.11
224224
github.com/cespare/xxhash/v2
225-
# github.com/cpuguy83/go-md2man/v2 v2.0.3
226-
## explicit; go 1.11
225+
# github.com/cpuguy83/go-md2man/v2 v2.0.6
226+
## explicit; go 1.12
227227
github.com/cpuguy83/go-md2man/v2/md2man
228228
# github.com/danieljoos/wincred v1.2.0
229229
## explicit; go 1.18

0 commit comments

Comments
 (0)