File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
techdocs-rewrite-relative-links Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ require (
12
12
github.com/stretchr/testify v1.10.0
13
13
github.com/teekennedy/goldmark-markdown v0.5.1
14
14
github.com/urfave/cli/v2 v2.27.7
15
+ github.com/urfave/cli/v3 v3.3.8
15
16
github.com/willabides/actionslog v0.5.1
16
17
github.com/yuin/goldmark v1.7.12
17
18
go.yaml.in/yaml/v3 v3.0.4
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ github.com/teekennedy/goldmark-markdown v0.5.1 h1:2lIlJ3AcIwaD1wFl4dflJSJFMhRTKE
45
45
github.com/teekennedy/goldmark-markdown v0.5.1 /go.mod h1:so260mNSPELuRyynZY18719dRYlD+OSnAovqsyrOMOM =
46
46
github.com/urfave/cli/v2 v2.27.7 h1:bH59vdhbjLv3LAvIu6gd0usJHgoTTPhCFib8qqOwXYU =
47
47
github.com/urfave/cli/v2 v2.27.7 /go.mod h1:CyNAG/xg+iAOg0N4MPGZqVmv2rCoP267496AOXUZjA4 =
48
+ github.com/urfave/cli/v3 v3.3.8 /go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo =
48
49
github.com/willabides/actionslog v0.5.1 h1:dJ/Cxg8vO1pEohgC2O4CW1tCWFKJrYJXTZDWYJQK0+E =
49
50
github.com/willabides/actionslog v0.5.1 /go.mod h1:WDufDP3XZUMBOmau2BvfVCGYuUcVRZI6Eqy8ZRw4pJ8 =
50
51
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4 =
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ require (
9
9
github.com/lmittmann/tint v1.1.2
10
10
github.com/stretchr/testify v1.10.0
11
11
github.com/urfave/cli/v2 v2.27.7
12
+ github.com/urfave/cli/v3 v3.3.8
12
13
github.com/willabides/actionslog v0.5.1
13
14
golang.org/x/term v0.32.0
14
15
)
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
35
35
github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
36
36
github.com/urfave/cli/v2 v2.27.7 h1:bH59vdhbjLv3LAvIu6gd0usJHgoTTPhCFib8qqOwXYU =
37
37
github.com/urfave/cli/v2 v2.27.7 /go.mod h1:CyNAG/xg+iAOg0N4MPGZqVmv2rCoP267496AOXUZjA4 =
38
+ github.com/urfave/cli/v3 v3.3.8 /go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo =
38
39
github.com/willabides/actionslog v0.5.1 h1:dJ/Cxg8vO1pEohgC2O4CW1tCWFKJrYJXTZDWYJQK0+E =
39
40
github.com/willabides/actionslog v0.5.1 /go.mod h1:WDufDP3XZUMBOmau2BvfVCGYuUcVRZI6Eqy8ZRw4pJ8 =
40
41
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4 =
You can’t perform that action at this time.
0 commit comments