From 027ee569a3bcebed1f55f0aabdb5c0db35fc79cf Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Thu, 19 Nov 2020 08:40:22 -0500 Subject: [PATCH] Import crypto for all snapshotters during testsuite Fixes runtime panic for testing snapshotters Signed-off-by: Phil Estes --- snapshots/testsuite/testsuite.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snapshots/testsuite/testsuite.go b/snapshots/testsuite/testsuite.go index b2434025f..367a00837 100644 --- a/snapshots/testsuite/testsuite.go +++ b/snapshots/testsuite/testsuite.go @@ -18,6 +18,8 @@ package testsuite import ( "context" + //nolint:golint + _ "crypto/sha256" "fmt" "io/ioutil" "math/rand"