diff --git a/Makefile b/Makefile index 3209c37..1cde758 100644 --- a/Makefile +++ b/Makefile @@ -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/...