Use crypto/rand
Signed-off-by: Adam Williams <awilliams@mirantis.com>
This commit is contained in:
parent
9f0e268b00
commit
a8d92be6e8
1 changed files with 1 additions and 1 deletions
|
@ -4,8 +4,8 @@ package graphtest // import "github.com/docker/docker/daemon/graphdriver/graphte
|
|||
|
||||
import (
|
||||
"bytes"
|
||||
"crypto/rand"
|
||||
"io/ioutil"
|
||||
"math/rand"
|
||||
"os"
|
||||
"path"
|
||||
"testing"
|
||||
|
|
Loading…
Reference in a new issue