Merge pull request #749 from codysoyland/make-vendor-fix

Run `touch vendor` in `make vendor`
This commit is contained in:
Cody Soyland 2017-07-26 10:21:44 -04:00 committed by GitHub
commit cab3180db0

View file

@ -23,6 +23,7 @@ ifndef DEP
make dep
endif
dep ensure
touch vendor
Gopkg.lock: dep Gopkg.toml
dep ensure