diff options
| author | Matthieu Pignolet <20992787+MatthieuCoder@users.noreply.github.com> | 2021-08-06 20:13:51 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <20992787+MatthieuCoder@users.noreply.github.com> | 2021-08-06 20:13:51 +0400 |
| commit | 1f65031884de6503db89af64ccbbd3269e76b179 (patch) | |
| tree | 8d6b4ce08ed6002e7131524e66550a7094ccf701 | |
| parent | d7978792dd17ff8641911551a18db6f5690cd0f4 (diff) | |
| parent | 95fdf41f022f64be543f3307142d3a17200941b8 (diff) | |
Merge branch 'main' of https://github.com/discordnova/nova
| -rw-r--r-- | novactl/BUILD.bazel | 2 |
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( |
