diff --git a/cmd/server/main.go b/cmd/server/main.go index de76c9f..733d6b9 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -8,6 +8,7 @@ import ( "net/http" "github.com/go-playground/validator/v10" + jwtgo "github.com/golang-jwt/jwt" "github.com/labstack/echo/v4" "github.com/labstack/echo/v4/middleware" )