update dependencies

This commit is contained in:
Matthieu Lamalle 2020-07-16 11:25:13 +02:00
parent 8cf542dc58
commit 442694a32a
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import (
"net/http"
"os"
"forges.cadoles.com/mlamalle/go-jwtserver/internal/router"
"forge.cadoles.com/mlamalle/go-jwtserver/internal/router"
"github.com/joho/godotenv"
)

View File

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