From c6301935ff2e715ccf4cdd38069700b1ab4247ef Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Thu, 2 May 2019 03:26:03 +0100 Subject: [PATCH] Remove tools from go.sum deps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff5f742e6f69..42d379d292e3 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ go-mod-cache: go.sum @echo "--> Download go modules to local cache" @go mod download -go.sum: tools go.mod +go.sum: go.mod @echo "--> Ensure dependencies have not been modified" @go mod verify