diff options
Diffstat (limited to 'runsc/cli/BUILD')
-rw-r--r-- | runsc/cli/BUILD | 1 |
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", |