From 0fc91c39caefa0e00832cce55ae5a0073e67f6a8 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 9 Feb 2026 12:47:53 +0700 Subject: go.mod: update dependencies --- go.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index d45a66f..f78f3e5 100644 --- a/go.mod +++ b/go.mod @@ -3,15 +3,15 @@ module git.sr.ht/~shulhan/asciidoctor-go -go 1.24.0 +go 1.25.0 -require git.sr.ht/~shulhan/pakakeh.go v0.60.2 +require git.sr.ht/~shulhan/pakakeh.go v0.61.0 require ( - golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect - golang.org/x/mod v0.31.0 // indirect + golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect + golang.org/x/mod v0.32.0 // indirect golang.org/x/sync v0.19.0 // indirect - golang.org/x/tools v0.40.0 // indirect + golang.org/x/tools v0.41.0 // indirect ) //replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go -- cgit v1.3