diff options
author | Zach Koopmans <zkoopmans@google.com> | 2021-01-27 14:16:01 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-01-27 14:18:30 -0800 |
commit | 814cfd7c4a1ab672eb1c0b8a619ba06774300021 (patch) | |
tree | ed1fcb0d53fab64f0e86a2f77ddf4512e671dc4c /runsc | |
parent | de3c63cd9dd536cf36e29aad381096b7cd061af9 (diff) |
Internal change
PiperOrigin-RevId: 354170726
Diffstat (limited to 'runsc')
-rw-r--r-- | runsc/mitigate/BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runsc/mitigate/BUILD b/runsc/mitigate/BUILD index 9a9546577..3b0342d18 100644 --- a/runsc/mitigate/BUILD +++ b/runsc/mitigate/BUILD @@ -8,6 +8,7 @@ go_library( "cpu.go", "mitigate.go", ], + deps = ["@in_gopkg_yaml_v2//:go_default_library"], ) go_test( @@ -15,4 +16,5 @@ go_test( size = "small", srcs = ["cpu_test.go"], library = ":mitigate", + deps = ["@com_github_google_go_cmp//cmp:go_default_library"], ) |