Add other missing dep

runsc and runsc-race need the same deps.

PiperOrigin-RevId: 211103766
Change-Id: Ib0c97078a469656c1e5b019648589a1d07915625
This commit is contained in:
Michael Pratt 2018-08-31 10:21:02 -07:00 committed by Shentubot
parent e669697241
commit 08bfb5643c
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ go_binary(
"//pkg/log",
"//runsc/boot",
"//runsc/cmd",
"//runsc/specutils",
"@com_github_google_subcommands//:go_default_library",
],
)