mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Move graphdrivers into runtime top level pkg
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
This commit is contained in:
parent
af385151ce
commit
96c4816cef
31 changed files with 19 additions and 19 deletions
|
|
@ -3,7 +3,7 @@ package main
|
|||
import (
|
||||
"flag"
|
||||
"fmt"
|
||||
"github.com/dotcloud/docker/graphdriver/devmapper"
|
||||
"github.com/dotcloud/docker/runtime/graphdriver/devmapper"
|
||||
"os"
|
||||
"path"
|
||||
"sort"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue