crypto/sha256 must be imported
Otherwise, go-digest panics (panic: sha256 not available). Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
This commit is contained in:
parent
adc7d5b2e9
commit
9d286baedf
@ -23,6 +23,7 @@ import (
|
||||
"bufio"
|
||||
"bytes"
|
||||
"context"
|
||||
_ "crypto/sha256"
|
||||
"io"
|
||||
"testing"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user