diff options
| author | Shulhan <ms@kilabit.info> | 2023-12-13 18:33:05 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-12-13 18:33:05 +0700 |
| commit | 65735d94885752c06f369d46c8edd9abbc1ec5a0 (patch) | |
| tree | 374d3bc97755cc4ad219ee4c084bebcf66586256 | |
| parent | d4129bf1f9ea8fedaf273a50347a0c62b6ec07e0 (diff) | |
| download | ciigo-65735d94885752c06f369d46c8edd9abbc1ec5a0.tar.xz | |
go.mod: update asciidoctor-go to tip
The latest changes on asciidoctor-go replace deprecated package
"lib/parser" with [strings.Parser].
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -6,7 +6,7 @@ module git.sr.ht/~shulhan/ciigo go 1.20 require ( - git.sr.ht/~shulhan/asciidoctor-go v0.5.1-0.20231209194435-cb215a6d8138 + git.sr.ht/~shulhan/asciidoctor-go v0.5.1-0.20231213112841-008230e7e722 github.com/shuLhan/share v0.51.0 github.com/yuin/goldmark v1.6.0 github.com/yuin/goldmark-meta v1.1.0 @@ -1,5 +1,5 @@ -git.sr.ht/~shulhan/asciidoctor-go v0.5.1-0.20231209194435-cb215a6d8138 h1:X5kngjuclJEJJnMz025TAqtDvSqJRrRZ02CDetjBGUc= -git.sr.ht/~shulhan/asciidoctor-go v0.5.1-0.20231209194435-cb215a6d8138/go.mod h1:5audSCN6jDr2+/cMvx1MdZxkCurjl/k6A5OGYWRtB0o= +git.sr.ht/~shulhan/asciidoctor-go v0.5.1-0.20231213112841-008230e7e722 h1:lIN48+M5mgV9VSYpQyt1eieEysdMLCshVV1Bphw9OW8= +git.sr.ht/~shulhan/asciidoctor-go v0.5.1-0.20231213112841-008230e7e722/go.mod h1:5audSCN6jDr2+/cMvx1MdZxkCurjl/k6A5OGYWRtB0o= github.com/shuLhan/share v0.51.0 h1:WPKRNNWnZPaVTi/o6nUdkAePek2Lbjz5baoq8MU1U+I= github.com/shuLhan/share v0.51.0/go.mod h1:Zn0zwUdSuu7L2BKaYkVOXwbwxd5Kn6Y2bhohD9Tf0Sc= github.com/yuin/goldmark v1.6.0 h1:boZcn2GTjpsynOsC0iJHnBWa4Bi0qzfJjthwauItG68= |
