aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-01-06 09:51:30 +0700
committerShulhan <ms@kilabit.info>2025-01-06 09:52:31 +0700
commited20fc1c23e8dd0096d32159df32a81d4e2cbb6a (patch)
treec416156fb774a6ce4ccfcc7509cff7a1bbc55df3 /go.mod
parentd4b59bd3cefeb40c5c59f5bf79d10d48e725b0f3 (diff)
downloadasciidoctor-go-ed20fc1c23e8dd0096d32159df32a81d4e2cbb6a.tar.xz
go.mod: update all dependencies and Go to version 1.23.4
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 4 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 1c4649f..1fb630e 100644
--- a/go.mod
+++ b/go.mod
@@ -3,8 +3,10 @@
module git.sr.ht/~shulhan/asciidoctor-go
-go 1.22.0
+go 1.23.4
-require git.sr.ht/~shulhan/pakakeh.go v0.58.1
+require git.sr.ht/~shulhan/pakakeh.go v0.59.0
+
+require golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
//replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go