X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=lib%2Fagent%2Fagent.go;h=e34dd63972c4f454b7e374a68564db82d509e63a;hb=459f46bc410c8641314d5f3eb39c871558b7d156;hp=3bdd89fc9ce331a12d289fc5e27f3cacc603bee1;hpb=4afc24d8b2894ca49035a4d5fa04ab2c91dc0ede;p=src%2Fxds%2Fxds-agent.git diff --git a/lib/agent/agent.go b/lib/agent/agent.go index 3bdd89f..e34dd63 100644 --- a/lib/agent/agent.go +++ b/lib/agent/agent.go @@ -11,9 +11,9 @@ import ( "time" "github.com/Sirupsen/logrus" - "github.com/codegangsta/cli" "github.com/iotbzh/xds-agent/lib/syncthing" "github.com/iotbzh/xds-agent/lib/xdsconfig" + "github.com/urfave/cli" ) const cookieMaxAge = "3600"