diff --git a/framework-ui/go.mod b/framework-ui/go.mod index 4b43013..7bfc2d7 100644 --- a/framework-ui/go.mod +++ b/framework-ui/go.mod @@ -2,8 +2,6 @@ module github.com/maddalax/htmgo/framework-ui go 1.23.0 -require github.com/maddalax/htmgo/framework v0.0.0-20240913172653-23dd1db77843 - require ( github.com/andybalholm/brotli v1.0.5 // indirect github.com/gofiber/fiber/v2 v2.52.5 // indirect diff --git a/starter-template/go.mod b/starter-template/go.mod index 3eed0b6..1a4872a 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-20240913185752-4130d7fab5eb - github.com/maddalax/htmgo/framework-ui v0.0.0-20240913172832-ad335247426d + github.com/maddalax/htmgo/framework v0.0.0-20240914001102-13d0288b9f14 + github.com/maddalax/htmgo/framework-ui v0.0.0-20240914001102-13d0288b9f14 github.com/redis/go-redis/v9 v9.6.1 )