imports-fix

This commit is contained in:
Untone 2024-01-04 23:53:20 +03:00
parent 1f3cb1aab9
commit be88e231e0
2 changed files with 0 additions and 3 deletions

View File

@ -8,7 +8,6 @@ import (
"github.com/google/uuid"
log "github.com/sirupsen/logrus"
"golang.org/x/crypto/bcrypt"
"github.com/authorizerdev/authorizer/server/constants"
"github.com/authorizerdev/authorizer/server/cookie"

View File

@ -8,8 +8,6 @@ import (
"strings"
"time"
"golang.org/x/crypto/bcrypt"
log "github.com/sirupsen/logrus"
"github.com/authorizerdev/authorizer/server/constants"