go-html/go.mod
Snider 1078cf136b chore: pin forge deps to v0.0.1 tags for Go 1.26 compat
Go 1.26 rejects non-semver version strings (like 'main') in go.mod.
Tags v0.0.1 now exist on all forge repos — workspace still overrides
for local development.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-22 20:15:05 +00:00

16 lines
368 B
Modula-2

module forge.lthn.ai/core/go-html
go 1.25.5
require (
forge.lthn.ai/core/go-i18n v0.0.1
github.com/stretchr/testify v1.11.1
)
require (
forge.lthn.ai/core/go-inference v0.0.1 // 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
)