fix: imports lint

pull/3675/head
bo0tzz 2025-01-21 14:45:54 +01:00
parent 100a2d58f6
commit a5807dceb7
No known key found for this signature in database
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"
) )