From 50916a1893c372e918615ccc9702d35547a0cd41 Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Sat, 19 Oct 2024 09:15:16 +0200 Subject: [PATCH] feat: update module path to new repository location MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - change module path from GoTomato to git.smsvc.net/pomodoro/GoTomato 🤖 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ca20fd0..b487ee5 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module GoTomato +module git.smsvc.net/pomodoro/GoTomato go 1.23.1