mirror of
https://github.com/regclient/regclient.git
synced 2025-07-29 09:01:11 +03:00
Include encryption algorithms for digest
Signed-off-by: Brandon Mitchell <git@bmitch.net>
This commit is contained in:
@ -3,6 +3,10 @@ package blob
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
// crypto libraries included for go-digest
|
||||
_ "crypto/sha256"
|
||||
_ "crypto/sha512"
|
||||
|
||||
"github.com/opencontainers/go-digest"
|
||||
"github.com/regclient/regclient/types"
|
||||
"github.com/regclient/regclient/types/ref"
|
||||
|
Reference in New Issue
Block a user