Jonathan Chappelow 01fb8231f9 unparam: update unparam, and go mod vendor
This updates the unparam linter to the current version that has fewer
false positives. The go.{mod,sum} files and the vendor folder are
updated as follows:

export GO111MODULE=on
go get -u mvdan.cc/unparam
go mod tidy
go mod vendor

The unparam callgraph algorithm is no longer selectable. Ref:
https://github.com/mvdan/unparam/commit/e6a6d1c5
This is the reason for removing the c.CallgraphAlgorithm(us.Algo) line
from pkg/golinters/unparam.go.
2019-02-11 13:48:53 +08:00
..
2019-01-09 09:51:48 +03:00
2019-01-09 09:51:48 +03:00
2018-10-28 17:55:15 +03:00
2019-01-09 09:51:48 +03:00
2018-06-30 15:41:47 +03:00
2018-11-23 18:40:25 +03:00
2019-01-08 21:16:15 +03:00