Skip to content

Commit 9ed9ed9

Browse files
authored
Update to goldmark 1.3.3 (#15059)
Signed-off-by: Andrew Thornton <[email protected]>
1 parent d05539e commit 9ed9ed9

File tree

4 files changed

+31
-18
lines changed

4 files changed

+31
-18
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ require (
128128
github.com/xanzy/go-gitlab v0.44.0
129129
github.com/xanzy/ssh-agent v0.3.0 // indirect
130130
github.com/yohcop/openid-go v1.0.0
131-
github.com/yuin/goldmark v1.3.2
131+
github.com/yuin/goldmark v1.3.3
132132
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
133133
github.com/yuin/goldmark-meta v1.0.0
134134
go.jolheiser.com/hcaptcha v0.0.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,8 +1145,8 @@ github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de
11451145
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
11461146
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
11471147
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
1148-
github.com/yuin/goldmark v1.3.2 h1:YjHC5TgyMmHpicTgEqDN0Q96Xo8K6tLXPnmNOHXCgs0=
1149-
github.com/yuin/goldmark v1.3.2/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
1148+
github.com/yuin/goldmark v1.3.3 h1:37BdQwPx8VOSic8eDSWee6QL9mRpZRm9VJp/QugNrW0=
1149+
github.com/yuin/goldmark v1.3.3/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
11501150
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691 h1:VWSxtAiQNh3zgHJpdpkpVYjTPqRE3P6UZCOPa1nRDio=
11511151
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691/go.mod h1:YLF3kDffRfUH/bTxOxHhV6lxwIB3Vfj91rEwNMS9MXo=
11521152
github.com/yuin/goldmark-meta v1.0.0 h1:ScsatUIT2gFS6azqzLGUjgOnELsBOxMXerM3ogdJhAM=

vendor/github.com/yuin/goldmark/extension/table.go

Lines changed: 27 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ github.com/xi2/xz
798798
# github.com/yohcop/openid-go v1.0.0
799799
## explicit
800800
github.com/yohcop/openid-go
801-
# github.com/yuin/goldmark v1.3.2
801+
# github.com/yuin/goldmark v1.3.3
802802
## explicit
803803
github.com/yuin/goldmark
804804
github.com/yuin/goldmark/ast

0 commit comments

Comments
 (0)