docs/go.mod
Snider 1792ae44a3 feat(help): add go-html HLCRF layout
Replaces html/template rendering with go-html compositor.
Dark theme, semantic HTML, ARIA roles, section anchors.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 16:33:33 +00:00

18 lines
506 B
Modula-2

module forge.lthn.ai/core/docs
go 1.26.0
require (
github.com/stretchr/testify v1.11.1
github.com/yuin/goldmark v1.7.16
gopkg.in/yaml.v3 v3.0.1
)
require (
forge.lthn.ai/core/go-html v0.1.2 // indirect
forge.lthn.ai/core/go-i18n v0.1.0 // indirect
forge.lthn.ai/core/go-inference v0.1.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
golang.org/x/text v0.34.0 // indirect
)