Skip to content

Commit f4741fb

Browse files
committed
fix make test failure of missing sha256 package
Fixes: c50ff69 ("refactor(native): separate init from implementation") Signed-off-by: Hajime Tazaki <[email protected]>
1 parent d43d546 commit f4741fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

metadata/leases_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
package metadata
1818

1919
import (
20+
_ "crypto/sha256"
2021
"testing"
2122

2223
"github.com/containerd/containerd/errdefs"

0 commit comments

Comments
 (0)