diff --git a/htmgo-site/Taskfile.yml b/htmgo-site/Taskfile.yml index 8e9b9c3..a6d5700 100644 --- a/htmgo-site/Taskfile.yml +++ b/htmgo-site/Taskfile.yml @@ -8,7 +8,7 @@ tasks: build: cmds: - - go run github.com/maddalax/htmgo/cli@latest build + - go run github.com/maddalax/htmgo/cli/htmgo@latest build watch: cmds: diff --git a/htmgo-site/go.mod b/htmgo-site/go.mod index c8fa723..d2519c2 100644 --- a/htmgo-site/go.mod +++ b/htmgo-site/go.mod @@ -4,7 +4,7 @@ go 1.23.0 require ( github.com/labstack/echo/v4 v4.12.0 - github.com/maddalax/htmgo/framework v0.0.0-20240921191008-59900b59eaaa + github.com/maddalax/htmgo/framework v0.0.0-20240922154638-789b9e9c7cf2 github.com/mattn/go-sqlite3 v1.14.16 github.com/yuin/goldmark v1.7.4 github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc diff --git a/htmgo-site/go.sum b/htmgo-site/go.sum index 9712d7d..ac4379f 100644 --- a/htmgo-site/go.sum +++ b/htmgo-site/go.sum @@ -22,6 +22,8 @@ github.com/maddalax/htmgo/framework v0.0.0-20240921174901-797c439244a5 h1:TX+YMe github.com/maddalax/htmgo/framework v0.0.0-20240921174901-797c439244a5/go.mod h1:WRIlLlHJG/xB+RR84LgNFq3hwYFKXvLfEEG8RzTUH50= github.com/maddalax/htmgo/framework v0.0.0-20240921191008-59900b59eaaa h1:YKSx3JUpJfwjl9pF0eDd8OyVIlTp24BPvBNHtv/Vmns= github.com/maddalax/htmgo/framework v0.0.0-20240921191008-59900b59eaaa/go.mod h1:WRIlLlHJG/xB+RR84LgNFq3hwYFKXvLfEEG8RzTUH50= +github.com/maddalax/htmgo/framework v0.0.0-20240922154638-789b9e9c7cf2 h1:fgKrdRRh264Hiy/GYT1UNUsNSdYWPDOWqSJzBVX4QFo= +github.com/maddalax/htmgo/framework v0.0.0-20240922154638-789b9e9c7cf2/go.mod h1:WRIlLlHJG/xB+RR84LgNFq3hwYFKXvLfEEG8RzTUH50= github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA= github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg= github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=