diff --git a/examples/todo-list/go.mod b/examples/todo-list/go.mod index 31e2f2c..fd952e7 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-20240926202506-cb57375f6373 + github.com/maddalax/htmgo/framework v0.0.0-20240926202839-ac4c35aae414 github.com/mattn/go-sqlite3 v1.14.16 ) diff --git a/examples/todo-list/go.sum b/examples/todo-list/go.sum index fa1fc76..1b9595b 100644 --- a/examples/todo-list/go.sum +++ b/examples/todo-list/go.sum @@ -41,6 +41,8 @@ github.com/maddalax/htmgo/framework v0.0.0-20240926200955-44fe5ab25526 h1:/S6oUV 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.0.0-20240926202839-ac4c35aae414 h1:TU1TB56RDYD0XKEoZXobOIkZ605sSgvhxEqD53qQWew= +github.com/maddalax/htmgo/framework v0.0.0-20240926202839-ac4c35aae414/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 4d28b23..2f2df67 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-20240926202506-cb57375f6373 +require github.com/maddalax/htmgo/framework v0.0.0-20240926202839-ac4c35aae414 require ( github.com/go-chi/chi/v5 v5.1.0 // indirect diff --git a/framework-ui/go.sum b/framework-ui/go.sum index 537e7a4..ab3c8ee 100644 --- a/framework-ui/go.sum +++ b/framework-ui/go.sum @@ -4,3 +4,5 @@ github.com/maddalax/htmgo/framework v0.0.0-20240926200955-44fe5ab25526 h1:/S6oUV 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.0.0-20240926202839-ac4c35aae414 h1:TU1TB56RDYD0XKEoZXobOIkZ605sSgvhxEqD53qQWew= +github.com/maddalax/htmgo/framework v0.0.0-20240926202839-ac4c35aae414/go.mod h1:JBHqkKSv6frIsSlT1itIU0hUTW9NgDcyM6Cf6npK0bQ= diff --git a/htmgo-site/go.mod b/htmgo-site/go.mod index 0c51de4..9fc5e42 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-20240926202506-cb57375f6373 + github.com/maddalax/htmgo/framework v0.0.0-20240926202839-ac4c35aae414 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 82a433a..318272d 100644 --- a/htmgo-site/go.sum +++ b/htmgo-site/go.sum @@ -20,6 +20,8 @@ github.com/maddalax/htmgo/framework v0.0.0-20240926200955-44fe5ab25526 h1:/S6oUV 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.0.0-20240926202839-ac4c35aae414 h1:TU1TB56RDYD0XKEoZXobOIkZ605sSgvhxEqD53qQWew= +github.com/maddalax/htmgo/framework v0.0.0-20240926202839-ac4c35aae414/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 e6197d3..33486c0 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-20240926202506-cb57375f6373 + github.com/maddalax/htmgo/framework v0.0.0-20240926202839-ac4c35aae414 ) require github.com/google/uuid v1.6.0 // indirect diff --git a/templates/starter/go.sum b/templates/starter/go.sum index 9ebdb77..1bb350c 100644 --- a/templates/starter/go.sum +++ b/templates/starter/go.sum @@ -6,6 +6,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= 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.0.0-20240926202839-ac4c35aae414 h1:TU1TB56RDYD0XKEoZXobOIkZ605sSgvhxEqD53qQWew= +github.com/maddalax/htmgo/framework v0.0.0-20240926202839-ac4c35aae414/go.mod h1:JBHqkKSv6frIsSlT1itIU0hUTW9NgDcyM6Cf6npK0bQ= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=