1module github.com/alibabacloud-go/tea 2 3go 1.14 4 5require ( 6 github.com/alibabacloud-go/debug v1.0.0 7 github.com/json-iterator/go v1.1.12 8 github.com/modern-go/reflect2 v1.0.2 9 golang.org/x/net v0.20.0 10)
View as plain text