File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ require (
4141 github.com/containerd/continuity v0.4.1 // indirect
4242 github.com/containerd/ttrpc v1.2.2 // indirect
4343 github.com/containerd/typeurl/v2 v2.1.1 // indirect
44- github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
44+ github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
4545 github.com/cyphar/filepath-securejoin v0.2.3 // indirect
4646 github.com/davecgh/go-spew v1.1.1 // indirect
4747 github.com/distribution/distribution/v3 v3.0.0-20230214150026-36d8c594d7aa // indirect
Original file line number Diff line number Diff line change @@ -153,8 +153,9 @@ github.com/containerd/ttrpc v1.2.2 h1:9vqZr0pxwOF5koz6N0N3kJ0zDHokrcPxIR/ZR2YFtO
153153github.com/containerd/ttrpc v1.2.2 /go.mod h1:sIT6l32Ph/H9cvnJsfXM5drIVzTr5A2flTf1G5tYZak =
154154github.com/containerd/typeurl/v2 v2.1.1 h1:3Q4Pt7i8nYwy2KmQWIw2+1hTvwTE/6w9FqcttATPO/4 =
155155github.com/containerd/typeurl/v2 v2.1.1 /go.mod h1:IDp2JFvbwZ31H8dQbEIY7sDl2L3o3HZj1hsSQlywkQ0 =
156- github.com/cpuguy83/go-md2man/v2 v2.0.6 h1:XJtiaUW6dEEqVuZiMTn1ldk455QWwEIsMIJlo5vtkx0 =
157156github.com/cpuguy83/go-md2man/v2 v2.0.6 /go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g =
157+ github.com/cpuguy83/go-md2man/v2 v2.0.7 h1:zbFlGlXEAKlwXpmvle3d8Oe3YnkKIK4xSRTd3sHPnBo =
158+ github.com/cpuguy83/go-md2man/v2 v2.0.7 /go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g =
158159github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
159160github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY =
160161github.com/creack/pty v1.1.18 /go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4 =
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010)
1111
1212require (
13- github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
13+ github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
1414 github.com/davecgh/go-spew v1.1.1 // indirect
1515 github.com/inconshreveable/mousetrap v1.1.0 // indirect
1616 github.com/pmezard/go-difflib v1.0.0 // indirect
Original file line number Diff line number Diff line change 1- github.com/cpuguy83/go-md2man/v2 v2.0.6 h1:XJtiaUW6dEEqVuZiMTn1ldk455QWwEIsMIJlo5vtkx0 =
21github.com/cpuguy83/go-md2man/v2 v2.0.6 /go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g =
2+ github.com/cpuguy83/go-md2man/v2 v2.0.7 h1:zbFlGlXEAKlwXpmvle3d8Oe3YnkKIK4xSRTd3sHPnBo =
3+ github.com/cpuguy83/go-md2man/v2 v2.0.7 /go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g =
34github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
45github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
56github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
You can’t perform that action at this time.
0 commit comments