mirror of
https://github.com/mudler/luet.git
synced 2025-09-23 20:18:30 +00:00
🔧 Update modules
This commit is contained in:
2
vendor/github.com/google/go-containerregistry/pkg/crane/digest.go
generated
vendored
2
vendor/github.com/google/go-containerregistry/pkg/crane/digest.go
generated
vendored
@@ -19,7 +19,7 @@ import "github.com/google/go-containerregistry/pkg/logs"
|
||||
// Digest returns the sha256 hash of the remote image at ref.
|
||||
func Digest(ref string, opt ...Option) (string, error) {
|
||||
o := makeOptions(opt...)
|
||||
if o.platform != nil {
|
||||
if o.Platform != nil {
|
||||
desc, err := getManifest(ref, opt...)
|
||||
if err != nil {
|
||||
return "", err
|
||||
|
Reference in New Issue
Block a user