mirror of
https://github.com/mudler/luet.git
synced 2025-09-23 20:18:30 +00:00
🔧 Update modules
This commit is contained in:
3
vendor/github.com/google/go-containerregistry/pkg/name/ref.go
generated
vendored
3
vendor/github.com/google/go-containerregistry/pkg/name/ref.go
generated
vendored
@@ -44,8 +44,7 @@ func ParseReference(s string, opts ...Option) (Reference, error) {
|
||||
if d, err := NewDigest(s, opts...); err == nil {
|
||||
return d, nil
|
||||
}
|
||||
return nil, NewErrBadName("could not parse reference: " + s)
|
||||
|
||||
return nil, newErrBadName("could not parse reference: " + s)
|
||||
}
|
||||
|
||||
type stringConst string
|
||||
|
Reference in New Issue
Block a user