From 9ae08e93896a5addc36652d34907992ea367b6cc Mon Sep 17 00:00:00 2001 From: Denis Isaev Date: Mon, 9 Sep 2019 15:33:31 +0300 Subject: [PATCH] dev: add link to https://github.com/golang/tools/pull/139 to go.mod replacement --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index b7fb4a75..93551b3c 100644 --- a/go.mod +++ b/go.mod @@ -65,5 +65,7 @@ require ( replace ( // https://github.com/timakin/bodyclose/pull/17 github.com/timakin/bodyclose => github.com/golangci/bodyclose v0.0.0-20190713050349-65da19158fa2 + + // https://github.com/golang/tools/pull/139 golang.org/x/tools => github.com/golangci/tools v0.0.0-20190713050349-979bdb7f8cc8 )