summaryrefslogtreecommitdiffhomepage
path: root/test/fsstress/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/fsstress/BUILD')
-rw-r--r--test/fsstress/BUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/fsstress/BUILD b/test/fsstress/BUILD
index e74e7fff2..402445a7e 100644
--- a/test/fsstress/BUILD
+++ b/test/fsstress/BUILD
@@ -14,7 +14,11 @@ go_test(
"manual",
"local",
],
- deps = ["//pkg/test/dockerutil"],
+ deps = [
+ "//pkg/test/dockerutil",
+ "//pkg/test/testutil",
+ "@com_github_docker_docker//api/types/mount:go_default_library",
+ ],
)
go_library(