Move utility package 'namesgenerator' to pkg/namesgenerator

Upstream-commit: a009d4ae8d67b40c0109865f4d83e6e294931ce7
Component: engine
This commit is contained in:
Solomon Hykes
2013-12-23 23:45:18 +00:00
parent 8e046abf73
commit a4e77f8375
3 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package docker
import (
"fmt"
"github.com/dotcloud/docker/archive"
"github.com/dotcloud/docker/namesgenerator"
"github.com/dotcloud/docker/pkg/namesgenerator"
"github.com/dotcloud/docker/utils"
"io/ioutil"
"strconv"