From 863cd84877cb408dd5a19ebe48d23c1ed3016234 Mon Sep 17 00:00:00 2001 From: soup Date: Tue, 13 Jan 2026 16:29:13 -0500 Subject: [PATCH] Update module path for Forgejo --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c8e77b7..175fafe 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module sxgo +module git.soup.land/soup/sxgo go 1.25.5