summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu <20992787+MatthieuCoder@users.noreply.github.com>2021-08-06 20:04:13 +0400
committerGitHub <noreply@github.com>2021-08-06 20:04:13 +0400
commit95fdf41f022f64be543f3307142d3a17200941b8 (patch)
tree4b034fcc99690d17d1403c1216d9f3f39ddf6adc
parent7c5fc028dc96e493912841d123d987aaa649178f (diff)
Update BUILD.bazel
-rw-r--r--novactl/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/novactl/BUILD.bazel b/novactl/BUILD.bazel
index 88b8561..459a6af 100644
--- a/novactl/BUILD.bazel
+++ b/novactl/BUILD.bazel
@@ -5,7 +5,7 @@ go_library(
srcs = ["main.go"],
importpath = "github.com/discordnova/nova/novactl",
visibility = ["//visibility:private"],
- deps = ["@com_github_spf13_cobra//:go_default_library"],
+ deps = ["@com_github_spf13_cobra//:cobra"],
)
go_binary(