mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
Update to latest x/tools (#930)
* Update to latest x/tools (2020/01/19). Fixes #893 * Initialize vet analyzers as unexportd global vars. Fixes #915 * Support testing Go 1.14beta1. * ci: reset go.mod and go.sum before generated diff check * Update to latest x/tools (2020/02/04) Co-authored-by: Aleksandr Razumov <ar@gortc.io>
This commit is contained in:
parent
bec09851bf
commit
c46c1b3224
69 changed files with 12528 additions and 11786 deletions
6
go.mod
6
go.mod
|
@ -44,14 +44,10 @@ require (
|
|||
github.com/ultraware/whitespace v0.0.4
|
||||
github.com/uudashr/gocognit v1.0.1
|
||||
github.com/valyala/quicktemplate v1.2.0
|
||||
golang.org/x/tools v0.0.0-20200102140908-9497f49d5709
|
||||
golang.org/x/tools v0.0.0-20200204192400-7124308813f3
|
||||
gopkg.in/yaml.v2 v2.2.7
|
||||
honnef.co/go/tools v0.0.1-2019.2.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
|
||||
)
|
||||
|
||||
// https://github.com/golang/tools/pull/156
|
||||
// https://github.com/golang/tools/pull/160
|
||||
replace golang.org/x/tools => github.com/golangci/tools v0.0.0-20190915081525-6aa350649b1c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue