Use crypto/rand

Signed-off-by: Adam Williams <awilliams@mirantis.com>
This commit is contained in:
Adam Williams 2021-07-01 14:15:39 -07:00
parent 9f0e268b00
commit a8d92be6e8

View file

@ -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"