We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd319e commit d0c006eCopy full SHA for d0c006e
Makefile
@@ -15,14 +15,15 @@ deps:
15
go get github.com/aliyun/alibaba-cloud-sdk-go/sdk
16
go get github.com/posener/complete
17
go get github.com/aliyun/ossutil/lib
18
+ go get gopkg.in/yaml.v2
19
-testdeps:
20
+testdeps: deps
21
go get -v github.com/onsi/ginkgo/ginkgo
22
go get -v github.com/onsi/gomega
23
go install github.com/onsi/ginkgo/ginkgo
24
go get gopkg.in/check.v1
25
-metas:
26
+metas: deps
27
go-bindata -o resource/metas.go -pkg resource -prefix ../aliyun-openapi-meta ../aliyun-openapi-meta/**/* ../aliyun-openapi-meta/products.json
28
29
clean:
0 commit comments