summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorOMOTO Tsukasa <tsukasa@oomo.to>2023-10-29 18:13:56 +0900
committerGitHub <noreply@github.com>2023-10-29 10:13:56 +0100
commitdb14238ba323279b28e7ad4cfff5aa10909ccd18 (patch)
tree6b0059b2ccf27fe7d262fea95d7be3629bef8eff /go.mod
parent3f64b5a3de5f097c4ee1b70505398f75feb391c4 (diff)
markup/goldmark: Update the CJK extension to allow specifying line break styles
This commit follows https://github.com/yuin/goldmark/pull/411
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 943b6ff76..adb871094 100644
--- a/go.mod
+++ b/go.mod
@@ -63,7 +63,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/tdewolff/minify/v2 v2.12.9
github.com/tdewolff/parse/v2 v2.6.8
- github.com/yuin/goldmark v1.5.6
+ github.com/yuin/goldmark v1.6.0
github.com/yuin/goldmark-emoji v1.0.2
go.uber.org/atomic v1.11.0
go.uber.org/automaxprocs v1.5.3