From 3f04bd68b24c939b2342047dd022837c3b1b6085 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Fri, 31 Aug 2018 08:06:58 -0700 Subject: [PATCH] Add missing import GoCompile: missing strict dependencies: /tmpfs/tmp/bazel/sandbox/linux-sandbox/1744/execroot/__main__/runsc/main.go: import of "gvisor.googlesource.com/gvisor/runsc/specutils" This was broken in 210995199. PiperOrigin-RevId: 211086595 Change-Id: I166b9a2ed8e4d6e624def944b720190940d7537c --- runsc/BUILD | 1 + 1 file changed, 1 insertion(+) 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", ], )