fix: imports lint

pull/3675/head
bo0tzz 2025-01-21 14:45:54 +01:00 committed by Henrique Dias
parent a46acba5f9
commit 54b91b8ff0
1 changed files with 1 additions and 0 deletions

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"
) )