This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git
commit 012639633a0055f656387f51b4865d9c4b555dd5 Author: lihui <[email protected]> AuthorDate: Fri Jan 3 01:28:17 2025 +0800 feat: update package name for find plugins in go.mod --- notification-wecom/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notification-wecom/go.mod b/notification-wecom/go.mod index 6e1292c..2465589 100644 --- a/notification-wecom/go.mod +++ b/notification-wecom/go.mod @@ -1,4 +1,4 @@ -module github.com/lhui/incubator-answer-plugins/notification-wecom +module github.com/apache/incubator-answer-plugins/notification-wecom go 1.23.4
