diff options
| -rw-r--r-- | go.mod | 6 | ||||
| -rw-r--r-- | go.sum | 6 | ||||
| -rw-r--r-- | testdata/test.got.html | 2 |
3 files changed, 9 insertions, 5 deletions
@@ -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 @@ -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> |
