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 19bf88c8e0c853bd58566785c3a53b5aff4aa52a Author: lihui <[email protected]> AuthorDate: Fri Jan 3 01:24:16 2025 +0800 feat: update package name for find plugins --- notification-wecom/config.go | 2 +- notification-wecom/go.mod | 2 +- notification-wecom/notification_wecom.go | 2 +- notification-wecom/user_config.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/notification-wecom/config.go b/notification-wecom/config.go index 0bdcc81..19a7fe1 100644 --- a/notification-wecom/config.go +++ b/notification-wecom/config.go @@ -22,7 +22,7 @@ package wecom import ( "encoding/json" - "github.com/apache/incubator-answer-plugins/notification-wecom/i18n" + "github.com/lhui/incubator-answer-plugins/notification-wecom/i18n" "github.com/apache/incubator-answer/plugin" ) 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 diff --git a/notification-wecom/notification_wecom.go b/notification-wecom/notification_wecom.go index 64fc0f5..3f6e438 100644 --- a/notification-wecom/notification_wecom.go +++ b/notification-wecom/notification_wecom.go @@ -7,7 +7,7 @@ import ( "strings" "github.com/apache/incubator-answer-plugins/util" - wecomI18n "github.com/apache/incubator-answer-plugins/notification-wecom/i18n" + wecomI18n "github.com/lhui/incubator-answer-plugins/notification-wecom/i18n" "github.com/segmentfault/pacman/i18n" "github.com/segmentfault/pacman/log" ) diff --git a/notification-wecom/user_config.go b/notification-wecom/user_config.go index bb294a8..30562d2 100644 --- a/notification-wecom/user_config.go +++ b/notification-wecom/user_config.go @@ -24,7 +24,7 @@ import ( "fmt" "sync" - "github.com/apache/incubator-answer-plugins/notification-wecom/i18n" + "github.com/lhui/incubator-answer-plugins/notification-wecom/i18n" "github.com/apache/incubator-answer/plugin" "github.com/segmentfault/pacman/log" )
