Skip to content

Commit 4c94a45

Browse files
committed
fix makefile
1 parent 3088fb4 commit 4c94a45

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ all: build
44
publish: build build_mac build_linux build_windows
55

66
deps:
7+
go get -u github.com/jteeuwen/go-bindata
78
go get -u github.com/Masterminds/glide
89
glide install
910

glide.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ import:
1111
- package: github.com/aliyun/aliyun-oss-go-sdk
1212
subpackages:
1313
- oss
14-
- package: github.com/jteeuwen/go-bindata/
15-
version: ^3.0.7
1614
- package: github.com/jmespath/go-jmespath
1715
version: ^0.2.2
1816
- package: github.com/aliyun/alibaba-cloud-sdk-go

0 commit comments

Comments
 (0)