添加文件: sdk_LinkedMall/go.mod
This commit is contained in:
commit
b5827f84fc
|
|
@ -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
|
||||||
Loading…
Reference in New Issue