File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,13 +14,14 @@ require (
1414 github.com/sirupsen/logrus v1.9.3
1515 github.com/stretchr/testify v1.10.0
1616 github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
17- github.com/urfave/cli/v2 v2.27.6
17+ github.com/urfave/cli/v2 v2.27.7
18+ github.com/urfave/cli/v3 v3.4.0
1819 github.com/xeonx/timeago v1.0.0-rc5
1920)
2021
2122require (
2223 github.com/cenkalti/backoff/v4 v4.3.0 // indirect
23- github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
24+ github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
2425 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2526 github.com/gdamore/encoding v1.0.1 // indirect
2627 github.com/gdamore/tcell/v2 v2.7.4 // indirect
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK3
22github.com/cenkalti/backoff/v4 v4.3.0 /go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE =
33github.com/cpuguy83/go-md2man/v2 v2.0.5 h1:ZtcqGrnekaHpVLArFSe4HK5DoKx1T0rq2DwVB0alcyc =
44github.com/cpuguy83/go-md2man/v2 v2.0.5 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
5+ github.com/cpuguy83/go-md2man/v2 v2.0.7 h1:zbFlGlXEAKlwXpmvle3d8Oe3YnkKIK4xSRTd3sHPnBo =
6+ github.com/cpuguy83/go-md2man/v2 v2.0.7 /go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g =
57github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
68github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
79github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
@@ -107,6 +109,9 @@ github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 h1:kdXcSzyDtse
107109github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 /go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww =
108110github.com/urfave/cli/v2 v2.27.6 h1:VdRdS98FNhKZ8/Az8B7MTyGQmpIr36O1EHybx/LaZ4g =
109111github.com/urfave/cli/v2 v2.27.6 /go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ =
112+ github.com/urfave/cli/v2 v2.27.7 h1:bH59vdhbjLv3LAvIu6gd0usJHgoTTPhCFib8qqOwXYU =
113+ github.com/urfave/cli/v2 v2.27.7 /go.mod h1:CyNAG/xg+iAOg0N4MPGZqVmv2rCoP267496AOXUZjA4 =
114+ github.com/urfave/cli/v3 v3.4.0 /go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo =
110115github.com/xeonx/timeago v1.0.0-rc5 h1:pwcQGpaH3eLfPtXeyPA4DmHWjoQt0Ea7/++FwpxqLxg =
111116github.com/xeonx/timeago v1.0.0-rc5 /go.mod h1:qDLrYEFynLO7y5Ho7w3GwgtYgpy5UfhcXIIQvMKVDkA =
112117github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4 =
You can’t perform that action at this time.
0 commit comments