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:
parent
af2fb4eb77
commit
027ee569a3
@ -18,6 +18,8 @@ package testsuite
|
||||
|
||||
import (
|
||||
"context"
|
||||
//nolint:golint
|
||||
_ "crypto/sha256"
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"math/rand"
|
||||
|
Loading…
Reference in New Issue
Block a user