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 c96ca2eb6..3c3027cb5 100644
--- a/runsc/testutil/BUILD
+++ b/runsc/testutil/BUILD
@@ -10,6 +10,7 @@ go_library(
visibility = ["//:sandbox"],
deps = [
"//pkg/log",
+ "//pkg/sync",
"//runsc/boot",
"//runsc/specutils",
"@com_github_cenkalti_backoff//:go_default_library",