From 87c68f0129265f66504707ff82bb308a379f9da0 Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Fri, 21 Feb 2025 18:42:10 -0500 Subject: [PATCH] Update module name to match new repository URL Renamed the Go module to align with the updated repository path for better clarity and organization. This ensures consistency across the project and prevents potential import conflicts. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6d031f0..6631a28 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module answer +module gitea.stevedudenhoeffer.com/steve/answer go 1.23.2