File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ go 1.20
5
5
require (
6
6
github.com/sourcegraph/conc v0.3.0
7
7
github.com/stretchr/testify v1.8.4
8
- github.com/urfave/cli/v2 v2.25.1
8
+ github.com/urfave/cli/v2 v2.27.4
9
9
golang.org/x/sys v0.10.0
10
10
)
11
11
12
12
require (
13
- github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
13
+ github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
14
14
github.com/davecgh/go-spew v1.1.1 // indirect
15
15
github.com/kr/text v0.2.0 // indirect
16
16
github.com/pmezard/go-difflib v1.0.0 // indirect
17
17
github.com/russross/blackfriday/v2 v2.1.0 // indirect
18
- github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
18
+ github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
19
19
go.uber.org/atomic v1.10.0 // indirect
20
20
go.uber.org/multierr v1.9.0 // indirect
21
21
gopkg.in/yaml.v3 v3.0.1 // indirect
Original file line number Diff line number Diff line change 1
1
github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w =
2
2
github.com/cpuguy83/go-md2man/v2 v2.0.2 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
3
+ github.com/cpuguy83/go-md2man/v2 v2.0.4 h1:wfIWP927BUkWJb2NmU/kNDYIBTh/ziUX91+lVfRxZq4 =
4
+ github.com/cpuguy83/go-md2man/v2 v2.0.4 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
3
5
github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
4
6
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
5
7
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
@@ -25,8 +27,12 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
25
27
github.com/stretchr/testify v1.8.4 /go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo =
26
28
github.com/urfave/cli/v2 v2.25.1 h1:zw8dSP7ghX0Gmm8vugrs6q9Ku0wzweqPyshy+syu9Gw =
27
29
github.com/urfave/cli/v2 v2.25.1 /go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc =
30
+ github.com/urfave/cli/v2 v2.27.4 h1:o1owoI+02Eb+K107p27wEX9Bb8eqIoZCfLXloLUSWJ8 =
31
+ github.com/urfave/cli/v2 v2.27.4 /go.mod h1:m4QzxcD2qpra4z7WhzEGn74WZLViBnMpb1ToCAKdGRQ =
28
32
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU =
29
33
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 /go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8 =
34
+ github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4 =
35
+ github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 /go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM =
30
36
go.uber.org/atomic v1.10.0 h1:9qC72Qh0+3MqyJbAn8YU5xVq1frD8bn3JtD2oXtafVQ =
31
37
go.uber.org/atomic v1.10.0 /go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0 =
32
38
go.uber.org/multierr v1.9.0 h1:7fIwc/ZtS0q++VgcfqFDxSBZVv/Xo49/SYnDFupUwlI =
You can’t perform that action at this time.
0 commit comments