blob: 2fbf5c4a3e2268ad5f1e971655aa39f5a7224028 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "test",
srcs = ["test.go"],
importpath = "aspect.build/cli/cmd/aspect/test",
visibility = ["//visibility:public"],
deps = [
"//pkg/aspect/test",
"//pkg/bazel",
"//pkg/ioutils",
"@com_github_spf13_cobra//:cobra",
],
)