update dependencies

This commit is contained in:
2020-07-16 11:10:20 +02:00
parent 22a04a4653
commit a1efaa45d1
4 changed files with 3 additions and 5 deletions

View File

@ -3,7 +3,7 @@ package router
import (
"time"
"forges.cadoles.com/go-jwtserver/internal/jwtcontroller"
"forges.cadoles.com/mlamalle/go-jwtserver/internal/jwtcontroller"
"github.com/go-chi/chi"
"github.com/go-chi/chi/middleware"
)