Merge branch 'master' into patch-2

This commit is contained in:
Matthew Jaffee 2018-12-18 12:56:30 -06:00 committed by GitHub
commit 9426acecfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ clean:
rm -rf vendor build
# Set up vendor directory using `dep`
vendor: Gopkg.toml
vendor: Gopkg.toml Gopkg.lock
$(MAKE) require-dep
dep ensure -vendor-only
touch vendor