diff options
| author | Shulhan <ms@kilabit.info> | 2025-02-01 09:39:40 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-02-01 09:39:40 +0700 |
| commit | 3fbbf969aa646d07d26e8d3c0f9a01aff52491a3 (patch) | |
| tree | b6f47b35db0cfdd49c75fb2d8fea32afca322653 /go.mod | |
| parent | 9130f2350eff5710b14ec6aeda7ddccd944c643c (diff) | |
| download | ciigo-3fbbf969aa646d07d26e8d3c0f9a01aff52491a3.tar.xz | |
go.mod: update asciidoctor-go
The latest release fix parsing section that is not detected after list
items.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 ) |
