diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-24 21:36:39 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-24 21:36:39 +0700 |
| commit | ec7d47e11094d51e33a19009c5d8819cddaaaf5c (patch) | |
| tree | c4f35efd415480dd7e56e6eea4f2b78a8c227dd1 /go.mod | |
| parent | 04422f8d237d1af542f2abe5ac5f7be0ab276843 (diff) | |
| download | ciigo-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
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
