summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-12-13 18:33:05 +0700
committerShulhan <ms@kilabit.info>2023-12-13 18:33:05 +0700
commit65735d94885752c06f369d46c8edd9abbc1ec5a0 (patch)
tree374d3bc97755cc4ad219ee4c084bebcf66586256
parentd4129bf1f9ea8fedaf273a50347a0c62b6ec07e0 (diff)
downloadciigo-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.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 6c89253..37e212a 100644
--- a/go.mod
+++ b/go.mod
@@ -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
diff --git a/go.sum b/go.sum
index 6cb44a5..180bd7f 100644
--- a/go.sum
+++ b/go.sum
@@ -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=