summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-01-24 21:36:39 +0700
committerShulhan <ms@kilabit.info>2026-01-24 21:36:39 +0700
commitec7d47e11094d51e33a19009c5d8819cddaaaf5c (patch)
treec4f35efd415480dd7e56e6eea4f2b78a8c227dd1
parent04422f8d237d1af542f2abe5ac5f7be0ab276843 (diff)
downloadciigo-ec7d47e11094d51e33a19009c5d8819cddaaaf5c.tar.xz
go.mod: update asciidoctor-go module
Changes, * all: add aria-label to the anchor when sectanchor enabled * all: update default CSS to asciidoctor v2.0.26 * all: use separate file with go:embed for default CSS * all: reformat README with prettier and simplify license
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 07b684b..c325e90 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ module git.sr.ht/~shulhan/ciigo
go 1.24.0
require (
- git.sr.ht/~shulhan/asciidoctor-go v0.7.2
+ git.sr.ht/~shulhan/asciidoctor-go v0.7.3-0.20260124143117-f289b7f13a1d
git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260115103415-806359d5462f
github.com/yuin/goldmark v1.7.13
github.com/yuin/goldmark-meta v1.1.0
diff --git a/go.sum b/go.sum
index edeadd5..36e4f97 100644
--- a/go.sum
+++ b/go.sum
@@ -1,5 +1,5 @@
-git.sr.ht/~shulhan/asciidoctor-go v0.7.2 h1:MeLOXoHeBE5Glq0M/DegO9lIv/MSH1mhre2EMNPXG3I=
-git.sr.ht/~shulhan/asciidoctor-go v0.7.2/go.mod h1:cY9Ae1vu3OniC7z29twH1/PMJa7ZSSUqbK9QQM4/bhc=
+git.sr.ht/~shulhan/asciidoctor-go v0.7.3-0.20260124143117-f289b7f13a1d h1:rdDzlVPJjgR6Jz84VNEAbdvNypMPtH3O6uEbVYb/7Rk=
+git.sr.ht/~shulhan/asciidoctor-go v0.7.3-0.20260124143117-f289b7f13a1d/go.mod h1:cY9Ae1vu3OniC7z29twH1/PMJa7ZSSUqbK9QQM4/bhc=
git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260115103415-806359d5462f h1:2D3QbPVWg5g91wcuyfY9fuN35NWXvCJAjg7c6YbKSVE=
git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260115103415-806359d5462f/go.mod h1:1MkKXbLZRHTcnheeSEbRpGztkym4Yxzh90ep+jCxbDc=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=