From de5d8bad1a7e072c07193d833e16d0bca18fa887 Mon Sep 17 00:00:00 2001 From: mtvnnb Date: Sat, 15 Mar 2025 13:43:30 +0700 Subject: [PATCH] update module path --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 66bf766..617160f 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/hugo-toha/toha/v4 +module github.com/mtvnnb/toha/v4 go 1.21