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