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

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