go-html/go.mod
Snider 4a924b0be4
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
fix: migrate module paths from forge.lthn.ai to dappco.re
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-04 16:21:12 +01:00

21 lines
585 B
Modula-2

module dappco.re/go/core/html
go 1.26.0
require (
dappco.re/go/core v0.8.0-alpha.1
dappco.re/go/core/i18n v0.2.1
dappco.re/go/core/io v0.2.0
dappco.re/go/core/log v0.1.0
dappco.re/go/core/process v0.3.0
github.com/stretchr/testify v1.11.1
)
require (
dappco.re/go/core/inference v0.1.4 // indirect
dappco.re/go/core/log v0.0.4 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
golang.org/x/text v0.35.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)