Some checks failed
Build and Deploy / deploy (push) Failing after 6s
Replace fmt.Errorf calls with log.E() structured errors in LoadContentDir and Get, providing operation context for the error chain. Co-Authored-By: Virgil <virgil@lethean.io>
19 lines
540 B
Modula-2
19 lines
540 B
Modula-2
module forge.lthn.ai/core/docs
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
forge.lthn.ai/core/go-html v0.1.4
|
|
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-i18n v0.1.4 // indirect
|
|
forge.lthn.ai/core/go-inference v0.1.4 // indirect
|
|
forge.lthn.ai/core/go-log v0.0.4 // 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.35.0 // indirect
|
|
)
|