summaryrefslogtreecommitdiffhomepage
path: root/runsc/BUILD
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@google.com>2018-08-31 08:06:58 -0700
committerShentubot <shentubot@google.com>2018-08-31 08:07:52 -0700
commit3f04bd68b24c939b2342047dd022837c3b1b6085 (patch)
treedfa169ebb25b4330736569db4f81131aa3cf1a4f /runsc/BUILD
parent3e493adf7adb6c8b920ae224fb68e2c317a16a56 (diff)
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
Diffstat (limited to 'runsc/BUILD')
-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",
],
)