This commit is contained in:
maddalax 2024-09-13 19:42:51 -05:00
parent c256552b21
commit 9e7f6f8105

View file

@ -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
)