From 016a269b5d600ceabc466287d5a4ef5ef42d6763 Mon Sep 17 00:00:00 2001 From: Nicolas Lacasse Date: Tue, 8 Oct 2019 13:00:06 -0700 Subject: Add additional dependencies to :gopath tree. PiperOrigin-RevId: 273586605 --- BUILD | 3 +++ 1 file changed, 3 insertions(+) (limited to 'BUILD') 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", ], ) -- cgit v1.2.3