summaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2019-10-08 13:00:06 -0700
committergVisor bot <gvisor-bot@google.com>2019-10-08 13:01:25 -0700
commit016a269b5d600ceabc466287d5a4ef5ef42d6763 (patch)
tree9c20658c15f9e8f18abb29a9faa05c636f2f5c83 /BUILD
parent7c1587e3401a010d1865df61dbaf117c77dd062e (diff)
Add additional dependencies to :gopath tree.
PiperOrigin-RevId: 273586605
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 60ed992c4..de410b008 100644
--- a/BUILD
+++ b/BUILD
@@ -21,6 +21,9 @@ go_path(
mode = "link",
deps = [
"//runsc",
+
+ # Packages that are not dependencies of //runsc.
+ "//pkg/tcpip/link/channel",
],
)