Merge pull request #2428 from zhouhaibing089/algo-import

cmd/digest: import crypto algorithms
This commit is contained in:
Stephen Day 2017-10-23 10:07:44 +02:00 committed by GitHub
commit 3800056b88
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ import (
"github.com/docker/distribution/version"
"github.com/opencontainers/go-digest"
_ "crypto/sha256"
_ "crypto/sha512"
)
var (