Add additional dependencies to :gopath tree.

PiperOrigin-RevId: 273586605
This commit is contained in:
Nicolas Lacasse 2019-10-08 13:00:06 -07:00 committed by gVisor bot
parent 7c1587e340
commit 016a269b5d
1 changed files with 3 additions and 0 deletions

3
BUILD
View File

@ -21,6 +21,9 @@ go_path(
mode = "link",
deps = [
"//runsc",
# Packages that are not dependencies of //runsc.
"//pkg/tcpip/link/channel",
],
)