Use crypto/rand instead of math/rand

This commit is contained in:
Mike Arpaia 2016-08-04 15:44:54 -07:00
parent f2628b1715
commit 670aab219b

View file

@ -1,10 +1,10 @@
package main
import (
"crypto/rand"
"encoding/base64"
"errors"
"fmt"
"math/rand"
"github.com/Sirupsen/logrus"
"github.com/dgrijalva/jwt-go"