Add vendor setup with go dep

This fix adds vendor setup with `go dep`

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2017-04-28 09:14:10 -07:00
parent 7132faae50
commit e08fb277fa
3 changed files with 443 additions and 1 deletions

View File

@@ -12,7 +12,6 @@ coredns: check
.PHONY: deps
deps: core/zmiddleware.go core/dnsserver/zdirectives.go
go get ${BUILD_VERBOSE}
go get -u github.com/golang/lint/golint
.PHONY: check