Rename: cow/cowman -> storage/oci-storage

Rename the library module and CLI wrapper.
Rename daemon/graphdriver to drivers.
Catch up vendoring to match modules we've pruned.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
This commit is contained in:
Nalin Dahyabhai 2016-07-15 13:46:15 -04:00
parent f191bf69ff
commit 2783450a92
39 changed files with 59 additions and 59 deletions

View file

@ -5,7 +5,7 @@ package ioutils
import (
"io/ioutil"
"github.com/docker/docker/pkg/longpath"
"github.com/containers/storage/pkg/longpath"
)
// TempDir is the equivalent of ioutil.TempDir, except that the result is in Windows longpath format.