diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-10-30 18:12:36 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-10-30 18:12:36 +0100 |
commit | 459f46bc410c8641314d5f3eb39c871558b7d156 (patch) | |
tree | 6c621946aafa2c755021b515975f1bbc6d1c7b1a /lib/xdsconfig/config.go | |
parent | 4afc24d8b2894ca49035a4d5fa04ab2c91dc0ede (diff) |
Switch from codegangsta/cli to urfave/cli package.
Diffstat (limited to 'lib/xdsconfig/config.go')
-rw-r--r-- | lib/xdsconfig/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xdsconfig/config.go b/lib/xdsconfig/config.go index 9e44070..56a9cf9 100644 --- a/lib/xdsconfig/config.go +++ b/lib/xdsconfig/config.go @@ -8,7 +8,7 @@ import ( "os" "github.com/Sirupsen/logrus" - "github.com/codegangsta/cli" + "github.com/urfave/cli" common "github.com/iotbzh/xds-common/golib" uuid "github.com/satori/go.uuid" ) |