blob: d33eca353bda4f39e51aa77429ddccdab80b8cb0 [file]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "clean",
srcs = ["clean.go"],
importpath = "aspect.build/cli/cmd/aspect/clean",
visibility = ["//visibility:public"],
deps = [
"//pkg/aspect/clean",
"@com_github_mattn_go_isatty//:go-isatty",
"@com_github_spf13_cobra//:cobra",
],
)