From ed20fc1c23e8dd0096d32159df32a81d4e2cbb6a Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 6 Jan 2025 09:51:30 +0700 Subject: go.mod: update all dependencies and Go to version 1.23.4 --- go.mod | 6 ++++-- go.sum | 6 ++++-- testdata/test.got.html | 2 +- 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.

-- cgit v1.3