summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-01-24 21:46:15 +0700
committerShulhan <ms@kilabit.info>2026-01-24 21:51:05 +0700
commit64654e10c4f27d0d4f217f0bb249faaa53d260a1 (patch)
treee46a1f26e2c577038647c1cc5e4e192e7e8eac1b /go.mod
parent47b4fc1b207240939179b3b5068b2d04c2ceb0a4 (diff)
downloadkilabit.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.mod16
1 files changed, 7 insertions, 9 deletions
diff --git a/go.mod b/go.mod
index 2523bee..1101fc9 100644
--- a/go.mod
+++ b/go.mod
@@ -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