From c094266ccbc2cb4ebac4e2f2f6f9aee5c5740db8 Mon Sep 17 00:00:00 2001 From: Markus Wüstenberg Date: Thu, 3 Oct 2024 11:32:52 +0200 Subject: Fix example app to use maragu.dev/gomponents module path (#216) --- internal/examples/app/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/examples/app/go.mod') diff --git a/internal/examples/app/go.mod b/internal/examples/app/go.mod index a86bad6..a234275 100644 --- a/internal/examples/app/go.mod +++ b/internal/examples/app/go.mod @@ -2,4 +2,4 @@ module app go 1.23.1 -require github.com/maragudk/gomponents v0.20.5 +require maragu.dev/gomponents v0.22.1-0.20241003092644-fe24f0575214 -- cgit 1.4.1