blob: c844260453ebcc7cf5be49d4b41b98ab356a08e0 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "cmd",
srcs = [
"root.go",
"version.go",
],
importpath = "aspect.build/cli/cmd",
visibility = ["//visibility:public"],
deps = [
"//bazel",
"//buildinfo",
"@com_github_mitchellh_go_homedir//:go-homedir",
"@com_github_spf13_cobra//:cobra",
"@com_github_spf13_viper//:viper",
],
)