go-html/go.mod
Snider a8774cf0ae chore: use workspace-resolved versions, drop replace directives
Forge module versions now use main branch resolution via ~/Code/go.work
workspace. Removes local replace directives — the central go.work handles
all cross-repo resolution during development.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-22 19:49:36 +00:00

16 lines
364 B
Modula-2

module forge.lthn.ai/core/go-html
go 1.25.5
require (
forge.lthn.ai/core/go-i18n main
github.com/stretchr/testify v1.11.1
)
require (
forge.lthn.ai/core/go-inference main // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/text v0.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)