diff options
author | Fabricio Voznika <fvoznika@google.com> | 2018-08-31 14:46:29 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-08-31 14:47:46 -0700 |
commit | 7713e2cb75a5d21c1a9c62ae2f332e76ea536867 (patch) | |
tree | b0c7458f7e133515d4909d4d2de0d9bdfdd855d7 | |
parent | b935311e2371abdbceba89294d0001905f2658d5 (diff) |
Remove not used deps
PiperOrigin-RevId: 211147521
Change-Id: I9b8b67df50a3ba084c07a48c72a874d7e2007f23
-rw-r--r-- | runsc/BUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runsc/BUILD b/runsc/BUILD index e390b7bae..660cb2a06 100644 --- a/runsc/BUILD +++ b/runsc/BUILD @@ -16,7 +16,6 @@ go_binary( "//pkg/log", "//runsc/boot", "//runsc/cmd", - "//runsc/specutils", "@com_github_google_subcommands//:go_default_library", ], ) @@ -46,7 +45,6 @@ go_binary( "//pkg/log", "//runsc/boot", "//runsc/cmd", - "//runsc/specutils", "@com_github_google_subcommands//:go_default_library", ], ) |