Move all drivers to the same subdir graphdriver

This commit is contained in:
Guillaume J. Charmes 2013-11-15 15:48:24 -08:00
parent fb245f7903
commit 035c144242
No known key found for this signature in database
GPG Key ID: B33E4642CB6E3FF3
16 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@ import (
"database/sql"
"fmt"
"github.com/dotcloud/docker/archive"
_ "github.com/dotcloud/docker/aufs"
_ "github.com/dotcloud/docker/devmapper"
"github.com/dotcloud/docker/gograph"
"github.com/dotcloud/docker/graphdriver"
_ "github.com/dotcloud/docker/graphdriver/aufs"
_ "github.com/dotcloud/docker/graphdriver/devmapper"
_ "github.com/dotcloud/docker/graphdriver/dummy"
"github.com/dotcloud/docker/utils"
"io"