Skip to content

Commit

Permalink
fix(bazel): fix deps for cli/cmd shouldn't be vendored
Browse files Browse the repository at this point in the history
  • Loading branch information
symbiont-stevan-andjelkovic committed Jan 21, 2021
1 parent e71a3a1 commit 1ba2932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/cmd/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ go_library(
importpath = "github.com/symbiont-io/detsys-testkit/src/cli/cmd",
visibility = ["//visibility:public"],
deps = [
"//src/cli/vendor/github.com/spf13/cobra",
"//src/cli/vendor/github.com/symbiont-io/detsys-testkit/src/lib",
"@com_github_spf13_cobra//:cobra",
"//src/lib",
],
)

0 comments on commit 1ba2932

Please sign in to comment.