fix make test
failure of missing sha256 package
Fixes: c50ff694
("refactor(native): separate init from implementation")
Signed-off-by: Hajime Tazaki <thehajime@gmail.com>
This commit is contained in:
parent
d43d546a8d
commit
f4741fb8c5
@ -17,6 +17,7 @@
|
|||||||
package metadata
|
package metadata
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
_ "crypto/sha256"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/containerd/containerd/errdefs"
|
"github.com/containerd/containerd/errdefs"
|
||||||
|
Loading…
Reference in New Issue
Block a user