aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2020-11-04 13:45:50 +0700
committerShulhan <ms@kilabit.info>2020-11-04 13:48:38 +0700
commitc048413eb7930c1c3f08c0699a3c77313ef1ec2e (patch)
treeeaf38e32d3c90becce7dc5bd1d62a26901b8f7e7 /go.mod
parentdd2fd77bd963d4f14dcbe8e6b87b7be84410a59c (diff)
downloadciigo-c048413eb7930c1c3f08c0699a3c77313ef1ec2e.tar.xz
go.mod: update on asciidoctor-go
* all: parse inline format on list description item label * all: check for duplicate IDs (origin/main) * document: add additional termination when parsing list item * parser_inline: truncate inline link only if its end with '.', ',' or ';' * all: do not check for escape character when doing substitutions
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 fd67246..151084b 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/shuLhan/ciigo
go 1.13
require (
- github.com/shuLhan/asciidoctor-go v0.0.0-20201103190530-031163401a4c
+ github.com/shuLhan/asciidoctor-go v0.0.0-20201104064723-f7f67f4d9f49
github.com/shuLhan/share v0.20.0
)