mirror of
https://github.com/containers/podman.git
synced 2025-12-06 13:56:22 +08:00
Update common, image, and storage deps
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
committed by
Paul Holzinger
parent
32d96f40c3
commit
444f19cb2a
10
vendor/github.com/containers/storage/drivers/driver_darwin.go
generated
vendored
10
vendor/github.com/containers/storage/drivers/driver_darwin.go
generated
vendored
@@ -1,11 +1,9 @@
|
||||
package graphdriver
|
||||
|
||||
var (
|
||||
// Slice of drivers that should be used in order
|
||||
priority = []string{
|
||||
"vfs",
|
||||
}
|
||||
)
|
||||
// Slice of drivers that should be used in order
|
||||
var Priority = []string{
|
||||
"vfs",
|
||||
}
|
||||
|
||||
// GetFSMagic returns the filesystem id given the path.
|
||||
func GetFSMagic(rootpath string) (FsMagic, error) {
|
||||
|
||||
Reference in New Issue
Block a user