htmgo/cli/htmgo/go.mod
2024-11-09 18:06:38 +00:00

21 lines
584 B
Modula-2

module github.com/maddalax/htmgo/cli/htmgo
go 1.23.0
require (
github.com/fsnotify/fsnotify v1.7.0
github.com/google/uuid v1.6.0
github.com/maddalax/htmgo/framework v1.0.3-0.20241109180553-34e816ff7c8a
github.com/maddalax/htmgo/tools/html-to-htmgo v0.0.0-20241109180553-34e816ff7c8a
golang.org/x/mod v0.21.0
golang.org/x/sys v0.26.0
golang.org/x/tools v0.25.0
)
require (
github.com/bmatcuk/doublestar/v4 v4.7.1
github.com/go-chi/chi/v5 v5.1.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/text v0.19.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)