diff --git a/examples/todo-list/go.mod b/examples/todo-list/go.mod index b4dbaf5..31e2f2c 100644 --- a/examples/todo-list/go.mod +++ b/examples/todo-list/go.mod @@ -6,7 +6,7 @@ require ( entgo.io/ent v0.14.1 github.com/go-chi/chi/v5 v5.1.0 github.com/google/uuid v1.6.0 - github.com/maddalax/htmgo/framework v0.0.0-20240926200955-44fe5ab25526 + github.com/maddalax/htmgo/framework v0.0.0-20240926202506-cb57375f6373 github.com/mattn/go-sqlite3 v1.14.16 ) diff --git a/examples/todo-list/go.sum b/examples/todo-list/go.sum index 9a71c09..fa1fc76 100644 --- a/examples/todo-list/go.sum +++ b/examples/todo-list/go.sum @@ -39,6 +39,8 @@ github.com/maddalax/htmgo/framework v0.0.0-20240926195523-4d003b6db286 h1:254Aqc github.com/maddalax/htmgo/framework v0.0.0-20240926195523-4d003b6db286/go.mod h1:JBHqkKSv6frIsSlT1itIU0hUTW9NgDcyM6Cf6npK0bQ= github.com/maddalax/htmgo/framework v0.0.0-20240926200955-44fe5ab25526 h1:/S6oUVfV+4kxqK7qhlxL7kiaY6O7NMLJbMWONgeUtd4= github.com/maddalax/htmgo/framework v0.0.0-20240926200955-44fe5ab25526/go.mod h1:JBHqkKSv6frIsSlT1itIU0hUTW9NgDcyM6Cf6npK0bQ= +github.com/maddalax/htmgo/framework v0.0.0-20240926202506-cb57375f6373 h1:r3u5SKD5dFYm6pqnsExeV30StnWGQ/+6Mxv9fF7vvP8= +github.com/maddalax/htmgo/framework v0.0.0-20240926202506-cb57375f6373/go.mod h1:JBHqkKSv6frIsSlT1itIU0hUTW9NgDcyM6Cf6npK0bQ= github.com/maddalax/htmgo/framework v0.1.0 h1:bWMPlCCuoW2Fa++YUk7yhpRLHyU3d5GcvQ0gp+bDO+g= github.com/maddalax/htmgo/framework v0.1.0/go.mod h1:TA7KCaKhurpXceQrzClJOHqRsUSd5NL64ZngSg+I3oc= github.com/mattn/go-sqlite3 v1.14.16 h1:yOQRA0RpS5PFz/oikGwBEqvAWhWg5ufRz4ETLjwpU1Y= diff --git a/framework-ui/go.mod b/framework-ui/go.mod index f4b69e6..4d28b23 100644 --- a/framework-ui/go.mod +++ b/framework-ui/go.mod @@ -2,7 +2,7 @@ module github.com/maddalax/htmgo/framework-ui go 1.23.0 -require github.com/maddalax/htmgo/framework v0.0.0-20240926200955-44fe5ab25526 +require github.com/maddalax/htmgo/framework v0.0.0-20240926202506-cb57375f6373 require ( github.com/go-chi/chi/v5 v5.1.0 // indirect diff --git a/framework-ui/go.sum b/framework-ui/go.sum index a0538e0..537e7a4 100644 --- a/framework-ui/go.sum +++ b/framework-ui/go.sum @@ -2,3 +2,5 @@ github.com/go-chi/chi/v5 v5.1.0/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITL github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/maddalax/htmgo/framework v0.0.0-20240926200955-44fe5ab25526 h1:/S6oUVfV+4kxqK7qhlxL7kiaY6O7NMLJbMWONgeUtd4= github.com/maddalax/htmgo/framework v0.0.0-20240926200955-44fe5ab25526/go.mod h1:JBHqkKSv6frIsSlT1itIU0hUTW9NgDcyM6Cf6npK0bQ= +github.com/maddalax/htmgo/framework v0.0.0-20240926202506-cb57375f6373 h1:r3u5SKD5dFYm6pqnsExeV30StnWGQ/+6Mxv9fF7vvP8= +github.com/maddalax/htmgo/framework v0.0.0-20240926202506-cb57375f6373/go.mod h1:JBHqkKSv6frIsSlT1itIU0hUTW9NgDcyM6Cf6npK0bQ= diff --git a/htmgo-site/go.mod b/htmgo-site/go.mod index a1f9eb9..0c51de4 100644 --- a/htmgo-site/go.mod +++ b/htmgo-site/go.mod @@ -5,7 +5,7 @@ go 1.23.0 require ( github.com/go-chi/chi/v5 v5.1.0 github.com/google/uuid v1.6.0 - github.com/maddalax/htmgo/framework v0.0.0-20240926200955-44fe5ab25526 + github.com/maddalax/htmgo/framework v0.0.0-20240926202506-cb57375f6373 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 b6e36e8..82a433a 100644 --- a/htmgo-site/go.sum +++ b/htmgo-site/go.sum @@ -18,6 +18,8 @@ github.com/maddalax/htmgo/framework v0.0.0-20240926195523-4d003b6db286 h1:254Aqc github.com/maddalax/htmgo/framework v0.0.0-20240926195523-4d003b6db286/go.mod h1:JBHqkKSv6frIsSlT1itIU0hUTW9NgDcyM6Cf6npK0bQ= github.com/maddalax/htmgo/framework v0.0.0-20240926200955-44fe5ab25526 h1:/S6oUVfV+4kxqK7qhlxL7kiaY6O7NMLJbMWONgeUtd4= github.com/maddalax/htmgo/framework v0.0.0-20240926200955-44fe5ab25526/go.mod h1:JBHqkKSv6frIsSlT1itIU0hUTW9NgDcyM6Cf6npK0bQ= +github.com/maddalax/htmgo/framework v0.0.0-20240926202506-cb57375f6373 h1:r3u5SKD5dFYm6pqnsExeV30StnWGQ/+6Mxv9fF7vvP8= +github.com/maddalax/htmgo/framework v0.0.0-20240926202506-cb57375f6373/go.mod h1:JBHqkKSv6frIsSlT1itIU0hUTW9NgDcyM6Cf6npK0bQ= github.com/maddalax/htmgo/framework v0.1.0 h1:bWMPlCCuoW2Fa++YUk7yhpRLHyU3d5GcvQ0gp+bDO+g= github.com/maddalax/htmgo/framework v0.1.0/go.mod h1:TA7KCaKhurpXceQrzClJOHqRsUSd5NL64ZngSg+I3oc= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= diff --git a/templates/starter/go.mod b/templates/starter/go.mod index 257c3b1..e6197d3 100644 --- a/templates/starter/go.mod +++ b/templates/starter/go.mod @@ -4,7 +4,7 @@ go 1.23.0 require ( github.com/go-chi/chi/v5 v5.1.0 - github.com/maddalax/htmgo/framework v0.0.0-20240926200955-44fe5ab25526 + github.com/maddalax/htmgo/framework v0.0.0-20240926202506-cb57375f6373 ) require github.com/google/uuid v1.6.0 // indirect diff --git a/templates/starter/go.sum b/templates/starter/go.sum index aedfcf6..618084c 100644 --- a/templates/starter/go.sum +++ b/templates/starter/go.sum @@ -10,6 +10,8 @@ github.com/maddalax/htmgo/framework v0.0.0-20240926195523-4d003b6db286 h1:254Aqc github.com/maddalax/htmgo/framework v0.0.0-20240926195523-4d003b6db286/go.mod h1:JBHqkKSv6frIsSlT1itIU0hUTW9NgDcyM6Cf6npK0bQ= github.com/maddalax/htmgo/framework v0.0.0-20240926200955-44fe5ab25526 h1:/S6oUVfV+4kxqK7qhlxL7kiaY6O7NMLJbMWONgeUtd4= github.com/maddalax/htmgo/framework v0.0.0-20240926200955-44fe5ab25526/go.mod h1:JBHqkKSv6frIsSlT1itIU0hUTW9NgDcyM6Cf6npK0bQ= +github.com/maddalax/htmgo/framework v0.0.0-20240926202506-cb57375f6373 h1:r3u5SKD5dFYm6pqnsExeV30StnWGQ/+6Mxv9fF7vvP8= +github.com/maddalax/htmgo/framework v0.0.0-20240926202506-cb57375f6373/go.mod h1:JBHqkKSv6frIsSlT1itIU0hUTW9NgDcyM6Cf6npK0bQ= github.com/maddalax/htmgo/framework v0.1.0 h1:bWMPlCCuoW2Fa++YUk7yhpRLHyU3d5GcvQ0gp+bDO+g= github.com/maddalax/htmgo/framework v0.1.0/go.mod h1:TA7KCaKhurpXceQrzClJOHqRsUSd5NL64ZngSg+I3oc= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=