mod: downgrade honnef.co/go/tools to v2019.2.3

Hotfix for `failed prerequisites` errors.
Actual cause is still unknown.

Revert: #987
Ref: #994, #995, #1011
This commit is contained in:
Aleksandr Razumov 2020-04-23 01:12:55 +03:00
parent 0421b6e51a
commit 6db0292426
No known key found for this signature in database
GPG key ID: 1D14A82D2E311045
3 changed files with 10 additions and 10 deletions

6
go.mod
View file

@ -50,8 +50,12 @@ require (
github.com/valyala/quicktemplate v1.2.0
golang.org/x/tools v0.0.0-20200422022333-3d57cf2e726e
gopkg.in/yaml.v2 v2.2.8
honnef.co/go/tools v0.0.1-2020.1.3
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect
mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
)
// See https://github.com/golangci/golangci-lint/issues/995
// Update only after mitigating this issue.
// TODO: Enable back tests with skip "Issue955" after update.
require honnef.co/go/tools v0.0.1-2019.2.3