Merge pull request #65 from LK4D4/vendor

Vendor dependencies
This commit is contained in:
Michael Crosby 2016-01-22 10:46:16 -08:00
commit b4a53af927
477 changed files with 71638 additions and 0 deletions

View file

@ -11,6 +11,7 @@ endif
DOCKER_IMAGE := containerd-dev$(if $(GIT_BRANCH),:$(GIT_BRANCH))
DOCKER_RUN := docker run --rm -i $(DOCKER_FLAGS) "$(DOCKER_IMAGE)"
export GOPATH:=$(CURDIR)/vendor:$(GOPATH)
all: client daemon