mirror of
https://github.com/distribution/distribution.git
synced 2025-07-18 17:32:36 +00:00
Merge pull request #2428 from zhouhaibing089/algo-import
cmd/digest: import crypto algorithms
This commit is contained in:
commit
3800056b88
@ -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 New Issue
Block a user