load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["homedir.go"], importmap = "kubevirt.io/containerized-data-importer/vendor/github.com/mitchellh/go-homedir", importpath = "github.com/mitchellh/go-homedir", visibility = ["//visibility:public"], )