diff --git a/Makefile b/Makefile index 849eed5a271f..85ea5a452452 100644 --- a/Makefile +++ b/Makefile @@ -61,9 +61,9 @@ deps: go_check gx_check path_check $(covertools_rule) ${gx_bin} --verbose install --global covertools: - go get -u github.com/Kubuxu/goveralls + go get -u github.com/mattn/goveralls go get -u golang.org/x/tools/cmd/cover - go get -u github.com/go-playground/overalls + go get -u github.com/Kubuxu/overalls # saves/vendors third-party dependencies to Godeps/_workspace # -r flag rewrites import paths to use the vendored path