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


The following commit(s) were added to refs/heads/main by this push:
     new bb62e06  fix module path error
bb62e06 is described below

commit bb62e0688eb6afd8a90e24c23cd207610ca72308
Author: Teng Fu <[email protected]>
AuthorDate: Sat Oct 19 18:14:00 2024 +0800

    fix module path error
---
 notification-dingtalk/README.md | 9 +++++++++
 notification-dingtalk/go.mod    | 2 +-
 storage-tencentyuncos/go.mod    | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/notification-dingtalk/README.md b/notification-dingtalk/README.md
index 3b1a7d8..0184161 100644
--- a/notification-dingtalk/README.md
+++ b/notification-dingtalk/README.md
@@ -1,5 +1,14 @@
 # Ding talk Notification
 
+## How to use
+
+To use the notification-dingtalk plugin with your application, install it 
using the following command:
+
+```bash
+./answer build --with 
github.com/apache/incubator-answer-plugins/notification-dingtalk
+```
+
+
 ## Feature
 
 - Send message to Ding talk
diff --git a/notification-dingtalk/go.mod b/notification-dingtalk/go.mod
index a0e03e0..692d8b0 100644
--- a/notification-dingtalk/go.mod
+++ b/notification-dingtalk/go.mod
@@ -1,4 +1,4 @@
-module github.com/apache/incubator-answer-plugins/dingtalk
+module github.com/apache/incubator-answer-plugins/notification-dingtalk
 
 go 1.21.3
 
diff --git a/storage-tencentyuncos/go.mod b/storage-tencentyuncos/go.mod
index 55f64dc..647911f 100644
--- a/storage-tencentyuncos/go.mod
+++ b/storage-tencentyuncos/go.mod
@@ -1,4 +1,4 @@
-module github.com/apache/incubator-answer-plugins/tencentyuncos
+module github.com/apache/incubator-answer-plugins/storage-tencentyuncos
 
 go 1.21.3
 

Reply via email to