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=