summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--runsc/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/BUILD b/runsc/BUILD
index 660cb2a06..cc6bfef47 100644
--- a/runsc/BUILD
+++ b/runsc/BUILD
@@ -45,6 +45,7 @@ go_binary(
"//pkg/log",
"//runsc/boot",
"//runsc/cmd",
+ "//runsc/specutils",
"@com_github_google_subcommands//:go_default_library",
],
)