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 /glide.yaml | |
parent | 4afc24d8b2894ca49035a4d5fa04ab2c91dc0ede (diff) |
Switch from codegangsta/cli to urfave/cli package.
Diffstat (limited to 'glide.yaml')
-rw-r--r-- | glide.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ import: - lib/sync - lib/config - lib/protocol -- package: github.com/codegangsta/cli +- package: github.com/urfave/cli version: ^1.19.1 - package: github.com/Sirupsen/logrus version: ^0.11.5 |