From ae317933ef0b74fb3217dbaaca8125ba622fd73e Mon Sep 17 00:00:00 2001 From: sy-records <52o@qq52o.cn> Date: Mon, 7 Oct 2024 09:53:59 +0800 Subject: [PATCH] fix: module name missing link --- notification-dingtalk/go.mod | 2 +- storage-tencentyuncos/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notification-dingtalk/go.mod b/notification-dingtalk/go.mod index 9b08b275..a0e03e07 100644 --- a/notification-dingtalk/go.mod +++ b/notification-dingtalk/go.mod @@ -1,4 +1,4 @@ -module dingtalk +module github.com/apache/incubator-answer-plugins/dingtalk go 1.21.3 diff --git a/storage-tencentyuncos/go.mod b/storage-tencentyuncos/go.mod index bebd74e1..55f64dcf 100644 --- a/storage-tencentyuncos/go.mod +++ b/storage-tencentyuncos/go.mod @@ -1,4 +1,4 @@ -module tencentyuncos +module github.com/apache/incubator-answer-plugins/tencentyuncos go 1.21.3