fix: imports lint

This commit is contained in:
bo0tzz 2025-01-21 14:45:54 +01:00 committed by Henrique Dias
parent a46acba5f9
commit 54b91b8ff0

View File

@ -3,6 +3,7 @@ package users
import ( import (
"crypto/rand" "crypto/rand"
"encoding/base64" "encoding/base64"
"golang.org/x/crypto/bcrypt" "golang.org/x/crypto/bcrypt"
) )