diff --git a/examples/todo-list/go.mod b/examples/todo-list/go.mod index 58b9a5b..2f0cba0 100644 --- a/examples/todo-list/go.mod +++ b/examples/todo-list/go.mod @@ -5,7 +5,7 @@ go 1.23.0 require ( entgo.io/ent v0.14.1 github.com/google/uuid v1.6.0 - github.com/maddalax/htmgo/framework v0.0.0-20240929054559-c045e880a7c7 + github.com/maddalax/htmgo/framework v0.0.0-20240929060528-fce0dfe74696 github.com/mattn/go-sqlite3 v1.14.23 ) @@ -20,6 +20,5 @@ require ( github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect github.com/zclconf/go-cty v1.8.0 // indirect golang.org/x/mod v0.20.0 // indirect - golang.org/x/net v0.29.0 // indirect golang.org/x/text v0.18.0 // indirect ) diff --git a/framework-ui/go.mod b/framework-ui/go.mod index 26d35f7..bd67e6d 100644 --- a/framework-ui/go.mod +++ b/framework-ui/go.mod @@ -2,10 +2,9 @@ module github.com/maddalax/htmgo/framework-ui go 1.23.0 -require github.com/maddalax/htmgo/framework v0.0.0-20240929054559-c045e880a7c7 +require github.com/maddalax/htmgo/framework v0.0.0-20240929060528-fce0dfe74696 require ( github.com/go-chi/chi/v5 v5.1.0 // indirect github.com/google/uuid v1.6.0 // indirect - golang.org/x/net v0.29.0 // indirect ) diff --git a/framework-ui/go.sum b/framework-ui/go.sum index 067e494..303ccd5 100644 --- a/framework-ui/go.sum +++ b/framework-ui/go.sum @@ -4,8 +4,8 @@ github.com/go-chi/chi/v5 v5.1.0 h1:acVI1TYaD+hhedDJ3r54HyA6sExp3HfXq7QWEEY/xMw= github.com/go-chi/chi/v5 v5.1.0/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8= 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-20240929054559-c045e880a7c7 h1:aORZEDTAjTaF2FWIpiFOFnNpAUMl02wIUMvhs8du/AM= -github.com/maddalax/htmgo/framework v0.0.0-20240929054559-c045e880a7c7/go.mod h1:HYKI49Pb6oyY2opSJdTt145B1vWgfWIDohvlolynv80= +github.com/maddalax/htmgo/framework v0.0.0-20240929060528-fce0dfe74696 h1:O2hH4PdtJDdBeXrnqVYzFruzySSH69axPgKvnQEILhk= +github.com/maddalax/htmgo/framework v0.0.0-20240929060528-fce0dfe74696/go.mod h1:HYKI49Pb6oyY2opSJdTt145B1vWgfWIDohvlolynv80= 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= diff --git a/htmgo-site/go.mod b/htmgo-site/go.mod index 9d47d14..ec0953c 100644 --- a/htmgo-site/go.mod +++ b/htmgo-site/go.mod @@ -4,7 +4,7 @@ go 1.23.0 require ( github.com/google/uuid v1.6.0 - github.com/maddalax/htmgo/framework v0.0.0-20240929054559-c045e880a7c7 + github.com/maddalax/htmgo/framework v0.0.0-20240929060528-fce0dfe74696 github.com/yuin/goldmark v1.7.4 github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc ) @@ -13,5 +13,4 @@ require ( github.com/alecthomas/chroma/v2 v2.2.0 // indirect github.com/dlclark/regexp2 v1.7.0 // indirect github.com/go-chi/chi/v5 v5.1.0 // indirect - golang.org/x/net v0.29.0 // indirect ) diff --git a/htmgo-site/go.sum b/htmgo-site/go.sum index 8791d0e..96a8f04 100644 --- a/htmgo-site/go.sum +++ b/htmgo-site/go.sum @@ -12,8 +12,8 @@ github.com/go-chi/chi/v5 v5.1.0 h1:acVI1TYaD+hhedDJ3r54HyA6sExp3HfXq7QWEEY/xMw= github.com/go-chi/chi/v5 v5.1.0/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8= 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-20240929054559-c045e880a7c7 h1:aORZEDTAjTaF2FWIpiFOFnNpAUMl02wIUMvhs8du/AM= -github.com/maddalax/htmgo/framework v0.0.0-20240929054559-c045e880a7c7/go.mod h1:HYKI49Pb6oyY2opSJdTt145B1vWgfWIDohvlolynv80= +github.com/maddalax/htmgo/framework v0.0.0-20240929060528-fce0dfe74696 h1:O2hH4PdtJDdBeXrnqVYzFruzySSH69axPgKvnQEILhk= +github.com/maddalax/htmgo/framework v0.0.0-20240929060528-fce0dfe74696/go.mod h1:HYKI49Pb6oyY2opSJdTt145B1vWgfWIDohvlolynv80= 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/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= diff --git a/templates/starter/go.mod b/templates/starter/go.mod index 2a6f3d3..bef8fb6 100644 --- a/templates/starter/go.mod +++ b/templates/starter/go.mod @@ -2,10 +2,9 @@ module starter-template go 1.23.0 -require github.com/maddalax/htmgo/framework v0.0.0-20240929054559-c045e880a7c7 +require github.com/maddalax/htmgo/framework v0.0.0-20240929060528-fce0dfe74696 require ( github.com/go-chi/chi/v5 v5.1.0 // indirect github.com/google/uuid v1.6.0 // indirect - golang.org/x/net v0.29.0 // indirect ) diff --git a/templates/starter/go.sum b/templates/starter/go.sum index 067e494..303ccd5 100644 --- a/templates/starter/go.sum +++ b/templates/starter/go.sum @@ -4,8 +4,8 @@ github.com/go-chi/chi/v5 v5.1.0 h1:acVI1TYaD+hhedDJ3r54HyA6sExp3HfXq7QWEEY/xMw= github.com/go-chi/chi/v5 v5.1.0/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8= 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-20240929054559-c045e880a7c7 h1:aORZEDTAjTaF2FWIpiFOFnNpAUMl02wIUMvhs8du/AM= -github.com/maddalax/htmgo/framework v0.0.0-20240929054559-c045e880a7c7/go.mod h1:HYKI49Pb6oyY2opSJdTt145B1vWgfWIDohvlolynv80= +github.com/maddalax/htmgo/framework v0.0.0-20240929060528-fce0dfe74696 h1:O2hH4PdtJDdBeXrnqVYzFruzySSH69axPgKvnQEILhk= +github.com/maddalax/htmgo/framework v0.0.0-20240929060528-fce0dfe74696/go.mod h1:HYKI49Pb6oyY2opSJdTt145B1vWgfWIDohvlolynv80= 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=