diff options
author | Tamir Duberstein <tamird@google.com> | 2018-08-31 08:06:58 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-08-31 08:07:52 -0700 |
commit | 3f04bd68b24c939b2342047dd022837c3b1b6085 (patch) | |
tree | dfa169ebb25b4330736569db4f81131aa3cf1a4f /runsc/BUILD | |
parent | 3e493adf7adb6c8b920ae224fb68e2c317a16a56 (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/BUILD | 1 |
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", ], ) |