summaryrefslogtreecommitdiffhomepage
path: root/tools/go_marshal/marshal/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/go_marshal/marshal/BUILD')
-rw-r--r--tools/go_marshal/marshal/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/go_marshal/marshal/BUILD b/tools/go_marshal/marshal/BUILD
index ad508c72f..bacfaa5a4 100644
--- a/tools/go_marshal/marshal/BUILD
+++ b/tools/go_marshal/marshal/BUILD
@@ -10,4 +10,7 @@ go_library(
visibility = [
"//:sandbox",
],
+ deps = [
+ "//pkg/usermem",
+ ],
)