diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-24 21:46:15 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-24 21:51:05 +0700 |
| commit | 64654e10c4f27d0d4f217f0bb249faaa53d260a1 (patch) | |
| tree | e46a1f26e2c577038647c1cc5e4e192e7e8eac1b /go.mod | |
| parent | 47b4fc1b207240939179b3b5068b2d04c2ceb0a4 (diff) | |
| download | kilabit.info-64654e10c4f27d0d4f217f0bb249faaa53d260a1.tar.xz | |
all: use default ciigo styles
Changes on ciigo,
* go.mod: update asciidoctor-go module
* all: conform with Lighthouse recommendations
* _static: second round for cleaning up styles
* _static: simplify the topbar section
* all: improve default stylesheet
* all: move _example/ directory under _doc/ directory
* all: embed CSS and index HTML template using memfs
* all: format README with prettier
* go.mod: update pakakeh.go to v0.60.3-0.20260115103415-806359d5462f
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -6,25 +6,23 @@ module git.sr.ht/~shulhan/kilabit.info go 1.24.0 require ( - git.sr.ht/~shulhan/ciigo v0.15.2 - git.sr.ht/~shulhan/pakakeh.go v0.60.1 + git.sr.ht/~shulhan/ciigo v0.15.4-0.20260124144929-5f12f2705a29 + git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260115103415-806359d5462f ) require ( - git.sr.ht/~shulhan/asciidoctor-go v0.7.1 // indirect - github.com/kr/pretty v0.3.1 // indirect - github.com/rogpeppe/go-internal v1.11.0 // 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 golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect golang.org/x/net v0.48.0 // indirect golang.org/x/sys v0.39.0 // indirect - gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) -//replace git.sr.ht/~shulhan/ciigo => ../ciigo +//replace git.sr.ht/~shulhan/ciigo => ./_project/src/ciigo -//replace git.sr.ht/~shulhan/asciidoctor-go => ../asciidoctor-go +//replace git.sr.ht/~shulhan/asciidoctor-go => ./_project/src/asciidoctor-go -//replace git.sr.ht/shulhan/pakakeh.go => ../pakakeh.go +//replace git.sr.ht/shulhan/pakakeh.go => ./_project/src/pakakeh.go |
