forked from TrueCloudLab/distribution
Merge pull request #2428 from zhouhaibing089/algo-import
cmd/digest: import crypto algorithms
This commit is contained in:
commit
3800056b88
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ import (
|
||||||
|
|
||||||
"github.com/docker/distribution/version"
|
"github.com/docker/distribution/version"
|
||||||
"github.com/opencontainers/go-digest"
|
"github.com/opencontainers/go-digest"
|
||||||
|
|
||||||
|
_ "crypto/sha256"
|
||||||
|
_ "crypto/sha512"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in a new issue