Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove tooling dependencies from go.mod #42

Merged
merged 1 commit into from Jul 21, 2023
Merged

Conversation

wolfmetr
Copy link
Contributor

@wolfmetr wolfmetr commented Apr 6, 2023

Description (Why?)

In tag v1.5.0 was added dependencies on github.com/golangci/golangci-lint and github.com/matryer/moq.
And github.com/golangci/golangci-lint has a lot of dependencies, which are not necessary for your library.
It is matter for projects that use go mod in vendor mode.

Changes (How?)

  • Rewrite Makefile to remove unnecessary dependencies.
  • Remove tools.go

@mbobakov
Copy link
Owner

Thanks For contribution

@mbobakov mbobakov merged commit da3cfb2 into mbobakov:master Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants