From 65735d94885752c06f369d46c8edd9abbc1ec5a0 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Wed, 13 Dec 2023 18:33:05 +0700 Subject: go.mod: update asciidoctor-go to tip The latest changes on asciidoctor-go replace deprecated package "lib/parser" with [strings.Parser]. --- go.mod | 2 +- go.sum | 4 ++-- 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= -- cgit v1.3