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 /go.mod | |
| 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
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 5 insertions, 3 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 |
