diff options
Diffstat (limited to 'runsc/container/test_app/BUILD')
-rw-r--r-- | runsc/container/test_app/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/container/test_app/BUILD b/runsc/container/test_app/BUILD index 9bf9e6e9d..bfd338bb6 100644 --- a/runsc/container/test_app/BUILD +++ b/runsc/container/test_app/BUILD @@ -15,5 +15,6 @@ go_binary( "//pkg/unet", "//runsc/testutil", "@com_github_google_subcommands//:go_default_library", + "@com_github_kr_pty//:go_default_library", ], ) |