aboutsummaryrefslogtreecommitdiff
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 ae53391..445ab38 100644
--- a/go.mod
+++ b/go.mod
@@ -7,14 +7,14 @@ go 1.21
require (
git.sr.ht/~shulhan/asciidoctor-go v0.5.2
- git.sr.ht/~shulhan/pakakeh.go v0.55.0
- github.com/yuin/goldmark v1.7.1
+ git.sr.ht/~shulhan/pakakeh.go v0.55.1
+ github.com/yuin/goldmark v1.7.4
github.com/yuin/goldmark-meta v1.1.0
)
require (
- golang.org/x/net v0.24.0 // indirect
- golang.org/x/sys v0.19.0 // indirect
+ golang.org/x/net v0.26.0 // indirect
+ golang.org/x/sys v0.21.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)