From dc9476786b6b5a9f4e03a00939de5faed156312d Mon Sep 17 00:00:00 2001 From: maddalax Date: Sun, 22 Sep 2024 21:34:56 -0500 Subject: [PATCH] upgrade --- examples/todo-list/go.mod | 2 +- examples/todo-list/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/todo-list/go.mod b/examples/todo-list/go.mod index 8bea64a..b2b2369 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/labstack/echo/v4 v4.12.0 - github.com/maddalax/htmgo/framework v0.0.0-20240918150417-f0f979e3a293 + github.com/maddalax/htmgo/framework v0.0.0-20240923023322-a975cff0d704 github.com/mattn/go-sqlite3 v1.14.16 ) diff --git a/examples/todo-list/go.sum b/examples/todo-list/go.sum index 32cccd6..1f9eaaf 100644 --- a/examples/todo-list/go.sum +++ b/examples/todo-list/go.sum @@ -37,6 +37,8 @@ github.com/labstack/gommon v0.4.2 h1:F8qTUNXgG1+6WQmqoUWnz8WiEU60mXVVw0P4ht1WRA0 github.com/labstack/gommon v0.4.2/go.mod h1:QlUFxVM+SNXhDL/Z7YhocGIBYOiwB0mXm1+1bAPHPyU= github.com/maddalax/htmgo/framework v0.0.0-20240918150417-f0f979e3a293 h1:/VisQ3836jcJkZQDiZUXk9CdOUCu3AY9476/924OSTQ= github.com/maddalax/htmgo/framework v0.0.0-20240918150417-f0f979e3a293/go.mod h1:hH6EgyyjquAj9BWFRPcTnAB+dOVfLuO125/L8C3iilA= +github.com/maddalax/htmgo/framework v0.0.0-20240923023322-a975cff0d704 h1:IFiFgtpO2kdlyopz21oYAayvbrlg/VH+097Hyfth6fA= +github.com/maddalax/htmgo/framework v0.0.0-20240923023322-a975cff0d704/go.mod h1:TA7KCaKhurpXceQrzClJOHqRsUSd5NL64ZngSg+I3oc= github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA= github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg= github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=