summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 875b13f..5bd979c 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.2-0.20240305110034-dc67158aeeb6
- git.sr.ht/~shulhan/pakakeh.go v0.53.2-0.20240315075343-713d51e4792f
- github.com/yuin/goldmark v1.7.0
+ git.sr.ht/~shulhan/asciidoctor-go v0.5.2
+ git.sr.ht/~shulhan/pakakeh.go v0.54.0
+ github.com/yuin/goldmark v1.7.1
github.com/yuin/goldmark-meta v1.1.0
)
require (
- golang.org/x/net v0.22.0 // indirect
- golang.org/x/sys v0.18.0 // indirect
+ golang.org/x/net v0.23.0 // indirect
+ golang.org/x/sys v0.19.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)