From 5f5a24ea8534960e64ca1b988f2414f7c630c1f6 Mon Sep 17 00:00:00 2001 From: Roberto Quintanilla Date: Thu, 18 Aug 2016 12:10:06 -0500 Subject: [PATCH] Updated go cli library reference from codegangsta to urfave --- plis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plis.go b/plis.go index 810f7eb..dd5e8d5 100644 --- a/plis.go +++ b/plis.go @@ -8,7 +8,7 @@ import ( "os" "os/exec" "github.com/fatih/color" - "github.com/codegangsta/cli" + "github.com/urfave/cli" ) type ContainerState struct {