mirror of
https://github.com/containers/skopeo.git
synced 2025-09-25 20:29:24 +00:00
Update module github.com/containers/storage to v1.47.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
10
vendor/github.com/containers/storage/drivers/driver_windows.go
generated
vendored
10
vendor/github.com/containers/storage/drivers/driver_windows.go
generated
vendored
@@ -1,11 +1,9 @@
|
||||
package graphdriver
|
||||
|
||||
var (
|
||||
// Slice of drivers that should be used in order
|
||||
priority = []string{
|
||||
"windowsfilter",
|
||||
}
|
||||
)
|
||||
// Slice of drivers that should be used in order
|
||||
var Priority = []string{
|
||||
"windowsfilter",
|
||||
}
|
||||
|
||||
// GetFSMagic returns the filesystem id given the path.
|
||||
func GetFSMagic(rootpath string) (FsMagic, error) {
|
||||
|
Reference in New Issue
Block a user