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