From b5827f84fc4638d8759033587db82f2e1b088d69 Mon Sep 17 00:00:00 2001 From: renzhiyuan <465386466@qq.com> Date: Fri, 28 Aug 2026 09:34:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=87=E4=BB=B6:=20sdk=5FL?= =?UTF-8?q?inkedMall/go.mod?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sdk_LinkedMall/go.mod | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sdk_LinkedMall/go.mod diff --git a/sdk_LinkedMall/go.mod b/sdk_LinkedMall/go.mod new file mode 100644 index 0000000..ff1af29 --- /dev/null +++ b/sdk_LinkedMall/go.mod @@ -0,0 +1,11 @@ +module sdk_LinkedMall + +go 1.21 + +require ( + github.com/alibabacloud-go/darabonba-openapi/v2 v2.0.10 + github.com/alibabacloud-go/tea/v2 v2.2.0 +) + +// Run `go mod tidy` to generate go.sum and resolve all transitive dependencies. +// If you encounter network timeout, set GOPROXY=https://goproxy.cn,direct \ No newline at end of file