summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index c0dedfd..e4fb715 100644
--- a/go.mod
+++ b/go.mod
@@ -6,15 +6,15 @@ module git.sr.ht/~shulhan/ciigo
go 1.21
require (
- git.sr.ht/~shulhan/asciidoctor-go v0.5.3-0.20240815173049-e9b1dce76d78
- git.sr.ht/~shulhan/pakakeh.go v0.56.0
+ git.sr.ht/~shulhan/asciidoctor-go v0.6.0
+ git.sr.ht/~shulhan/pakakeh.go v0.57.0
github.com/yuin/goldmark v1.7.4
github.com/yuin/goldmark-meta v1.1.0
)
require (
- golang.org/x/net v0.27.0 // indirect
- golang.org/x/sys v0.22.0 // indirect
+ golang.org/x/net v0.29.0 // indirect
+ golang.org/x/sys v0.25.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)