diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2019-10-08 13:00:06 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-10-08 13:01:25 -0700 |
commit | 016a269b5d600ceabc466287d5a4ef5ef42d6763 (patch) | |
tree | 9c20658c15f9e8f18abb29a9faa05c636f2f5c83 /BUILD | |
parent | 7c1587e3401a010d1865df61dbaf117c77dd062e (diff) |
Add additional dependencies to :gopath tree.
PiperOrigin-RevId: 273586605
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ go_path( mode = "link", deps = [ "//runsc", + + # Packages that are not dependencies of //runsc. + "//pkg/tcpip/link/channel", ], ) |