The go.mod and go.sum contained a lot of unnecessary dependencies, that are not used by the project.
I'm trying to integrate this linter to golangci-lint, but was a bit surprised by the number of new dependencies added to go.sum. Now it is a blocker of the integration.
The
go.mod
andgo.sum
contained a lot of unnecessary dependencies, that are not used by the project. I'm trying to integrate this linter togolangci-lint
, but was a bit surprised by the number of new dependencies added togo.sum
. Now it is a blocker of the integration.