summaryrefslogtreecommitdiffhomepage
path: root/runsc/cli/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/cli/BUILD')
-rw-r--r--runsc/cli/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/cli/BUILD b/runsc/cli/BUILD
index f1e3cce68..705738aef 100644
--- a/runsc/cli/BUILD
+++ b/runsc/cli/BUILD
@@ -10,6 +10,7 @@ go_library(
"//runsc:__pkg__",
],
deps = [
+ "//pkg/coverage",
"//pkg/log",
"//pkg/refs",
"//pkg/sentry/platform",