Skip to content

Commit 2cffc0a

Browse files
committed
Move to crypto.rand
1 parent ea2b413 commit 2cffc0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/pkg/repositories/gorm_user_repository.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ package repositories
22

33
import (
44
"context"
5+
"crypto/rand"
56
"encoding/base64"
67
"errors"
78
"fmt"
8-
"math/rand"
99
"time"
1010

1111
"github.com/cockroachdb/cockroach-go/v2/crdb/crdbgorm"

0 commit comments

Comments
 (0)