mirror of
https://github.com/containers/podman.git
synced 2025-12-07 22:32:46 +08:00
vendor: update everything
* If possible, update each dependency to the latest available version. * Use releases over commit IDs and avoid vendoring branches. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
11
vendor/github.com/fsouza/go-dockerclient/internal/archive/archive_other.go
generated
vendored
Normal file
11
vendor/github.com/fsouza/go-dockerclient/internal/archive/archive_other.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// Copyright 2014 Docker authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the DOCKER-LICENSE file.
|
||||
|
||||
// +build !linux
|
||||
|
||||
package archive
|
||||
|
||||
func getWhiteoutConverter(format WhiteoutFormat) tarWhiteoutConverter {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user