summaryrefslogtreecommitdiff
path: root/registry/service.go
diff options
context:
space:
mode:
authorBrian Goff <cpuguy83@gmail.com>2018-01-11 14:53:06 -0500
committerBrian Goff <cpuguy83@gmail.com>2018-01-11 21:21:43 -0500
commitd453fe35b9b8b52d0677fe0c3cc8373f2f5d30d0 (patch)
tree4d70c68c92ca91190a6ecb3d387316ec011f6672 /registry/service.go
parent87a12421a94faac294079bebc97c8abb4180dde5 (diff)
downloaddocker-d453fe35b9b8b52d0677fe0c3cc8373f2f5d30d0.tar.gz
Move api/errdefs to errdefs
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Diffstat (limited to 'registry/service.go')
-rw-r--r--registry/service.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/service.go b/registry/service.go
index ac240f0c69..bf4ab94d9f 100644
--- a/registry/service.go
+++ b/registry/service.go
@@ -11,9 +11,9 @@ import (
"github.com/docker/distribution/reference"
"github.com/docker/distribution/registry/client/auth"
- "github.com/docker/docker/api/errdefs"
"github.com/docker/docker/api/types"
registrytypes "github.com/docker/docker/api/types/registry"
+ "github.com/docker/docker/errdefs"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
)