1
0
mirror of https://github.com/opencontainers/runc.git synced 2026-02-05 18:45:28 +01: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:
Mrunal Patel
2016-06-06 11:45:46 -07:00
parent ab10b6068b
commit a753b06645
47 changed files with 1471 additions and 1483 deletions

View File

@@ -9,9 +9,9 @@ import (
"strconv"
"strings"
"github.com/codegangsta/cli"
"github.com/opencontainers/runc/libcontainer/utils"
"github.com/opencontainers/runtime-spec/specs-go"
"github.com/urfave/cli"
)
var execCommand = cli.Command{