From b8220db8d252fbc37f87bf5d0dbd9628110731f0 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 6 Oct 2024 21:26:54 +0700 Subject: go.mod: update all dependencies --- go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index e4fb715..2c9d9c2 100644 --- a/go.mod +++ b/go.mod @@ -3,18 +3,18 @@ module git.sr.ht/~shulhan/ciigo -go 1.21 +go 1.22.0 require ( git.sr.ht/~shulhan/asciidoctor-go v0.6.0 - git.sr.ht/~shulhan/pakakeh.go v0.57.0 + git.sr.ht/~shulhan/pakakeh.go v0.58.0 github.com/yuin/goldmark v1.7.4 github.com/yuin/goldmark-meta v1.1.0 ) require ( - golang.org/x/net v0.29.0 // indirect - golang.org/x/sys v0.25.0 // indirect + golang.org/x/net v0.30.0 // indirect + golang.org/x/sys v0.26.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) -- cgit v1.3