From decc1ed3e8897533de12ac6040eb37ae92abc829 Mon Sep 17 00:00:00 2001 From: renzhiyuan <465386466@qq.com> Date: Thu, 27 Aug 2026 16:33:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=87=E4=BB=B6:=20sdk=5Ft?= =?UTF-8?q?b=5Flinkedmall/go.mod?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sdk_tb_linkedmall/go.mod | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sdk_tb_linkedmall/go.mod diff --git a/sdk_tb_linkedmall/go.mod b/sdk_tb_linkedmall/go.mod new file mode 100644 index 0000000..31da4b2 --- /dev/null +++ b/sdk_tb_linkedmall/go.mod @@ -0,0 +1,8 @@ +module sdk_tb_linkedmall + +go 1.21 + +require ( + github.com/alibabacloud-go/darabonba-openapi/v2 v2.0.10 + github.com/alibabacloud-go/tea v1.2.2 +) \ No newline at end of file