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: go/v3, go/v4] Remove stale imports #3270

Merged

Commits on Mar 8, 2023

  1. [fix: go/v3, go/v4] Remove stale imports

    This PR removes the stale import: "pkg/envtest/printer" that is not needed
    after migrating to ginko/v2.
    
    Controller-runtime v0.14.0+ has migrated to use ginko/v2 and thereby removed
    "printer" package. The imports were still being scaffolded though not used in the
    codebase.
    
    Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com>
    varshaprasad96 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    8284311 View commit details
    Browse the repository at this point in the history