File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ require (
77 github.com/frankban/quicktest v1.14.6
88 github.com/google/go-cmp v0.6.0
99 github.com/mitchellh/go-homedir v1.1.0
10- github.com/urfave/cli/v2 v2.27.3
10+ github.com/urfave/cli/v2 v2.27.5
1111 golang.org/x/crypto v0.26.0
1212 golang.org/x/net v0.28.0
1313)
1414
1515require (
16- github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
16+ github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
1717 github.com/kr/pretty v0.3.1 // indirect
1818 github.com/kr/text v0.2.0 // indirect
1919 github.com/rogpeppe/go-internal v1.9.0 // indirect
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.3 h1:qMCsGGgs+MAzDFyp9LpAe1Lqy/fY/qCovCm0q
22github.com/cpuguy83/go-md2man/v2 v2.0.3 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
33github.com/cpuguy83/go-md2man/v2 v2.0.4 h1:wfIWP927BUkWJb2NmU/kNDYIBTh/ziUX91+lVfRxZq4 =
44github.com/cpuguy83/go-md2man/v2 v2.0.4 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
5+ github.com/cpuguy83/go-md2man/v2 v2.0.5 h1:ZtcqGrnekaHpVLArFSe4HK5DoKx1T0rq2DwVB0alcyc =
6+ github.com/cpuguy83/go-md2man/v2 v2.0.5 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
57github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
68github.com/cretz/bine v0.2.1-0.20220211152646-874b17b5a830 h1:PlohB7QkCA6uleGKjd8Axsfml+em/0F1HZ5GH3lTBd8 =
79github.com/cretz/bine v0.2.1-0.20220211152646-874b17b5a830 /go.mod h1:WU4o9QR9wWp8AVKtTM1XD5vUHkEqnf2vVSo6dBqbetI =
@@ -49,6 +51,8 @@ github.com/urfave/cli/v2 v2.27.2 h1:6e0H+AkS+zDckwPCUrZkKX38mRaau4nL2uipkJpbkcI=
4951github.com/urfave/cli/v2 v2.27.2 /go.mod h1:g0+79LmHHATl7DAcHO99smiR/T7uGLw84w8Y42x+4eM =
5052github.com/urfave/cli/v2 v2.27.3 h1:/POWahRmdh7uztQ3CYnaDddk0Rm90PyOgIxgW2rr41M =
5153github.com/urfave/cli/v2 v2.27.3 /go.mod h1:m4QzxcD2qpra4z7WhzEGn74WZLViBnMpb1ToCAKdGRQ =
54+ github.com/urfave/cli/v2 v2.27.5 h1:WoHEJLdsXr6dDWoJgMq/CboDmyY/8HMMH1fTECbih+w =
55+ github.com/urfave/cli/v2 v2.27.5 /go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ =
5256github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU =
5357github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 /go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8 =
5458github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 h1:+qGGcbkzsfDQNPPe9UDgpxAWQrhbbBXOYJFQDq/dtJw =
You can’t perform that action at this time.
0 commit comments