switch glide to govendor (#43)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2017-07-03 23:11:48 -05:00
committed by GitHub
parent dd76024845
commit 8c74c44621
84 changed files with 21193 additions and 66 deletions

View File

@@ -10,9 +10,6 @@ else
EXTLDFLAGS =
endif
install:
glide install
build:
go build -ldflags="$(EXTLDFLAGS)-s -w -X main.Version=$(VERSION)"
@@ -22,9 +19,6 @@ test:
html:
go tool cover -html=coverage.txt
update:
glide up
docker_build:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -tags netgo -ldflags="-X main.Version=$(VERSION)"