We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to migrate the whole repository, including building and packaging Beats, to use go modules.
The first step is to add a go.mod file in: #14902
go.mod
But we have additional tasks:
I propose once we switch to full go modules support, we should get rid of vendoring. I would like to support only one way to handle dependencies.
The text was updated successfully, but these errors were encountered:
can't wait for this one :)
Sorry, something went wrong.
Closing as tracking remains in #15683
No branches or pull requests
We need to migrate the whole repository, including building and packaging Beats, to use go modules.
The first step is to add a
go.mod
file in: #14902But we have additional tasks:
I propose once we switch to full go modules support, we should get rid of vendoring. I would like to support only one way to handle dependencies.
The text was updated successfully, but these errors were encountered: