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

🌱 verify go modules are in sync with upstream k/k #2774

Commits on Apr 27, 2024

  1. 🌱 verify go modules are in sync with upstream k/k

    This commit addresses issues were go modules aren't in sync with
    upstream k/k by adding these changes:
    - add `tools/cmd/gomodcheck/main.go` to:
      - Parse and compares k/k dependencies to controller-runtime's ones.
      - If any version diffs is found, returns a payload describing the diffs
        and exit 1.
      - The user may exclude packages by passing them as arguments.
    - extend the `verify-modules` make target with `gomodcheck`.
    alexandremahdhaoui committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    bb84172 View commit details
    Browse the repository at this point in the history
  2. Update Makefile

    Co-authored-by: Stefan Büringer <4662360+sbueringer@users.noreply.github.com>
    alexandremahdhaoui and sbueringer committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    d09c61e View commit details
    Browse the repository at this point in the history
  3. 🌱 parse go.mod with modfile.Parse

    Signed-off-by: Alexandre Mahdhaoui <alexandre.mahdhaoui@gmail.com>
    alexandremahdhaoui committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    6449beb View commit details
    Browse the repository at this point in the history
  4. 🌱 simplify syntax

    Signed-off-by: Alexandre Mahdhaoui <alexandre.mahdhaoui@gmail.com>
    alexandremahdhaoui committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    105349a View commit details
    Browse the repository at this point in the history