File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
techdocs-rewrite-relative-links Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
13
13
github.com/teekennedy/goldmark-markdown v0.5.1
14
14
github.com/urfave/cli/v3 v3.3.8
15
15
github.com/willabides/actionslog v0.5.1
16
- github.com/yuin/goldmark v1.7.12
16
+ github.com/yuin/goldmark v1.7.13
17
17
go.yaml.in/yaml/v3 v3.0.4
18
18
golang.org/x/term v0.33.0
19
19
)
Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ github.com/willabides/actionslog v0.5.1 h1:dJ/Cxg8vO1pEohgC2O4CW1tCWFKJrYJXTZDWY
45
45
github.com/willabides/actionslog v0.5.1 /go.mod h1:WDufDP3XZUMBOmau2BvfVCGYuUcVRZI6Eqy8ZRw4pJ8 =
46
46
github.com/yuin/goldmark v1.7.12 h1:YwGP/rrea2/CnCtUHgjuolG/PnMxdQtPMO5PvaE2/nY =
47
47
github.com/yuin/goldmark v1.7.12 /go.mod h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg =
48
+ github.com/yuin/goldmark v1.7.13 h1:GPddIs617DnBLFFVJFgpo1aBfe/4xcvMc3SB5t/D0pA =
49
+ github.com/yuin/goldmark v1.7.13 /go.mod h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg =
48
50
go.abhg.dev/goldmark/toc v0.11.0 h1:IRixVy3/yVPKvFBc37EeBPi8XLTXrtH6BYaonSjkF8o =
49
51
go.abhg.dev/goldmark/toc v0.11.0 /go.mod h1:XMFIoI1Sm6dwF9vKzVDOYE/g1o5BmKXghLG8q/wJNww =
50
52
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/grafana/shared-workflows/actions/trigger-argo-workflow
3
3
go 1.23.1
4
4
5
5
require (
6
- github.com/cenkalti/backoff/v5 v5.0.2
6
+ github.com/cenkalti/backoff/v5 v5.0.3
7
7
github.com/kelseyhightower/envconfig v1.4.0
8
8
github.com/lmittmann/tint v1.1.2
9
9
github.com/stretchr/testify v1.10.0
Original file line number Diff line number Diff line change 1
1
github.com/cenkalti/backoff/v5 v5.0.2 h1:rIfFVxEf1QsI7E1ZHfp/B4DF/6QBAUhmgkxc0H7Zss8 =
2
2
github.com/cenkalti/backoff/v5 v5.0.2 /go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw =
3
+ github.com/cenkalti/backoff/v5 v5.0.3 h1:ZN+IMa753KfX5hd8vVaMixjnqRZ3y8CuJKRKj1xcsSM =
4
+ github.com/cenkalti/backoff/v5 v5.0.3 /go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw =
3
5
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
4
6
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
5
7
github.com/fatih/color v1.10.0 h1:s36xzo75JdqLaaWoiEHk767eHiwo0598uUxyfiPkDsg =
You can’t perform that action at this time.
0 commit comments