From 4757a20f54215a985f630538d5cba0c98049efff Mon Sep 17 00:00:00 2001 From: kingecg Date: Wed, 25 Jun 2025 21:34:54 +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 fd35027..b9097d1 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module git.pyer.club/kingecg/command +module git.kingecg.top/kingecg/command go 1.23.1