refactor: migration Negroni from codegangsta to urfave

This commit is contained in:
Fernandez Ludovic 2017-07-19 12:02:51 +02:00 committed by Ludovic Fernandez
parent c36e0b3b06
commit 40d9058bb6
22 changed files with 16 additions and 20 deletions

View file

@ -8,10 +8,10 @@ import (
"os"
"testing"
"github.com/codegangsta/negroni"
"github.com/containous/traefik/testhelpers"
"github.com/containous/traefik/types"
"github.com/stretchr/testify/assert"
"github.com/urfave/negroni"
)
func TestAuthUsersFromFile(t *testing.T) {