diff options
| author | Shulhan <ms@kilabit.info> | 2020-11-04 13:45:50 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2020-11-04 13:48:38 +0700 |
| commit | c048413eb7930c1c3f08c0699a3c77313ef1ec2e (patch) | |
| tree | eaf38e32d3c90becce7dc5bd1d62a26901b8f7e7 | |
| parent | dd2fd77bd963d4f14dcbe8e6b87b7be84410a59c (diff) | |
| download | ciigo-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
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 ) @@ -1,5 +1,5 @@ -github.com/shuLhan/asciidoctor-go v0.0.0-20201103190530-031163401a4c h1:o0/KtwTVK6GduExdufMxastMluc9TS5uI65FIg3oqfU= -github.com/shuLhan/asciidoctor-go v0.0.0-20201103190530-031163401a4c/go.mod h1:VhBdT7ve5XYza9pVB/xwwcJAtDYJwlrzq2mYEhMHjCw= +github.com/shuLhan/asciidoctor-go v0.0.0-20201104064723-f7f67f4d9f49 h1:F6Rd5dROJPzOOvmugVctfKp9y7CPRTCXCRg1pznKEQc= +github.com/shuLhan/asciidoctor-go v0.0.0-20201104064723-f7f67f4d9f49/go.mod h1:VhBdT7ve5XYza9pVB/xwwcJAtDYJwlrzq2mYEhMHjCw= github.com/shuLhan/share v0.20.0 h1:CNeT7Ky3kR4dAbxIOuuWmqaoGjBd2TlyY+qiPjSgLn0= github.com/shuLhan/share v0.20.0/go.mod h1:FqPloTQlDTAmMXxaWft/V5tPmxEHBJeyJMAzVm4/1og= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= |
