mirror of
https://github.com/containers/podman.git
synced 2025-10-20 04:34:01 +08:00
fix(deps): update github.com/containers/common digest to 4619314
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
3
vendor/github.com/containers/common/libimage/manifests/manifests.go
generated
vendored
3
vendor/github.com/containers/common/libimage/manifests/manifests.go
generated
vendored
@ -4,7 +4,6 @@ import (
|
||||
"context"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
stderrors "errors"
|
||||
"fmt"
|
||||
"io"
|
||||
|
||||
@ -38,7 +37,7 @@ type LookupReferenceFunc func(ref types.ImageReference) (types.ImageReference, e
|
||||
|
||||
// ErrListImageUnknown is returned when we attempt to create an image reference
|
||||
// for a List that has not yet been saved to an image.
|
||||
var ErrListImageUnknown = stderrors.New("unable to determine which image holds the manifest list")
|
||||
var ErrListImageUnknown = errors.New("unable to determine which image holds the manifest list")
|
||||
|
||||
type list struct {
|
||||
manifests.List
|
||||
|
Reference in New Issue
Block a user