diff --git a/Makefile b/Makefile index 0337e46cb..237fbc739 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ endif .build/deps-build-go.ok: @mkdir -p .build go get -u github.com/golang/dep/cmd/dep - go get -u github.com/jteeuwen/go-bindata/... + go get -u github.com/go-bindata/go-bindata/... go get -u github.com/elazarl/go-bindata-assetfs/... touch $@