From e9474f0e3f4062dd82ef31fc39d93bd168bd411c Mon Sep 17 00:00:00 2001 From: kingecg Date: Wed, 25 Jun 2025 21:35:46 +0800 Subject: [PATCH] chore: update module path to git.kingecg.top --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1667ba2..3891cbd 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.pyer.club/kingecg/gocmdDaemon +module git.kingecg.top/kingecg/gocmdDaemon go 1.23.1