diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-26 03:54:04 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-26 03:54:07 +0700 |
| commit | d7d584fead2459159500ee88f40a4de71d72e97c (patch) | |
| tree | 06bc4ecf2e7421e731d2528964c133742855f0e6 | |
| parent | 3ccf851798e6d79bd5cfe307989a58b2e037c6e2 (diff) | |
| download | rescached-d7d584fead2459159500ee88f40a4de71d72e97c.tar.xz | |
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
| -rw-r--r-- | go.mod | 8 | ||||
| -rw-r--r-- | go.sum | 12 |
2 files changed, 11 insertions, 9 deletions
@@ -6,12 +6,12 @@ module git.sr.ht/~shulhan/rescached go 1.24.0 require ( - git.sr.ht/~shulhan/ciigo v0.15.3 - git.sr.ht/~shulhan/pakakeh.go v0.60.2 + git.sr.ht/~shulhan/ciigo v0.15.4-0.20260124144929-5f12f2705a29 + git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260125195513-b5e7b1fefd3a ) require ( - git.sr.ht/~shulhan/asciidoctor-go v0.7.2 // indirect + git.sr.ht/~shulhan/asciidoctor-go v0.7.3-0.20260124143117-f289b7f13a1d // indirect github.com/kr/text v0.2.0 // indirect github.com/yuin/goldmark v1.7.13 // indirect github.com/yuin/goldmark-meta v1.1.0 // indirect @@ -25,3 +25,5 @@ require ( ) //replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go + +//replace git.sr.ht/~shulhan/ciigo => ../ciigo @@ -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= |
