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

fix(tools): remove tools.go to simplify project dependencies #158

Merged
merged 7 commits into from
Nov 10, 2023

Conversation

coffeebeats
Copy link
Owner

There's a lot of (valid) dependabot noise as a result of having development tools' dependencies listed in the go.mod file. This change removes tools.go and instead relies on the developer to have them installed locally. This should be fine as the CI environment isn't affected and each developer can use their preferred installation methods.

@coffeebeats coffeebeats merged commit 8a3d8af into main Nov 10, 2023
8 checks passed
@coffeebeats coffeebeats deleted the fix/tools branch November 10, 2023 18:22
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.

1 participant