htmgo/cli/htmgo/go.mod

16 lines
335 B
Modula-2
Raw Normal View History

2024-09-20 16:45:23 +00:00
module github.com/maddalax/htmgo/cli/htmgo
go 1.23.0
require (
github.com/dave/jennifer v1.7.1
github.com/fsnotify/fsnotify v1.7.0
2024-09-26 19:50:59 +00:00
github.com/google/uuid v1.6.0
golang.org/x/mod v0.21.0
golang.org/x/net v0.29.0
2024-09-24 16:08:35 +00:00
golang.org/x/sys v0.25.0
golang.org/x/tools v0.25.0
)
2024-10-13 21:33:08 +00:00
require github.com/bmatcuk/doublestar/v4 v4.7.1 // indirect