mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Use crypto/rand instead of math/rand
This commit is contained in:
parent
f2628b1715
commit
670aab219b
1 changed files with 1 additions and 1 deletions
2
auth.go
2
auth.go
|
|
@ -1,10 +1,10 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"crypto/rand"
|
||||
"encoding/base64"
|
||||
"errors"
|
||||
"fmt"
|
||||
"math/rand"
|
||||
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/dgrijalva/jwt-go"
|
||||
|
|
|
|||
Loading…
Reference in a new issue