Merge pull request #4549 from ukontainer/fix-missing-sha256
fix `make test` failure of missing sha256 package
This commit is contained in:
commit
5d7aa0cb65
@ -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