dev: add link to https://github.com/golang/tools/pull/139 to go.mod replacement

This commit is contained in:
Denis Isaev 2019-09-09 15:33:31 +03:00
parent 13c3082639
commit 9ae08e9389
No known key found for this signature in database
GPG Key ID: A36A0EC8E27A1A01

2
go.mod
View File

@ -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
)