Use urfave negroni everywhere

This commit is contained in:
Lucas BEE 2016-11-10 13:29:35 +00:00
parent 7e16376a79
commit f56739cce1

View File

@ -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