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 <tkaovila@redhat.com> |
||
---|---|---|
.. | ||
default_logger.go | ||
default_logger_test.go | ||
dual_mode_logger.go | ||
dual_mode_logger_test.go | ||
error_location_hook.go | ||
error_location_hook_test.go | ||
format_flag.go | ||
hclog_level_hook.go | ||
log_counter_hook.go | ||
log_level_flag.go | ||
log_location_hook.go | ||
log_location_hook_test.go |