From 58d780555c50b50116e7a5b8f4e41cc9483e6ad7 Mon Sep 17 00:00:00 2001 From: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:24:32 -0600 Subject: [PATCH] fix name in go mod Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index dbfabbe..89fc260 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/theopenlane/email-templates +module github.com/theopenlane/emailtemplates go 1.23.1