mirror of
https://github.com/mudler/luet.git
synced 2025-09-09 19:19:49 +00:00
Update vendor
This commit is contained in:
7
vendor/github.com/moby/sys/mount/unmount_unsupported.go
generated
vendored
Normal file
7
vendor/github.com/moby/sys/mount/unmount_unsupported.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// +build windows
|
||||
|
||||
package mount
|
||||
|
||||
func unmount(target string, flag int) error {
|
||||
panic("Not implemented")
|
||||
}
|
Reference in New Issue
Block a user