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 3088fb4 commit 4c94a45Copy full SHA for 4c94a45
Makefile
@@ -4,6 +4,7 @@ all: build
4
publish: build build_mac build_linux build_windows
5
6
deps:
7
+ go get -u github.com/jteeuwen/go-bindata
8
go get -u github.com/Masterminds/glide
9
glide install
10
glide.yaml
@@ -11,8 +11,6 @@ import:
11
- package: github.com/aliyun/aliyun-oss-go-sdk
12
subpackages:
13
- oss
14
-- package: github.com/jteeuwen/go-bindata/
15
- version: ^3.0.7
16
- package: github.com/jmespath/go-jmespath
17
version: ^0.2.2
18
- package: github.com/aliyun/alibaba-cloud-sdk-go
0 commit comments