From 459f46bc410c8641314d5f3eb39c871558b7d156 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Mon, 30 Oct 2017 18:12:36 +0100 Subject: Switch from codegangsta/cli to urfave/cli package. --- lib/agent/agent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/agent') 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" -- cgit 1.2.3-korg