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

Cherry-pick #16288 to 7.x: Fix generator jobs for go modules #16828

Merged
merged 1 commit into from
Mar 5, 2020

Commits on Mar 5, 2020

  1. Fix generator jobs for go modules (elastic#16288)

    * Set the correct path to `mage` for generator jobs
    * Generated beats use go modules for dependency management
       * New option `beats_revision` is added so users can select which beats revision they want to vendor
        * if one does not want to depend on `elastic/beats`, he/she needs to add the appropriate `replace` directive to the generated `go.mod`
    
    As Beats is moving to go modules for dependency management, generated Beats should use that as well.
    
    Documentation is provided to help users migrate to go modules in their own Beats. Also, about the new option.
    (cherry picked from commit a846029)
    kvch committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    7a304a1 View commit details
    Browse the repository at this point in the history