Be consistent about libtrust import path.

Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)
Upstream-commit: 7c7026bd2255cef47cbb026afe0b984d4c9a9130
Component: engine
This commit is contained in:
Jessica Frazelle
2014-12-03 17:36:14 -08:00
parent 7930a900f5
commit 482d9b0df3

View File

@ -11,7 +11,7 @@ import (
"github.com/docker/docker/engine"
"github.com/docker/docker/pkg/parsers"
"github.com/docker/docker/pkg/version"
"github.com/docker/docker/vendor/src/github.com/docker/libtrust"
"github.com/docker/libtrust"
)
const (