summaryrefslogtreecommitdiffhomepage
path: root/runsc/testutil/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/testutil/BUILD')
-rw-r--r--runsc/testutil/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/testutil/BUILD b/runsc/testutil/BUILD
index d44ebc906..c96ca2eb6 100644
--- a/runsc/testutil/BUILD
+++ b/runsc/testutil/BUILD
@@ -9,6 +9,7 @@ go_library(
importpath = "gvisor.dev/gvisor/runsc/testutil",
visibility = ["//:sandbox"],
deps = [
+ "//pkg/log",
"//runsc/boot",
"//runsc/specutils",
"@com_github_cenkalti_backoff//:go_default_library",