summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-10-30 18:12:36 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-10-30 18:12:36 +0100
commit459f46bc410c8641314d5f3eb39c871558b7d156 (patch)
tree6c621946aafa2c755021b515975f1bbc6d1c7b1a /main.go
parent4afc24d8b2894ca49035a4d5fa04ab2c91dc0ede (diff)
Switch from codegangsta/cli to urfave/cli package.
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index b0ec7ca..36d9af4 100644
--- a/main.go
+++ b/main.go
@@ -6,7 +6,7 @@ import (
"os"
"github.com/Sirupsen/logrus"
- "github.com/codegangsta/cli"
+ "github.com/urfave/cli"
"github.com/iotbzh/xds-agent/lib/agent"
"github.com/iotbzh/xds-agent/lib/xdsconfig"
)