summaryrefslogtreecommitdiff
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
parentd4b59bd3cefeb40c5c59f5bf79d10d48e725b0f3 (diff)
downloadasciidoctor-go-ed20fc1c23e8dd0096d32159df32a81d4e2cbb6a.tar.xz
go.mod: update all dependencies and Go to version 1.23.4
-rw-r--r--go.mod6
-rw-r--r--go.sum6
-rw-r--r--testdata/test.got.html2
3 files changed, 9 insertions, 5 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
diff --git a/go.sum b/go.sum
index 99a1aab..e0dfd1b 100644
--- a/go.sum
+++ b/go.sum
@@ -1,2 +1,4 @@
-git.sr.ht/~shulhan/pakakeh.go v0.58.1 h1:KBb/6rT/IjBOP1MqjI6uKVw/miTjTuwR27e8oWzz3es=
-git.sr.ht/~shulhan/pakakeh.go v0.58.1/go.mod h1:QOiVaVWOilYaB+OlQtQfZo9uSvSVSVP1r8s2zve6imY=
+git.sr.ht/~shulhan/pakakeh.go v0.59.0 h1:haUyuusXQ0YVgHbbhi46Nkl/CEPhRe+cIJz22kQFGuM=
+git.sr.ht/~shulhan/pakakeh.go v0.59.0/go.mod h1:UsrvzhSUJZpm1Aub99RI/XwtNnbBlJmaNoWWd9++VyI=
+golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 h1:1UoZQm6f0P/ZO0w1Ri+f+ifG/gXhegadRdwBIXEFWDo=
+golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67/go.mod h1:qj5a5QZpwLU2NLQudwIN5koi3beDhSAlJwa67PuM98c=
diff --git a/testdata/test.got.html b/testdata/test.got.html
index 3436474..8d440e1 100644
--- a/testdata/test.got.html
+++ b/testdata/test.got.html
@@ -3056,7 +3056,7 @@ this sidebar.</p>
<div id="footer">
<div id="footer-text">
1.1.1<br>
-Last updated 2024-08-16 23:57:45 +0700
+Last updated 2024-08-15 23:30:54 +0700
</div>
</div>
</body>