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>
16 lines
364 B
Modula-2
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
|
|
)
|