diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..72d02aa --- /dev/null +++ b/go.mod @@ -0,0 +1,13 @@ +module sdk_LinkedMall + +go 1.21 + +require ( + github.com/alibabacloud-go/darabonba-openapi/v2 v2.0.10 + github.com/alibabacloud-go/tea/v2 v2.1.0 +) + +replace github.com/alibabacloud-go/tea/v2 => github.com/alibabacloud-go/tea/v2 v2.1.0 +``` + +```go \ No newline at end of file