fixed docker imports due to package change

This commit is contained in:
Brad Rydzewski 2014-10-01 11:41:42 -07:00
parent e725abe204
commit 7f4f5bdfbc
2 changed files with 5 additions and 5 deletions

View file

@ -13,9 +13,9 @@ import (
"os"
"strings"
"github.com/dotcloud/docker/pkg/stdcopy"
"github.com/dotcloud/docker/pkg/term"
"github.com/dotcloud/docker/utils"
"github.com/docker/docker/pkg/stdcopy"
"github.com/docker/docker/pkg/term"
"github.com/docker/docker/utils"
)
const (

View file

@ -9,8 +9,8 @@ import (
"os"
"time"
"github.com/dotcloud/docker/archive"
"github.com/dotcloud/docker/pkg/parsers"
"github.com/docker/docker/pkg/archive"
"github.com/docker/docker/pkg/parsers"
)
type Images struct {