mirror of
https://github.com/distribution/distribution.git
synced 2026-01-18 08:34:17 +00:00
the digest cli does not work if we do not import this two packages, tested in go1.9. basically, we have to make several algorithms to be available by calling crypto.RegisterHash in init functions. Signed-off-by: zhouhaibing089 <zhouhaibing089@gmail.com>