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

Move tools.go to its own module #1097

Open
lcarva opened this issue Apr 5, 2024 · 0 comments
Open

Move tools.go to its own module #1097

lcarva opened this issue Apr 5, 2024 · 0 comments

Comments

@lcarva
Copy link
Contributor

lcarva commented Apr 5, 2024

As mentioned in the docs for tools.go, the dependencies used there are only meant to be used in scripts. Let's isolate those dependencies in their own go module to formalize their usage.

We could turn the parent directoy, hack, into a go module, for example. This would likely require changes in other scripts and maybe CI.

The main benefit of this approach is that CVEs found in those dependencies do not impact the Chains controller.

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

No branches or pull requests

1 participant