summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Pignolet <20992787+MatthieuCoder@users.noreply.github.com>2021-08-06 20:13:51 +0400
committerMatthieu Pignolet <20992787+MatthieuCoder@users.noreply.github.com>2021-08-06 20:13:51 +0400
commit1f65031884de6503db89af64ccbbd3269e76b179 (patch)
tree8d6b4ce08ed6002e7131524e66550a7094ccf701
parentd7978792dd17ff8641911551a18db6f5690cd0f4 (diff)
parent95fdf41f022f64be543f3307142d3a17200941b8 (diff)
Merge branch 'main' of https://github.com/discordnova/nova
-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(