From c5547de5a5b5afa1b8f7869287ae9d7a552cf2fc Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Fri, 2 Dec 2016 22:19:34 +0100 Subject: [PATCH] Will it work (???) License: MIT Signed-off-by: Jakub Sztandera --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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