Update Makefile

Co-Authored-By: jangrewe <jan@faked.org>
This commit is contained in:
Bora M. Alper 2018-12-30 10:42:10 +01:00 committed by GitHub
parent 11202f1b24
commit 889d7c95d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ image: image-magneticod image-magneticow
# Download dependencies
ensure:
dep ensure -v
go get -u github.com/jteeuwen/go-bindata/...
go get -u github.com/kevinburke/go-bindata/...
test-magneticod:
go test github.com/boramalper/magnetico/cmd/magneticod/...