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:
renovate[bot]
2023-09-27 08:44:05 +00:00
committed by GitHub
parent 31f9e678fa
commit 90eb736292
4 changed files with 5 additions and 6 deletions

View File

@ -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