From f821afdf3e9d087bcd2bf5059e35a10c390a98bd Mon Sep 17 00:00:00 2001 From: James Shubin Date: Sun, 19 Jun 2016 02:35:45 -0400 Subject: [PATCH] Update cli library path --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index a04a140e..7625090b 100644 --- a/main.go +++ b/main.go @@ -18,7 +18,7 @@ package main import ( - "github.com/codegangsta/cli" + "github.com/urfave/cli" etcdtypes "github.com/coreos/etcd/pkg/types" "github.com/coreos/pkg/capnslog" "log"