From 08bfb5643c4d4755d0e982e69d2da99449e25c57 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Fri, 31 Aug 2018 10:21:02 -0700 Subject: [PATCH] Add other missing dep runsc and runsc-race need the same deps. PiperOrigin-RevId: 211103766 Change-Id: Ib0c97078a469656c1e5b019648589a1d07915625 --- runsc/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/runsc/BUILD b/runsc/BUILD index cc6bfef47..e390b7bae 100644 --- a/runsc/BUILD +++ b/runsc/BUILD @@ -16,6 +16,7 @@ go_binary( "//pkg/log", "//runsc/boot", "//runsc/cmd", + "//runsc/specutils", "@com_github_google_subcommands//:go_default_library", ], )