julz / importas

linter to enforce consistent import aliases
Apache License 2.0
14 stars 13 forks source link

Clean up the go.mod and go.sum files #1

Closed SVilgelm closed 3 years ago

SVilgelm commented 3 years ago

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.

SVilgelm commented 3 years ago

@julz Could you please review the PR?

julz commented 3 years ago

LGTM, thanks very much for the fix and the work to add to golanglint-ci @SVilgelm!

SVilgelm commented 3 years ago

Thank you!