mirror of
https://github.com/mudler/luet.git
synced 2025-09-11 12:13:32 +00:00
🔧 Update modules
This commit is contained in:
2
vendor/github.com/google/go-containerregistry/pkg/v1/layout/write.go
generated
vendored
2
vendor/github.com/google/go-containerregistry/pkg/v1/layout/write.go
generated
vendored
@@ -216,7 +216,6 @@ func (l Path) WriteFile(name string, data []byte, perm os.FileMode) error {
|
||||
}
|
||||
|
||||
return ioutil.WriteFile(l.path(name), data, perm)
|
||||
|
||||
}
|
||||
|
||||
// WriteBlob copies a file to the blobs/ directory in the Path from the given ReadCloser at
|
||||
@@ -410,7 +409,6 @@ func (l Path) WriteIndex(ii v1.ImageIndex) error {
|
||||
|
||||
indexFile := filepath.Join("blobs", h.Algorithm, h.Hex)
|
||||
return l.writeIndexToFile(indexFile, ii)
|
||||
|
||||
}
|
||||
|
||||
// Write constructs a Path at path from an ImageIndex.
|
||||
|
Reference in New Issue
Block a user