Migrate from codegangsta lib to urfave

This commit is contained in:
Ross Cadogan 2016-10-13 22:57:08 +01:00
parent 61ac18fce5
commit b13e6af70f
13 changed files with 6 additions and 2021 deletions

View file

@ -16,7 +16,7 @@ import (
"github.com/CenturyLinkLabs/watchtower/actions"
"github.com/CenturyLinkLabs/watchtower/container"
log "github.com/Sirupsen/logrus"
"github.com/codegangsta/cli"
"github.com/urfave/cli"
"github.com/docker/docker/api/types"
dockerclient "github.com/docker/docker/client"
)
@ -121,7 +121,7 @@ func before(c *cli.Context) error {
}
client = container.NewClient(c.GlobalString("host"), !c.GlobalBool("no-pull"))
login(c)
//login(c)
handleSignals()
return nil