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 e0fbafb0d3c846d971dc1a5076d449d6332e017a Author: lihui <[email protected]> AuthorDate: Fri Jan 3 01:35:32 2025 +0800 Revert "feat: update package name for find plugins in go.mod" This reverts commit e78df67c48d905755d349ece38618428027f5607. --- 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 2465589..6e1292c 100644 --- a/notification-wecom/go.mod +++ b/notification-wecom/go.mod @@ -1,4 +1,4 @@ -module github.com/apache/incubator-answer-plugins/notification-wecom +module github.com/lhui/incubator-answer-plugins/notification-wecom go 1.23.4
