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

Moving kopia logging from util/logging to remove kopia from indirect dependency in velero plugins #277

Closed

Commits on Jul 13, 2023

  1. Moving kopia logging to remove kopia from indirect dependency in vele…

    …ro plugins
    
    when running `go mod why -m github.com/kopia/kopia` in velero-plugins prior to this change you will see following
    
    ```
    ❯ go mod why -m github.com/kopia/kopia
    github.com/konveyor/openshift-velero-plugin/velero-plugins
    github.com/vmware-tanzu/velero/pkg/plugin/framework
    github.com/vmware-tanzu/velero/pkg/util/logging
    github.com/kopia/kopia/repo/logging
    ```
    
    after
    ```
    ❯ go mod why -m github.com/kopia/kopia
    (main module does not need module github.com/kopia/kopia)
    ```
    
    Signed-off-by: Tiger Kaovilai <[email protected]>
    kaovilai committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    13d6412 View commit details
    Browse the repository at this point in the history