From ce83baa68cb46366eebc9f2bc4ed3598bb6c75dc Mon Sep 17 00:00:00 2001 From: William Dillon Date: Sun, 25 May 2025 16:40:38 -0400 Subject: [PATCH] updated module name --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4d9ecbd..c80ceb8 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module mishmash +module code.wmdillon.com/GoApi/mishmash go 1.24.3