aboutsummaryrefslogtreecommitdiff
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 2c9d9c2..3ff5213 100644
--- a/go.mod
+++ b/go.mod
@@ -6,15 +6,15 @@ module git.sr.ht/~shulhan/ciigo
go 1.22.0
require (
- git.sr.ht/~shulhan/asciidoctor-go v0.6.0
- git.sr.ht/~shulhan/pakakeh.go v0.58.0
- github.com/yuin/goldmark v1.7.4
+ git.sr.ht/~shulhan/asciidoctor-go v0.6.1
+ git.sr.ht/~shulhan/pakakeh.go v0.58.1
+ github.com/yuin/goldmark v1.7.8
github.com/yuin/goldmark-meta v1.1.0
)
require (
- golang.org/x/net v0.30.0 // indirect
- golang.org/x/sys v0.26.0 // indirect
+ golang.org/x/net v0.32.0 // indirect
+ golang.org/x/sys v0.28.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)