From 74fcdf50c135932d0d4aa28b7af269a27147b947 Mon Sep 17 00:00:00 2001 From: lemon-mint Date: Mon, 14 Oct 2024 11:53:51 +0900 Subject: [PATCH] Update go.mod to use absolute module path. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 85ef712..1c1aeee 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module TermiSand +module github.com/BobdaProgrammer/TermiSand go 1.21.6