From 3fbbf969aa646d07d26e8d3c0f9a01aff52491a3 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 1 Feb 2025 09:39:40 +0700 Subject: go.mod: update asciidoctor-go The latest release fix parsing section that is not detected after list items. --- go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index b87d456..846549e 100644 --- a/go.mod +++ b/go.mod @@ -6,15 +6,15 @@ module git.sr.ht/~shulhan/ciigo go 1.23.4 require ( - git.sr.ht/~shulhan/asciidoctor-go v0.6.2-0.20250106025231-ed20fc1c23e8 - git.sr.ht/~shulhan/pakakeh.go v0.59.0 + git.sr.ht/~shulhan/asciidoctor-go v0.6.2 + git.sr.ht/~shulhan/pakakeh.go v0.60.0 github.com/yuin/goldmark v1.7.8 github.com/yuin/goldmark-meta v1.1.0 ) require ( - golang.org/x/exp v0.0.0-20250103183323-7d7fa50e5329 // indirect - golang.org/x/net v0.33.0 // indirect + golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect + golang.org/x/net v0.34.0 // indirect golang.org/x/sys v0.29.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) -- cgit v1.3