Add additional dependencies to :gopath tree.

PiperOrigin-RevId: 273586605
This commit is contained in:
Nicolas Lacasse
2019-10-08 13:01:25 -07:00
committed by gVisor bot
parent 7c1587e340
commit 016a269b5d
+3
View File
@@ -21,6 +21,9 @@ go_path(
mode = "link",
deps = [
"//runsc",
# Packages that are not dependencies of //runsc.
"//pkg/tcpip/link/channel",
],
)