Import crypto for all snapshotters during testsuite

Fixes runtime panic for testing snapshotters

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
This commit is contained in:
Phil Estes
2020-11-19 08:40:22 -05:00
parent af2fb4eb77
commit 027ee569a3

View File

@@ -18,6 +18,8 @@ package testsuite
import (
"context"
//nolint:golint
_ "crypto/sha256"
"fmt"
"io/ioutil"
"math/rand"