htmgo/tools/html-to-htmgo/go.mod
2024-10-25 16:12:08 +00:00

16 lines
371 B
Modula-2

module github.com/maddalax/htmgo/tools/html-to-htmgo
go 1.23.0
require (
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.30.0
golang.org/x/text v0.19.0
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)