mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
Replace github.com/codegangsta/cli by github.com/urfave/cli
The package got moved to a different repository Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
+1
-1
@@ -8,9 +8,9 @@ import (
|
||||
"strings"
|
||||
"syscall"
|
||||
|
||||
"github.com/codegangsta/cli"
|
||||
"github.com/opencontainers/runc/libcontainer"
|
||||
"github.com/opencontainers/runtime-spec/specs-go"
|
||||
"github.com/urfave/cli"
|
||||
)
|
||||
|
||||
var checkpointCommand = cli.Command{
|
||||
|
||||
Reference in New Issue
Block a user