diff options
author | Michael Pratt <mpratt@google.com> | 2018-08-31 10:21:02 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-08-31 10:22:09 -0700 |
commit | 08bfb5643c4d4755d0e982e69d2da99449e25c57 (patch) | |
tree | cb6c6f801e2148e9d6d40dad5b0659d93b2fdd13 /runsc/BUILD | |
parent | e669697241e9774f1a1e4ab609dde933a0563ba6 (diff) |
Add other missing dep
runsc and runsc-race need the same deps.
PiperOrigin-RevId: 211103766
Change-Id: Ib0c97078a469656c1e5b019648589a1d07915625
Diffstat (limited to 'runsc/BUILD')
-rw-r--r-- | runsc/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/BUILD b/runsc/BUILD index cc6bfef47..e390b7bae 100644 --- a/runsc/BUILD +++ b/runsc/BUILD @@ -16,6 +16,7 @@ go_binary( "//pkg/log", "//runsc/boot", "//runsc/cmd", + "//runsc/specutils", "@com_github_google_subcommands//:go_default_library", ], ) |