diff options
author | Zach Koopmans <zkoopmans@google.com> | 2021-04-16 14:26:29 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-04-16 14:28:23 -0700 |
commit | 025cff180cb412ec49a85b99c60b8ce2e267704b (patch) | |
tree | 22453ab64e5120925d1833c06daad338bc3906cc /runsc/cmd/BUILD | |
parent | 064a849f367a5a65a248daab4642e2b06b39d562 (diff) |
Internal change
PiperOrigin-RevId: 368919504
Diffstat (limited to 'runsc/cmd/BUILD')
-rw-r--r-- | runsc/cmd/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/cmd/BUILD b/runsc/cmd/BUILD index 4b9987cf6..39c8ff603 100644 --- a/runsc/cmd/BUILD +++ b/runsc/cmd/BUILD @@ -23,6 +23,7 @@ go_library( "kill.go", "list.go", "mitigate.go", + "mitigate_extras.go", "path.go", "pause.go", "ps.go", |