mirror of
https://github.com/containers/podman.git
synced 2025-12-15 19:49:29 +08:00
update github.com/docker/docker and relevant deps
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
11
vendor/github.com/moby/sys/mount/unmount_unsupported.go
generated
vendored
Normal file
11
vendor/github.com/moby/sys/mount/unmount_unsupported.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// +build windows
|
||||
|
||||
package mount
|
||||
|
||||
func unmountBare(_ string, _ int) error {
|
||||
panic("Not implemented")
|
||||
}
|
||||
|
||||
func unmount(_ string, _ int) error {
|
||||
panic("Not implemented")
|
||||
}
|
||||
Reference in New Issue
Block a user