Fix makefile dependency

This commit is contained in:
Ian Kent 2014-12-02 20:03:25 +00:00
parent 539d40d598
commit 99b3d68b9a

View file

@ -21,7 +21,7 @@ fmt:
go fmt ./...
deps:
go get github.com/ian-kent/gotcha/...
go get github.com/ian-kent/gotcha/gotcha
go get github.com/ian-kent/go-log/log
go get github.com/ian-kent/envconf
go get github.com/jteeuwen/go-bindata/...