From f56739cce18e0115df198b5b26f0ab9a1e4e671a Mon Sep 17 00:00:00 2001 From: Lucas BEE Date: Thu, 10 Nov 2016 13:29:35 +0000 Subject: [PATCH] Use urfave negroni everywhere --- src/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.go b/src/main.go index 3da4738..2095bf5 100644 --- a/src/main.go +++ b/src/main.go @@ -11,10 +11,10 @@ import ( "gitlab.quimbo.fr/odwrtw/canape-sql/src/internal/web" "github.com/Sirupsen/logrus" - "github.com/codegangsta/negroni" "github.com/gorilla/sessions" "github.com/jmoiron/sqlx" _ "github.com/lib/pq" + "github.com/urfave/negroni" ) // UserBackend represents the data backend to get the user