summaryrefslogtreecommitdiffhomepage
path: root/test/runtimes/go/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/runtimes/go/BUILD')
-rw-r--r--test/runtimes/go/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtimes/go/BUILD b/test/runtimes/go/BUILD
index c34f49ea6..ce971ee9d 100644
--- a/test/runtimes/go/BUILD
+++ b/test/runtimes/go/BUILD
@@ -5,4 +5,5 @@ package(licenses = ["notice"])
go_binary(
name = "proctor-go",
srcs = ["proctor-go.go"],
+ deps = ["//test/runtimes/common"],
)