From 9e7f6f81052353fc28e3f1a66f40547d9d12cf5e Mon Sep 17 00:00:00 2001 From: maddalax Date: Fri, 13 Sep 2024 19:42:51 -0500 Subject: [PATCH] upgrade --- starter-template/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/starter-template/go.mod b/starter-template/go.mod index 1a4872a..f481a66 100644 --- a/starter-template/go.mod +++ b/starter-template/go.mod @@ -5,8 +5,8 @@ go 1.23.0 require ( github.com/gofiber/fiber/v2 v2.52.5 github.com/google/uuid v1.6.0 - github.com/maddalax/htmgo/framework v0.0.0-20240914001102-13d0288b9f14 - github.com/maddalax/htmgo/framework-ui v0.0.0-20240914001102-13d0288b9f14 + github.com/maddalax/htmgo/framework v0.0.0-20240914003619-c256552b2143 + github.com/maddalax/htmgo/framework-ui v0.0.0-20240914003619-c256552b2143 github.com/redis/go-redis/v9 v9.6.1 )