diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-02-10 22:02:20 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-02-10 22:02:20 +0000 |
commit | 2a3cdf7f3d8d7ef3edb547662e4302dbcab97762 (patch) | |
tree | 3ffd548276e4f4900a45ac333cabafff8801b498 /runsc/cmd/pause.go | |
parent | a4969141930ea0bd8b4b45ba0887713ddd4b572f (diff) | |
parent | 3e8b38d08bbe200a11909bc268e66e4ee1d27d79 (diff) |
Merge release-20200127.0-114-g3e8b38d (automated)
Diffstat (limited to 'runsc/cmd/pause.go')
-rw-r--r-- | runsc/cmd/pause.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/cmd/pause.go b/runsc/cmd/pause.go index 9c0e92001..6f95a9837 100644 --- a/runsc/cmd/pause.go +++ b/runsc/cmd/pause.go @@ -17,10 +17,10 @@ package cmd import ( "context" - "flag" "github.com/google/subcommands" "gvisor.dev/gvisor/runsc/boot" "gvisor.dev/gvisor/runsc/container" + "gvisor.dev/gvisor/runsc/flag" ) // Pause implements subcommands.Command for the "pause" command. |