Skip to content

Commit

Permalink
gaz
Browse files Browse the repository at this point in the history
  • Loading branch information
shayzluf committed Apr 21, 2020
1 parent a2ae6aa commit 2654dee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion slasher/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ go_test(
size = "small",
srcs = ["usage_test.go"],
embed = [":go_default_library"],
deps = ["@in_gopkg_urfave_cli_v2//:go_default_library"],
deps = [
"//shared/featureconfig:go_default_library",
"@in_gopkg_urfave_cli_v2//:go_default_library",
],
)

go_image(
Expand Down

0 comments on commit 2654dee

Please sign in to comment.