From d7d584fead2459159500ee88f40a4de71d72e97c Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 26 Jan 2026 03:54:04 +0700 Subject: go.mod: update ciigo and pakakeh.go to tip Changelog on ciigo, * go.mod: update pakakeh.go to v0.60.3-0.20260115103415-806359d5462f * all: format README with prettier * all: embed CSS and index HTML template using memfs * all: move _example/ directory under _doc/ directory * all: improve default stylesheet * _static: simplify the topbar section * _static: second round for cleaning up styles * all: conform with Lighthouse recommendations * go.mod: update asciidoctor-go module * all: fix test on GoEmbed Changelog on pakakeh.go: * all: use SPDX license header format * lib/test: export the constant for default data file name suffix * lib/test: implement method ExtractInput on Data * lib/git: implement Gitignore * lib/git: add Git type with method IsIgnored * lib/git: implement Equaler interface on Git * lib/http: add second return value, statusCode, to FSHandler * lib/ini: improve error message when parsing variable name * lib/os: add function IsBinaryStream * lib/git: fix ignore pattern with single wildcard '*' * lib/git: add method LogFollow * README: format the file using prettier * lib/git: pass "--" when running LogFollow command * lib/git: expose the API for IgnorePattern * lib/git: handle pattern "**/foo/**" * lib/test: ignore line prefixed with "//" * all: convert license and copyright to use SPDX identifiers * CHANGELOG: record all of the latest changes * README: fix broken link and simplify license section * lib/dns: increase the client default timeout from 6 to 60 seconds * lib/dns: simplify log message for DebugLevelCache * make: increase test timeout to 2m due to lib/email/dkim takes more 60s --- go.sum | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'go.sum') diff --git a/go.sum b/go.sum index 1dfaa9a..a309d14 100644 --- a/go.sum +++ b/go.sum @@ -1,9 +1,9 @@ -git.sr.ht/~shulhan/asciidoctor-go v0.7.2 h1:MeLOXoHeBE5Glq0M/DegO9lIv/MSH1mhre2EMNPXG3I= -git.sr.ht/~shulhan/asciidoctor-go v0.7.2/go.mod h1:cY9Ae1vu3OniC7z29twH1/PMJa7ZSSUqbK9QQM4/bhc= -git.sr.ht/~shulhan/ciigo v0.15.3 h1:N38E5tVstuQVAO9X0TVbx305Tq2jH+X9i4ws3yu9GQ8= -git.sr.ht/~shulhan/ciigo v0.15.3/go.mod h1:gqQpR1ytLik3v+W6NyzFymcktUwc9ITUO/GJf+KL8Es= -git.sr.ht/~shulhan/pakakeh.go v0.60.2 h1:ZSRE77lYm+mkhvg9pSrxCIO81ydbqt93qbsWuZJpjtI= -git.sr.ht/~shulhan/pakakeh.go v0.60.2/go.mod h1:1MkKXbLZRHTcnheeSEbRpGztkym4Yxzh90ep+jCxbDc= +git.sr.ht/~shulhan/asciidoctor-go v0.7.3-0.20260124143117-f289b7f13a1d h1:rdDzlVPJjgR6Jz84VNEAbdvNypMPtH3O6uEbVYb/7Rk= +git.sr.ht/~shulhan/asciidoctor-go v0.7.3-0.20260124143117-f289b7f13a1d/go.mod h1:cY9Ae1vu3OniC7z29twH1/PMJa7ZSSUqbK9QQM4/bhc= +git.sr.ht/~shulhan/ciigo v0.15.4-0.20260124144929-5f12f2705a29 h1:WQt46ZMMLVVSsccM7IGzUz+FrddehvHaplzpBl7u9UI= +git.sr.ht/~shulhan/ciigo v0.15.4-0.20260124144929-5f12f2705a29/go.mod h1:S2aZR80qc3bN8b6O1gHZiJOfhlzJT7rGn2H82V9wMac= +git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260125195513-b5e7b1fefd3a h1:VwlleUyxkJ+CEP8gs9RLZ3maKdLGVYtvCQzr2wBPqVE= +git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260125195513-b5e7b1fefd3a/go.mod h1:1MkKXbLZRHTcnheeSEbRpGztkym4Yxzh90ep+jCxbDc= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= -- cgit v1.3