From 1b5e4ebc331383ef35950f9be73b4bdc090e79b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 27 Sep 2024 02:19:40 +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 05ae6b6..f195f1c 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-20240927021509-a8b79ea8e368 + github.com/maddalax/htmgo/framework v0.0.0-20240927021901-3c4927f918da github.com/mattn/go-sqlite3 v1.14.23 ) diff --git a/examples/todo-list/go.sum b/examples/todo-list/go.sum index dc4cd05..758db41 100644 --- a/examples/todo-list/go.sum +++ b/examples/todo-list/go.sum @@ -45,6 +45,8 @@ github.com/maddalax/htmgo/framework v0.0.0-20240926220034-f2c4574e9611 h1:8Rce7G github.com/maddalax/htmgo/framework v0.0.0-20240926220034-f2c4574e9611/go.mod h1:HYKI49Pb6oyY2opSJdTt145B1vWgfWIDohvlolynv80= github.com/maddalax/htmgo/framework v0.0.0-20240927021509-a8b79ea8e368 h1:6MhgKot+CWjSIrQ6FTJTIznVbHDvOefREXAQ/Z4jCIA= 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/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 c1f4a78..dae4b69 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-20240927021509-a8b79ea8e368 +require github.com/maddalax/htmgo/framework v0.0.0-20240927021901-3c4927f918da require ( github.com/go-chi/chi/v5 v5.1.0 // indirect diff --git a/framework-ui/go.sum b/framework-ui/go.sum index ef5a689..60cf6df 100644 --- a/framework-ui/go.sum +++ b/framework-ui/go.sum @@ -16,3 +16,5 @@ github.com/maddalax/htmgo/framework v0.0.0-20240926220034-f2c4574e9611 h1:8Rce7G github.com/maddalax/htmgo/framework v0.0.0-20240926220034-f2c4574e9611/go.mod h1:HYKI49Pb6oyY2opSJdTt145B1vWgfWIDohvlolynv80= github.com/maddalax/htmgo/framework v0.0.0-20240927021509-a8b79ea8e368 h1:6MhgKot+CWjSIrQ6FTJTIznVbHDvOefREXAQ/Z4jCIA= 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= diff --git a/htmgo-site/go.mod b/htmgo-site/go.mod index decb572..061d342 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-20240927021509-a8b79ea8e368 + github.com/maddalax/htmgo/framework v0.0.0-20240927021901-3c4927f918da 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 9d988ad..f988d6e 100644 --- a/htmgo-site/go.sum +++ b/htmgo-site/go.sum @@ -24,6 +24,8 @@ github.com/maddalax/htmgo/framework v0.0.0-20240926220034-f2c4574e9611 h1:8Rce7G github.com/maddalax/htmgo/framework v0.0.0-20240926220034-f2c4574e9611/go.mod h1:HYKI49Pb6oyY2opSJdTt145B1vWgfWIDohvlolynv80= github.com/maddalax/htmgo/framework v0.0.0-20240927021509-a8b79ea8e368 h1:6MhgKot+CWjSIrQ6FTJTIznVbHDvOefREXAQ/Z4jCIA= 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/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 98daaf3..6a507a9 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-20240927021509-a8b79ea8e368 + github.com/maddalax/htmgo/framework v0.0.0-20240927021901-3c4927f918da ) require github.com/google/uuid v1.6.0 // indirect diff --git a/templates/starter/go.sum b/templates/starter/go.sum index 8925971..6ca52da 100644 --- a/templates/starter/go.sum +++ b/templates/starter/go.sum @@ -16,6 +16,8 @@ github.com/maddalax/htmgo/framework v0.0.0-20240926220034-f2c4574e9611 h1:8Rce7G github.com/maddalax/htmgo/framework v0.0.0-20240926220034-f2c4574e9611/go.mod h1:HYKI49Pb6oyY2opSJdTt145B1vWgfWIDohvlolynv80= github.com/maddalax/htmgo/framework v0.0.0-20240927021509-a8b79ea8e368 h1:6MhgKot+CWjSIrQ6FTJTIznVbHDvOefREXAQ/Z4jCIA= 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/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=