Open
Description
we should make a separate go mod for our "Hack Folder Scripts" vs our minikube go mod, for example I see a CVE for # github.com/go-jose/go-jose/v4
but go mod why says it is used by k8s.io/minikube/hack/metrics
there is no need for our main binary go mod to depend on
$ go mod why github.com/go-jose/go-jose/v4
# github.com/go-jose/go-jose/v4
k8s.io/minikube/hack/metrics
cloud.google.com/go/storage
google.golang.org/grpc/xds/googledirectpath
google.golang.org/grpc/internal/xds/bootstrap
google.golang.org/grpc/credentials/tls/certprovider
github.com/spiffe/go-spiffe/v2/bundle/spiffebundle
github.com/go-jose/go-jose/v4