peridot/vendor/github.com/mitchellh/go-homedir/BUILD.bazel

10 lines
289 B
Python
Raw Normal View History

2022-07-07 20:11:50 +00:00
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go-homedir",
srcs = ["homedir.go"],
importmap = "peridot.resf.org/vendor/github.com/mitchellh/go-homedir",
importpath = "github.com/mitchellh/go-homedir",
visibility = ["//visibility:public"],
)