From d9465cfdd634408f7bc5c07b6573131fad6bb638 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 27 Sep 2024 14:47:35 +0000 Subject: [PATCH] Auto-update HTMGO dependencies --- examples/todo-list/go.mod | 2 +- examples/todo-list/go.sum | 2 ++ framework-ui/go.mod | 2 +- framework-ui/go.sum | 2 ++ htmgo-site/go.mod | 2 +- htmgo-site/go.sum | 2 ++ templates/starter/go.mod | 2 +- templates/starter/go.sum | 2 ++ 8 files changed, 12 insertions(+), 4 deletions(-) diff --git a/examples/todo-list/go.mod b/examples/todo-list/go.mod index f195f1c..75e97ab 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-20240927021901-3c4927f918da + github.com/maddalax/htmgo/framework v0.0.0-20240927144650-f01ec9da2ec9 github.com/mattn/go-sqlite3 v1.14.23 ) diff --git a/examples/todo-list/go.sum b/examples/todo-list/go.sum index 758db41..93a6f8d 100644 --- a/examples/todo-list/go.sum +++ b/examples/todo-list/go.sum @@ -47,6 +47,8 @@ github.com/maddalax/htmgo/framework v0.0.0-20240927021509-a8b79ea8e368 h1:6MhgKo github.com/maddalax/htmgo/framework v0.0.0-20240927021509-a8b79ea8e368/go.mod h1:HYKI49Pb6oyY2opSJdTt145B1vWgfWIDohvlolynv80= github.com/maddalax/htmgo/framework v0.0.0-20240927021901-3c4927f918da h1:ZfKB93c1NT2NwuKOwl0EsfQmgCsInFxPbdqwZRLGHno= github.com/maddalax/htmgo/framework v0.0.0-20240927021901-3c4927f918da/go.mod h1:HYKI49Pb6oyY2opSJdTt145B1vWgfWIDohvlolynv80= +github.com/maddalax/htmgo/framework v0.0.0-20240927144650-f01ec9da2ec9 h1:F6FcR7wfsWXW4jHy/vTOFEmhpjvO1oTIWgrBdSetGss= +github.com/maddalax/htmgo/framework v0.0.0-20240927144650-f01ec9da2ec9/go.mod h1:HYKI49Pb6oyY2opSJdTt145B1vWgfWIDohvlolynv80= github.com/mattn/go-sqlite3 v1.14.23 h1:gbShiuAP1W5j9UOksQ06aiiqPMxYecovVGwmTxWtuw0= github.com/mattn/go-sqlite3 v1.14.23/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y= github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 h1:DpOJ2HYzCv8LZP15IdmG+YdwD2luVPHITV96TkirNBM= diff --git a/framework-ui/go.mod b/framework-ui/go.mod index dae4b69..f0610a4 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-20240927021901-3c4927f918da +require github.com/maddalax/htmgo/framework v0.0.0-20240927144650-f01ec9da2ec9 require ( github.com/go-chi/chi/v5 v5.1.0 // indirect diff --git a/framework-ui/go.sum b/framework-ui/go.sum index 60cf6df..0657816 100644 --- a/framework-ui/go.sum +++ b/framework-ui/go.sum @@ -18,3 +18,5 @@ github.com/maddalax/htmgo/framework v0.0.0-20240927021509-a8b79ea8e368 h1:6MhgKo github.com/maddalax/htmgo/framework v0.0.0-20240927021509-a8b79ea8e368/go.mod h1:HYKI49Pb6oyY2opSJdTt145B1vWgfWIDohvlolynv80= github.com/maddalax/htmgo/framework v0.0.0-20240927021901-3c4927f918da h1:ZfKB93c1NT2NwuKOwl0EsfQmgCsInFxPbdqwZRLGHno= github.com/maddalax/htmgo/framework v0.0.0-20240927021901-3c4927f918da/go.mod h1:HYKI49Pb6oyY2opSJdTt145B1vWgfWIDohvlolynv80= +github.com/maddalax/htmgo/framework v0.0.0-20240927144650-f01ec9da2ec9 h1:F6FcR7wfsWXW4jHy/vTOFEmhpjvO1oTIWgrBdSetGss= +github.com/maddalax/htmgo/framework v0.0.0-20240927144650-f01ec9da2ec9/go.mod h1:HYKI49Pb6oyY2opSJdTt145B1vWgfWIDohvlolynv80= diff --git a/htmgo-site/go.mod b/htmgo-site/go.mod index 061d342..496ef66 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-20240927021901-3c4927f918da + github.com/maddalax/htmgo/framework v0.0.0-20240927144650-f01ec9da2ec9 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 f988d6e..aff944a 100644 --- a/htmgo-site/go.sum +++ b/htmgo-site/go.sum @@ -26,6 +26,8 @@ github.com/maddalax/htmgo/framework v0.0.0-20240927021509-a8b79ea8e368 h1:6MhgKo github.com/maddalax/htmgo/framework v0.0.0-20240927021509-a8b79ea8e368/go.mod h1:HYKI49Pb6oyY2opSJdTt145B1vWgfWIDohvlolynv80= github.com/maddalax/htmgo/framework v0.0.0-20240927021901-3c4927f918da h1:ZfKB93c1NT2NwuKOwl0EsfQmgCsInFxPbdqwZRLGHno= github.com/maddalax/htmgo/framework v0.0.0-20240927021901-3c4927f918da/go.mod h1:HYKI49Pb6oyY2opSJdTt145B1vWgfWIDohvlolynv80= +github.com/maddalax/htmgo/framework v0.0.0-20240927144650-f01ec9da2ec9 h1:F6FcR7wfsWXW4jHy/vTOFEmhpjvO1oTIWgrBdSetGss= +github.com/maddalax/htmgo/framework v0.0.0-20240927144650-f01ec9da2ec9/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 6a507a9..f311e00 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-20240927021901-3c4927f918da + github.com/maddalax/htmgo/framework v0.0.0-20240927144650-f01ec9da2ec9 ) require github.com/google/uuid v1.6.0 // indirect diff --git a/templates/starter/go.sum b/templates/starter/go.sum index 6ca52da..3155ee3 100644 --- a/templates/starter/go.sum +++ b/templates/starter/go.sum @@ -18,6 +18,8 @@ github.com/maddalax/htmgo/framework v0.0.0-20240927021509-a8b79ea8e368 h1:6MhgKo github.com/maddalax/htmgo/framework v0.0.0-20240927021509-a8b79ea8e368/go.mod h1:HYKI49Pb6oyY2opSJdTt145B1vWgfWIDohvlolynv80= github.com/maddalax/htmgo/framework v0.0.0-20240927021901-3c4927f918da h1:ZfKB93c1NT2NwuKOwl0EsfQmgCsInFxPbdqwZRLGHno= github.com/maddalax/htmgo/framework v0.0.0-20240927021901-3c4927f918da/go.mod h1:HYKI49Pb6oyY2opSJdTt145B1vWgfWIDohvlolynv80= +github.com/maddalax/htmgo/framework v0.0.0-20240927144650-f01ec9da2ec9 h1:F6FcR7wfsWXW4jHy/vTOFEmhpjvO1oTIWgrBdSetGss= +github.com/maddalax/htmgo/framework v0.0.0-20240927144650-f01ec9da2ec9/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=