Merge pull request #4549 from ukontainer/fix-missing-sha256

fix `make test` failure of missing sha256 package
This commit is contained in:
Phil Estes 2020-09-10 10:46:10 -04:00 committed by GitHub
commit 5d7aa0cb65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@
package metadata
import (
_ "crypto/sha256"
"testing"
"github.com/containerd/containerd/errdefs"