go-html/go.mod
Snider 97990c0ed3 chore: bump go directive to 1.26.0
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-22 20:33:48 +00:00

16 lines
368 B
Modula-2

module forge.lthn.ai/core/go-html
go 1.26.0
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
)